-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsonFormatExample.txt
More file actions
82 lines (82 loc) · 1.75 KB
/
Copy pathjsonFormatExample.txt
File metadata and controls
82 lines (82 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"hex": {
"value": "#0047AB",
"clean": "0047AB"
},
"rgb": {
"fraction": {
"r": 0,
"g": 0.2784313725490196,
"b": 0.6705882352941176
},
"r": 0,
"g": 71,
"b": 171,
"value": "rgb(0, 71, 171)"
},
"hsl": {
"fraction": {
"h": 0.5974658869395711,
"s": 1,
"l": 0.3352941176470588
},
"h": 215,
"s": 100,
"l": 34,
"value": "hsl(215, 100%, 34%)"
},
"hsv": {
"fraction": {
"h": 0.5974658869395711,
"s": 1,
"v": 0.6705882352941176
},
"value": "hsv(215, 100%, 67%)",
"h": 215,
"s": 100,
"v": 67
},
"name": {
"value": "Cobalt",
"closest_named_hex": "#0047AB",
"exact_match_name": true,
"distance": 0
},
"cmyk": {
"fraction": {
"c": 1,
"m": 0.5847953216374269,
"y": 0,
"k": 0.3294117647058824
},
"value": "cmyk(100, 58, 0, 33)",
"c": 100,
"m": 58,
"y": 0,
"k": 33
},
"XYZ": {
"fraction": {
"X": 0.22060823529411763,
"Y": 0.2475505882352941,
"Z": 0.6705831372549019
},
"value": "XYZ(22, 25, 67)",
"X": 22,
"Y": 25,
"Z": 67
},
"image": {
"bare": "http://www.thecolorapi.com/id?format=svg&named=false&hex=0047AB",
"named": "http://www.thecolorapi.com/id?format=svg&hex=0047AB"
},
"contrast": {
"value": "#000000"
},
"_links": {
"self": {
"href": "/id?hex=0047AB"
}
},
"_embedded": {}
}