Skip to content

Instantly share code, notes, and snippets.

@shaunlebron
Last active October 1, 2018 14:29
Show Gist options
  • Save shaunlebron/407c0b8a96c9f6fbdc82e7c1d4a5534f to your computer and use it in GitHub Desktop.
Save shaunlebron/407c0b8a96c9f6fbdc82e7c1d4a5534f to your computer and use it in GitHub Desktop.
Per Bang's color name table in JSON: http://www.procato.com/rgb+index/
[
{
"name": "Red",
"hueAngle": 0,
"color": "rgb(255, 0, 0)",
"swatches": [
[
{
"index": 1,
"name": "Pinkish white",
"color": "rgb(255, 246, 246)"
},
{
"index": 2,
"name": "Very pale pink",
"color": "rgb(255, 225, 225)"
},
{
"index": 3,
"name": "Pale pink",
"color": "rgb(255, 193, 193)"
},
{
"index": 4,
"name": "Light pink",
"color": "rgb(255, 158, 158)"
},
{
"index": 5,
"name": "Light brilliant red",
"color": "rgb(255, 100, 100)"
},
{
"index": 6,
"name": "Luminous vivid red",
"color": "rgb(255, 0, 0)"
}
],
[
{
"index": 7,
"name": "Pinkish gray",
"color": "rgb(231, 217, 217)"
},
{
"index": 8,
"name": "Pale, grayish pink",
"color": "rgb(231, 183, 183)"
},
{
"index": 9,
"name": "Pink",
"color": "rgb(231, 138, 138)"
},
{
"index": 10,
"name": "Brilliant red",
"color": "rgb(231, 80, 80)"
},
{
"index": 11,
"name": "Vivid red",
"color": "rgb(231, 0, 0)"
}
],
[
{
"index": 12,
"name": "Reddish gray",
"color": "rgb(168, 156, 156)"
},
{
"index": 13,
"name": "Grayish red",
"color": "rgb(168, 125, 125)"
},
{
"index": 14,
"name": "Moderate red",
"color": "rgb(168, 73, 73)"
},
{
"index": 15,
"name": "Strong red",
"color": "rgb(168, 0, 0)"
}
],
[
{
"index": 16,
"name": "Reddish brownish gray",
"color": "rgb(89, 82, 82)"
},
{
"index": 17,
"name": "Dark grayish reddish brown",
"color": "rgb(89, 66, 66)"
},
{
"index": 18,
"name": "Reddish brown",
"color": "rgb(89, 39, 39)"
},
{
"index": 19,
"name": "Deep reddish brown",
"color": "rgb(89, 0, 0)"
}
],
[
{
"index": 20,
"name": "Reddish brownish black",
"color": "rgb(28, 26, 26)"
},
{
"index": 21,
"name": "Very reddish brown",
"color": "rgb(28, 16, 16)"
},
{
"index": 22,
"name": "Very deep reddish brown",
"color": "rgb(28, 0, 0)"
}
]
]
},
{
"name": "Scarlet",
"hueAngle": 7.5,
"color": "rgb(255, 31, 0)",
"swatches": [
[
{
"index": 23,
"name": "Pale scarlet",
"color": "rgb(255, 201, 193)"
},
{
"index": 24,
"name": "Very light scarlet",
"color": "rgb(255, 170, 158)"
},
{
"index": 25,
"name": "Light brilliant scarlet",
"color": "rgb(255, 120, 100)"
},
{
"index": 26,
"name": "Luminous vivid scarlet",
"color": "rgb(255, 31, 0)"
}
],
[
{
"index": 27,
"name": "Light scarlet",
"color": "rgb(231, 150, 138)"
},
{
"index": 28,
"name": "Brilliant scarlet",
"color": "rgb(231, 99, 80)"
},
{
"index": 29,
"name": "Vivid scarlet",
"color": "rgb(231, 28, 0)"
}
],
[
{
"index": 30,
"name": "Moderate scarlet",
"color": "rgb(168, 85, 73)"
},
{
"index": 31,
"name": "Strong scarlet",
"color": "rgb(168, 21, 0)"
}
],
[
{
"index": 32,
"name": "Dark scarlet",
"color": "rgb(89, 45, 39)"
},
{
"index": 33,
"name": "Deep scarlet",
"color": "rgb(89, 11, 0)"
}
]
]
},
{
"name": "Vermilion",
"hueAngle": 15,
"color": "rgb(255, 63, 0)",
"swatches": [
[
{
"index": 34,
"name": "Very pale vermilion",
"color": "rgb(255, 233, 225)"
},
{
"index": 35,
"name": "Pale vermilion",
"color": "rgb(255, 209, 193)"
},
{
"index": 36,
"name": "Very light vermilion",
"color": "rgb(255, 182, 158)"
},
{
"index": 37,
"name": "Light brilliant vermilion",
"color": "rgb(255, 139, 100)"
},
{
"index": 38,
"name": "Luminous vivid vermilion",
"color": "rgb(255, 63, 0)"
}
],
[
{
"index": 39,
"name": "Pale, light grayish vermilion",
"color": "rgb(231, 195, 183)"
},
{
"index": 40,
"name": "Light vermilion",
"color": "rgb(231, 161, 138)"
},
{
"index": 41,
"name": "Brilliant vermilion",
"color": "rgb(231, 118, 80)"
},
{
"index": 42,
"name": "Vivid vermilion",
"color": "rgb(231, 57, 0)"
}
],
[
{
"index": 43,
"name": "Grayish vermilion",
"color": "rgb(168, 136, 125)"
},
{
"index": 44,
"name": "Moderate vermilion",
"color": "rgb(168, 97, 73)"
},
{
"index": 45,
"name": "Strong vermilion",
"color": "rgb(168, 42, 0)"
}
],
[
{
"index": 46,
"name": "Dark grayish vermilion",
"color": "rgb(89, 72, 66)"
},
{
"index": 47,
"name": "Dark vermilion",
"color": "rgb(89, 51, 39)"
},
{
"index": 48,
"name": "Deep vermilion",
"color": "rgb(89, 22, 0)"
}
]
]
},
{
"name": "Tangelo",
"hueAngle": 22.5,
"color": "rgb(255, 95, 0)",
"swatches": [
[
{
"index": 49,
"name": "Pale tangelo",
"color": "rgb(255, 216, 193)"
},
{
"index": 50,
"name": "Very light tangelo",
"color": "rgb(255, 194, 158)"
},
{
"index": 51,
"name": "Light brilliant tangelo",
"color": "rgb(255, 158, 100)"
},
{
"index": 52,
"name": "Luminous vivid tangelo",
"color": "rgb(255, 95, 0)"
}
],
[
{
"index": 53,
"name": "Light tangelo",
"color": "rgb(231, 173, 138)"
},
{
"index": 54,
"name": "Brilliant tangelo",
"color": "rgb(231, 137, 80)"
},
{
"index": 55,
"name": "Vivid tangelo",
"color": "rgb(231, 86, 0)"
}
],
[
{
"index": 56,
"name": "Moderate tangelo",
"color": "rgb(168, 109, 73)"
},
{
"index": 57,
"name": "Strong tangelo",
"color": "rgb(168, 63, 0)"
}
],
[
{
"index": 58,
"name": "Dark tangelo",
"color": "rgb(89, 57, 39)"
},
{
"index": 59,
"name": "Deep tangelo",
"color": "rgb(89, 33, 0)"
}
]
]
},
{
"name": "Orange",
"hueAngle": 30,
"color": "rgb(255, 127, 0)",
"swatches": [
[
{
"index": 60,
"name": "Very pale orange",
"color": "rgb(255, 240, 225)"
},
{
"index": 61,
"name": "Pale orange",
"color": "rgb(255, 224, 193)"
},
{
"index": 62,
"name": "Very light orange",
"color": "rgb(255, 206, 158)"
},
{
"index": 63,
"name": "Light brilliant orange",
"color": "rgb(255, 177, 100)"
},
{
"index": 64,
"name": "Luminous vivid orange",
"color": "rgb(255, 127, 0)"
}
],
[
{
"index": 65,
"name": "Pale, light grayish brown",
"color": "rgb(231, 207, 183)"
},
{
"index": 66,
"name": "Light orange",
"color": "rgb(231, 185, 138)"
},
{
"index": 67,
"name": "Brilliant orange",
"color": "rgb(231, 156, 80)"
},
{
"index": 68,
"name": "Vivid orange",
"color": "rgb(231, 115, 0)"
}
],
[
{
"index": 69,
"name": "Grayish brown",
"color": "rgb(168, 146, 125)"
},
{
"index": 70,
"name": "Moderate orange",
"color": "rgb(168, 120, 73)"
},
{
"index": 71,
"name": "Strong orange",
"color": "rgb(168, 84, 0)"
}
],
[
{
"index": 72,
"name": "Dark grayish brown",
"color": "rgb(89, 77, 66)"
},
{
"index": 73,
"name": "Brown",
"color": "rgb(89, 64, 39)"
},
{
"index": 74,
"name": "Deep brown",
"color": "rgb(89, 44, 0)"
}
],
[
{
"index": 75,
"name": "Very brown",
"color": "rgb(28, 22, 16)"
},
{
"index": 76,
"name": "Very deep brown",
"color": "rgb(28, 14, 0)"
}
]
]
},
{
"name": "Gamboge",
"hueAngle": 37.5,
"color": "rgb(255, 159, 0)",
"swatches": [
[
{
"index": 77,
"name": "Pale gamboge",
"color": "rgb(255, 232, 193)"
},
{
"index": 78,
"name": "Very light gamboge",
"color": "rgb(255, 218, 158)"
},
{
"index": 79,
"name": "Light brilliant gamboge",
"color": "rgb(255, 197, 100)"
},
{
"index": 80,
"name": "Luminous vivid gamboge",
"color": "rgb(255, 159, 0)"
}
],
[
{
"index": 81,
"name": "Light gamboge",
"color": "rgb(231, 196, 138)"
},
{
"index": 82,
"name": "Brilliant gamboge",
"color": "rgb(231, 175, 80)"
},
{
"index": 83,
"name": "Vivid gamboge",
"color": "rgb(231, 144, 0)"
}
],
[
{
"index": 84,
"name": "Moderate gamboge",
"color": "rgb(168, 132, 73)"
},
{
"index": 85,
"name": "Strong gamboge",
"color": "rgb(168, 105, 0)"
}
],
[
{
"index": 86,
"name": "Dark gamboge",
"color": "rgb(89, 70, 39)"
},
{
"index": 87,
"name": "Deep gamboge",
"color": "rgb(89, 55, 0)"
}
]
]
},
{
"name": "Amber",
"hueAngle": 45,
"color": "rgb(255, 191, 0)",
"swatches": [
[
{
"index": 88,
"name": "Very pale amber",
"color": "rgb(255, 247, 225)"
},
{
"index": 89,
"name": "Pale amber",
"color": "rgb(255, 239, 193)"
},
{
"index": 90,
"name": "Very light amber",
"color": "rgb(255, 230, 158)"
},
{
"index": 91,
"name": "Light brilliant amber",
"color": "rgb(255, 216, 100)"
},
{
"index": 92,
"name": "Luminous vivid amber",
"color": "rgb(255, 191, 0)"
}
],
[
{
"index": 93,
"name": "Pale, light grayish amber",
"color": "rgb(231, 219, 183)"
},
{
"index": 94,
"name": "Light amber",
"color": "rgb(231, 208, 138)"
},
{
"index": 95,
"name": "Brilliant amber",
"color": "rgb(231, 193, 80)"
},
{
"index": 96,
"name": "Vivid amber",
"color": "rgb(231, 173, 0)"
}
],
[
{
"index": 97,
"name": "Grayish amber",
"color": "rgb(168, 157, 125)"
},
{
"index": 98,
"name": "Moderate amber",
"color": "rgb(168, 144, 73)"
},
{
"index": 99,
"name": "Strong amber",
"color": "rgb(168, 126, 0)"
}
],
[
{
"index": 100,
"name": "Dark grayish amber",
"color": "rgb(89, 83, 66)"
},
{
"index": 101,
"name": "Dark amber",
"color": "rgb(89, 76, 39)"
},
{
"index": 102,
"name": "Deep amber",
"color": "rgb(89, 66, 0)"
}
]
]
},
{
"name": "Gold",
"hueAngle": 52.5,
"color": "rgb(255, 223, 0)",
"swatches": [
[
{
"index": 103,
"name": "Pale gold",
"color": "rgb(255, 247, 193)"
},
{
"index": 104,
"name": "Very light gold",
"color": "rgb(255, 242, 158)"
},
{
"index": 105,
"name": "Light brilliant gold",
"color": "rgb(255, 235, 100)"
},
{
"index": 106,
"name": "Luminous vivid gold",
"color": "rgb(255, 223, 0)"
}
],
[
{
"index": 107,
"name": "Light gold",
"color": "rgb(231, 219, 138)"
},
{
"index": 108,
"name": "Brilliant gold",
"color": "rgb(231, 212, 80)"
},
{
"index": 109,
"name": "Vivid gold",
"color": "rgb(231, 202, 0)"
}
],
[
{
"index": 110,
"name": "Moderate gold",
"color": "rgb(168, 156, 73)"
},
{
"index": 111,
"name": "Strong gold",
"color": "rgb(168, 147, 0)"
}
],
[
{
"index": 112,
"name": "Dark gold",
"color": "rgb(89, 82, 39)"
},
{
"index": 113,
"name": "Deep gold",
"color": "rgb(89, 78, 0)"
}
]
]
},
{
"name": "Yellow",
"hueAngle": 60,
"color": "rgb(255, 255, 0)",
"swatches": [
[
{
"index": 114,
"name": "Yellowish white",
"color": "rgb(255, 255, 246)"
},
{
"index": 115,
"name": "Very pale yellow",
"color": "rgb(255, 255, 225)"
},
{
"index": 116,
"name": "Pale yellow",
"color": "rgb(255, 255, 193)"
},
{
"index": 117,
"name": "Very light yellow",
"color": "rgb(255, 255, 158)"
},
{
"index": 118,
"name": "Light brilliant yellow",
"color": "rgb(255, 255, 100)"
},
{
"index": 119,
"name": "Luminous vivid yellow",
"color": "rgb(255, 255, 0)"
}
],
[
{
"index": 120,
"name": "Light yellowish gray",
"color": "rgb(231, 231, 217)"
},
{
"index": 121,
"name": "Pale, light grayish olive",
"color": "rgb(231, 231, 183)"
},
{
"index": 122,
"name": "Light yellow",
"color": "rgb(231, 231, 138)"
},
{
"index": 123,
"name": "Brilliant yellow",
"color": "rgb(231, 231, 80)"
},
{
"index": 124,
"name": "Vivid yellow",
"color": "rgb(231, 231, 0)"
}
],
[
{
"index": 125,
"name": "Yellowish gray",
"color": "rgb(168, 168, 156)"
},
{
"index": 126,
"name": "Grayish olive",
"color": "rgb(168, 168, 125)"
},
{
"index": 127,
"name": "Moderate olive",
"color": "rgb(168, 168, 73)"
},
{
"index": 128,
"name": "Strong olive",
"color": "rgb(168, 168, 0)"
}
],
[
{
"index": 129,
"name": "Dark olivish gray",
"color": "rgb(89, 89, 82)"
},
{
"index": 130,
"name": "Dark grayish olive",
"color": "rgb(89, 89, 66)"
},
{
"index": 131,
"name": "Dark olive",
"color": "rgb(89, 89, 39)"
},
{
"index": 132,
"name": "Deep olive",
"color": "rgb(89, 89, 0)"
}
],
[
{
"index": 133,
"name": "Yellowish black",
"color": "rgb(28, 28, 26)"
},
{
"index": 134,
"name": "Very dark olive",
"color": "rgb(28, 28, 16)"
},
{
"index": 135,
"name": "Very deep olive",
"color": "rgb(28, 28, 0)"
}
]
]
},
{
"name": "Apple green",
"hueAngle": 67.5,
"color": "rgb(223, 255, 0)",
"swatches": [
[
{
"index": 136,
"name": "Pale apple green",
"color": "rgb(247, 255, 193)"
},
{
"index": 137,
"name": "Very light apple green",
"color": "rgb(242, 255, 158)"
},
{
"index": 138,
"name": "Light brilliant apple green",
"color": "rgb(235, 255, 100)"
},
{
"index": 139,
"name": "Luminous vivid apple green",
"color": "rgb(223, 255, 0)"
}
],
[
{
"index": 140,
"name": "Light apple green",
"color": "rgb(219, 231, 138)"
},
{
"index": 141,
"name": "Brilliant apple green",
"color": "rgb(212, 231, 80)"
},
{
"index": 142,
"name": "Vivid apple green",
"color": "rgb(202, 231, 0)"
}
],
[
{
"index": 143,
"name": "Moderate apple green",
"color": "rgb(156, 168, 73)"
},
{
"index": 144,
"name": "Strong apple green",
"color": "rgb(147, 168, 0)"
}
],
[
{
"index": 145,
"name": "Dark apple green",
"color": "rgb(82, 89, 39)"
},
{
"index": 146,
"name": "Deep apple green",
"color": "rgb(78, 89, 0)"
}
]
]
},
{
"name": "Lime green",
"hueAngle": 75,
"color": "rgb(191, 255, 0)",
"swatches": [
[
{
"index": 147,
"name": "Very pale lime green",
"color": "rgb(247, 255, 225)"
},
{
"index": 148,
"name": "Pale lime green",
"color": "rgb(239, 255, 193)"
},
{
"index": 149,
"name": "Very light lime green",
"color": "rgb(230, 255, 158)"
},
{
"index": 150,
"name": "Light brilliant lime green",
"color": "rgb(216, 255, 100)"
},
{
"index": 151,
"name": "Luminous vivid lime green",
"color": "rgb(191, 255, 0)"
}
],
[
{
"index": 152,
"name": "Pale, light grayish lime green",
"color": "rgb(219, 231, 183)"
},
{
"index": 153,
"name": "Light lime green",
"color": "rgb(208, 231, 138)"
},
{
"index": 154,
"name": "Brilliant lime green",
"color": "rgb(193, 231, 80)"
},
{
"index": 155,
"name": "Vivid lime green",
"color": "rgb(173, 231, 0)"
}
],
[
{
"index": 156,
"name": "Grayish lime green",
"color": "rgb(157, 168, 125)"
},
{
"index": 157,
"name": "Moderate lime green",
"color": "rgb(144, 168, 73)"
},
{
"index": 158,
"name": "Strong lime green",
"color": "rgb(126, 168, 0)"
}
],
[
{
"index": 159,
"name": "Dark grayish lime green",
"color": "rgb(83, 89, 66)"
},
{
"index": 160,
"name": "Dark lime green",
"color": "rgb(76, 89, 39)"
},
{
"index": 161,
"name": "Deep lime green",
"color": "rgb(66, 89, 0)"
}
]
]
},
{
"name": "Spring bud",
"hueAngle": 82.5,
"color": "rgb(159, 255, 0)",
"swatches": [
[
{
"index": 162,
"name": "Pale spring bud",
"color": "rgb(232, 255, 193)"
},
{
"index": 163,
"name": "Very light spring bud",
"color": "rgb(218, 255, 158)"
},
{
"index": 164,
"name": "Light brilliant spring bud",
"color": "rgb(197, 255, 100)"
},
{
"index": 165,
"name": "Luminous vivid spring bud",
"color": "rgb(159, 255, 0)"
}
],
[
{
"index": 166,
"name": "Light spring bud",
"color": "rgb(196, 231, 138)"
},
{
"index": 167,
"name": "Brilliant spring bud",
"color": "rgb(175, 231, 80)"
},
{
"index": 168,
"name": "Vivid spring bud",
"color": "rgb(144, 231, 0)"
}
],
[
{
"index": 169,
"name": "Moderate spring bud",
"color": "rgb(132, 168, 73)"
},
{
"index": 170,
"name": "Strong spring bud",
"color": "rgb(105, 168, 0)"
}
],
[
{
"index": 171,
"name": "Dark spring bud",
"color": "rgb(70, 89, 39)"
},
{
"index": 172,
"name": "Deep spring bud",
"color": "rgb(55, 89, 0)"
}
]
]
},
{
"name": "Chartreuse green",
"hueAngle": 90,
"color": "rgb(127, 255, 0)",
"swatches": [
[
{
"index": 173,
"name": "Very pale chartreuse green",
"color": "rgb(240, 255, 225)"
},
{
"index": 174,
"name": "Pale chartreuse green",
"color": "rgb(224, 255, 193)"
},
{
"index": 175,
"name": "Very light chartreuse green",
"color": "rgb(206, 255, 158)"
},
{
"index": 176,
"name": "Light brilliant chartreuse green",
"color": "rgb(177, 255, 100)"
},
{
"index": 177,
"name": "Luminous vivid chartreuse green",
"color": "rgb(127, 255, 0)"
}
],
[
{
"index": 178,
"name": "Pale, light grayish chartreuse green",
"color": "rgb(207, 231, 183)"
},
{
"index": 179,
"name": "Light chartreuse green",
"color": "rgb(185, 231, 138)"
},
{
"index": 180,
"name": "Brilliant chartreuse green",
"color": "rgb(156, 231, 80)"
},
{
"index": 181,
"name": "Vivid chartreuse green",
"color": "rgb(115, 231, 0)"
}
],
[
{
"index": 182,
"name": "Grayish chartreuse green",
"color": "rgb(146, 168, 125)"
},
{
"index": 183,
"name": "Moderate chartreuse green",
"color": "rgb(120, 168, 73)"
},
{
"index": 184,
"name": "Strong chartreuse green",
"color": "rgb(84, 168, 0)"
}
],
[
{
"index": 185,
"name": "Dark grayish chartreuse green",
"color": "rgb(77, 89, 66)"
},
{
"index": 186,
"name": "Dark chartreuse green",
"color": "rgb(64, 89, 39)"
},
{
"index": 187,
"name": "Deep chartreuse green",
"color": "rgb(44, 89, 0)"
}
],
[
{
"index": 188,
"name": "Very dark chartreuse green",
"color": "rgb(22, 28, 16)"
},
{
"index": 189,
"name": "Very deep chartreuse green",
"color": "rgb(14, 28, 0)"
}
]
]
},
{
"name": "Pistachio",
"hueAngle": 97.5,
"color": "rgb(95, 255, 0)",
"swatches": [
[
{
"index": 190,
"name": "Pale pistachio",
"color": "rgb(216, 255, 193)"
},
{
"index": 191,
"name": "Very light pistachio",
"color": "rgb(194, 255, 158)"
},
{
"index": 192,
"name": "Light brilliant pistachio",
"color": "rgb(158, 255, 100)"
},
{
"index": 193,
"name": "Luminous vivid pistachio",
"color": "rgb(95, 255, 0)"
}
],
[
{
"index": 194,
"name": "Light pistachio",
"color": "rgb(173, 231, 138)"
},
{
"index": 195,
"name": "Brilliant pistachio",
"color": "rgb(137, 231, 80)"
},
{
"index": 196,
"name": "Vivid pistachio",
"color": "rgb(86, 231, 0)"
}
],
[
{
"index": 197,
"name": "Moderate pistachio",
"color": "rgb(109, 168, 73)"
},
{
"index": 198,
"name": "Strong pistachio",
"color": "rgb(63, 168, 0)"
}
],
[
{
"index": 199,
"name": "Dark pistachio",
"color": "rgb(57, 89, 39)"
},
{
"index": 200,
"name": "Deep pistachio",
"color": "rgb(33, 89, 0)"
}
]
]
},
{
"name": "Harlequin",
"hueAngle": 105,
"color": "rgb(63, 255, 0)",
"swatches": [
[
{
"index": 201,
"name": "Very pale harlequin",
"color": "rgb(233, 255, 225)"
},
{
"index": 202,
"name": "Pale harlequin",
"color": "rgb(209, 255, 193)"
},
{
"index": 203,
"name": "Very light harlequin",
"color": "rgb(182, 255, 158)"
},
{
"index": 204,
"name": "Light brilliant harlequin",
"color": "rgb(139, 255, 100)"
},
{
"index": 205,
"name": "Luminous vivid harlequin",
"color": "rgb(63, 255, 0)"
}
],
[
{
"index": 206,
"name": "Pale, light grayish harlequin",
"color": "rgb(195, 231, 183)"
},
{
"index": 207,
"name": "Light harlequin",
"color": "rgb(161, 231, 138)"
},
{
"index": 208,
"name": "Brilliant harlequin",
"color": "rgb(118, 231, 80)"
},
{
"index": 209,
"name": "Vivid harlequin",
"color": "rgb(57, 231, 0)"
}
],
[
{
"index": 210,
"name": "Grayish harlequin",
"color": "rgb(136, 168, 125)"
},
{
"index": 211,
"name": "Moderate harlequin",
"color": "rgb(97, 168, 73)"
},
{
"index": 212,
"name": "Strong harlequin",
"color": "rgb(42, 168, 0)"
}
],
[
{
"index": 213,
"name": "Dark grayish harlequin",
"color": "rgb(72, 89, 66)"
},
{
"index": 214,
"name": "Dark harlequin",
"color": "rgb(51, 89, 39)"
},
{
"index": 215,
"name": "Deep harlequin",
"color": "rgb(22, 89, 0)"
}
]
]
},
{
"name": "Sap green",
"hueAngle": 112.5,
"color": "rgb(31, 255, 0)",
"swatches": [
[
{
"index": 216,
"name": "Pale sap green",
"color": "rgb(201, 255, 193)"
},
{
"index": 217,
"name": "Very light sap green",
"color": "rgb(170, 255, 158)"
},
{
"index": 218,
"name": "Light brilliant sap green",
"color": "rgb(120, 255, 100)"
},
{
"index": 219,
"name": "Luminous vivid sap green",
"color": "rgb(31, 255, 0)"
}
],
[
{
"index": 220,
"name": "Light sap green",
"color": "rgb(150, 231, 138)"
},
{
"index": 221,
"name": "Brilliant sap green",
"color": "rgb(99, 231, 80)"
},
{
"index": 222,
"name": "Vivid sap green",
"color": "rgb(28, 231, 0)"
}
],
[
{
"index": 223,
"name": "Moderate sap green",
"color": "rgb(85, 168, 73)"
},
{
"index": 224,
"name": "Strong sap green",
"color": "rgb(21, 168, 0)"
}
],
[
{
"index": 225,
"name": "Dark sap green",
"color": "rgb(45, 89, 39)"
},
{
"index": 226,
"name": "Deep sap green",
"color": "rgb(11, 89, 0)"
}
]
]
},
{
"name": "Green",
"hueAngle": 120,
"color": "rgb(0, 255, 0)",
"swatches": [
[
{
"index": 227,
"name": "Greenish white",
"color": "rgb(246, 255, 246)"
},
{
"index": 228,
"name": "Very pale green",
"color": "rgb(225, 255, 225)"
},
{
"index": 229,
"name": "Pale green",
"color": "rgb(193, 255, 193)"
},
{
"index": 230,
"name": "Very light green",
"color": "rgb(158, 255, 158)"
},
{
"index": 231,
"name": "Light brilliant green",
"color": "rgb(100, 255, 100)"
},
{
"index": 232,
"name": "Luminous vivid green",
"color": "rgb(0, 255, 0)"
}
],
[
{
"index": 233,
"name": "Light greenish gray",
"color": "rgb(217, 231, 217)"
},
{
"index": 234,
"name": "Pale, light grayish green",
"color": "rgb(183, 231, 183)"
},
{
"index": 235,
"name": "Light green",
"color": "rgb(138, 231, 138)"
},
{
"index": 236,
"name": "Brilliant green",
"color": "rgb(80, 231, 80)"
},
{
"index": 237,
"name": "Vivid green",
"color": "rgb(0, 231, 0)"
}
],
[
{
"index": 238,
"name": "Greenish gray",
"color": "rgb(156, 168, 156)"
},
{
"index": 239,
"name": "Grayish green",
"color": "rgb(125, 168, 125)"
},
{
"index": 240,
"name": "Moderate green",
"color": "rgb(73, 168, 73)"
},
{
"index": 241,
"name": "Strong green",
"color": "rgb(0, 168, 0)"
}
],
[
{
"index": 242,
"name": "Dark greenish gray",
"color": "rgb(82, 89, 82)"
},
{
"index": 243,
"name": "Dark grayish green",
"color": "rgb(66, 89, 66)"
},
{
"index": 244,
"name": "Dark green",
"color": "rgb(39, 89, 39)"
},
{
"index": 245,
"name": "Deep green",
"color": "rgb(0, 89, 0)"
}
],
[
{
"index": 246,
"name": "Greenish black",
"color": "rgb(26, 28, 26)"
},
{
"index": 247,
"name": "Very dark green",
"color": "rgb(16, 28, 16)"
},
{
"index": 248,
"name": "Very deep green",
"color": "rgb(0, 28, 0)"
}
]
]
},
{
"name": "Emerald green",
"hueAngle": 127.5,
"color": "rgb(0, 255, 31)",
"swatches": [
[
{
"index": 249,
"name": "Pale emerald green",
"color": "rgb(193, 255, 201)"
},
{
"index": 250,
"name": "Very light emerald green",
"color": "rgb(158, 255, 170)"
},
{
"index": 251,
"name": "Light brilliant emerald green",
"color": "rgb(100, 255, 120)"
},
{
"index": 252,
"name": "Luminous vivid emerald green",
"color": "rgb(0, 255, 31)"
}
],
[
{
"index": 253,
"name": "Light emerald green",
"color": "rgb(138, 231, 150)"
},
{
"index": 254,
"name": "Brilliant emerald green",
"color": "rgb(80, 231, 99)"
},
{
"index": 255,
"name": "Vivid emerald green",
"color": "rgb(0, 231, 28)"
}
],
[
{
"index": 256,
"name": "Moderate emerald green",
"color": "rgb(73, 168, 85)"
},
{
"index": 257,
"name": "Strong emerald green",
"color": "rgb(0, 168, 21)"
}
],
[
{
"index": 258,
"name": "Dark emerald green",
"color": "rgb(39, 89, 45)"
},
{
"index": 259,
"name": "Deep emerald green",
"color": "rgb(0, 89, 11)"
}
]
]
},
{
"name": "Malachite green",
"hueAngle": 135,
"color": "rgb(0, 255, 63)",
"swatches": [
[
{
"index": 260,
"name": "Very pale malachite green",
"color": "rgb(225, 255, 233)"
},
{
"index": 261,
"name": "Pale malachite green",
"color": "rgb(193, 255, 209)"
},
{
"index": 262,
"name": "Very light malachite green",
"color": "rgb(158, 255, 182)"
},
{
"index": 263,
"name": "Light brilliant malachite green",
"color": "rgb(100, 255, 139)"
},
{
"index": 264,
"name": "Luminous vivid malachite green",
"color": "rgb(0, 255, 63)"
}
],
[
{
"index": 265,
"name": "Pale, light grayish malachite green",
"color": "rgb(183, 231, 195)"
},
{
"index": 266,
"name": "Light malachite green",
"color": "rgb(138, 231, 161)"
},
{
"index": 267,
"name": "Brilliant malachite green",
"color": "rgb(80, 231, 118)"
},
{
"index": 268,
"name": "Vivid malachite green",
"color": "rgb(0, 231, 57)"
}
],
[
{
"index": 269,
"name": "Grayish malachite green",
"color": "rgb(125, 168, 136)"
},
{
"index": 270,
"name": "Moderate malachite green",
"color": "rgb(73, 168, 97)"
},
{
"index": 271,
"name": "Strong malachite green",
"color": "rgb(0, 168, 42)"
}
],
[
{
"index": 272,
"name": "Dark grayish malachite green",
"color": "rgb(66, 89, 72)"
},
{
"index": 273,
"name": "Dark malachite green",
"color": "rgb(39, 89, 51)"
},
{
"index": 274,
"name": "Deep malachite green",
"color": "rgb(0, 89, 22)"
}
]
]
},
{
"name": "Sea green",
"hueAngle": 142.5,
"color": "rgb(0, 255, 95)",
"swatches": [
[
{
"index": 275,
"name": "Pale sea green",
"color": "rgb(193, 255, 216)"
},
{
"index": 276,
"name": "Very light sea green",
"color": "rgb(158, 255, 194)"
},
{
"index": 277,
"name": "Light brilliant sea green",
"color": "rgb(100, 255, 158)"
},
{
"index": 278,
"name": "Luminous vivid sea green",
"color": "rgb(0, 255, 95)"
}
],
[
{
"index": 279,
"name": "Light sea green",
"color": "rgb(138, 231, 173)"
},
{
"index": 280,
"name": "Brilliant sea green",
"color": "rgb(80, 231, 137)"
},
{
"index": 281,
"name": "Vivid sea green",
"color": "rgb(0, 231, 86)"
}
],
[
{
"index": 282,
"name": "Moderate sea green",
"color": "rgb(73, 168, 109)"
},
{
"index": 283,
"name": "Strong sea green",
"color": "rgb(0, 168, 63)"
}
],
[
{
"index": 284,
"name": "Dark sea green",
"color": "rgb(39, 89, 57)"
},
{
"index": 285,
"name": "Deep sea green",
"color": "rgb(0, 89, 33)"
}
]
]
},
{
"name": "Spring green",
"hueAngle": 150,
"color": "rgb(0, 255, 127)",
"swatches": [
[
{
"index": 286,
"name": "Very pale spring green",
"color": "rgb(225, 255, 240)"
},
{
"index": 287,
"name": "Pale spring green",
"color": "rgb(193, 255, 224)"
},
{
"index": 288,
"name": "Very light spring green",
"color": "rgb(158, 255, 206)"
},
{
"index": 289,
"name": "Light brilliant spring green",
"color": "rgb(100, 255, 177)"
},
{
"index": 290,
"name": "Luminous vivid spring green",
"color": "rgb(0, 255, 127)"
}
],
[
{
"index": 291,
"name": "Pale, light grayish spring green",
"color": "rgb(183, 231, 207)"
},
{
"index": 292,
"name": "Light spring green",
"color": "rgb(138, 231, 185)"
},
{
"index": 293,
"name": "Brilliant spring green",
"color": "rgb(80, 231, 156)"
},
{
"index": 294,
"name": "Vivid spring green",
"color": "rgb(0, 231, 115)"
}
],
[
{
"index": 295,
"name": "Grayish spring green",
"color": "rgb(125, 168, 146)"
},
{
"index": 296,
"name": "Moderate spring green",
"color": "rgb(73, 168, 120)"
},
{
"index": 297,
"name": "Strong spring green",
"color": "rgb(0, 168, 84)"
}
],
[
{
"index": 298,
"name": "Dark grayish spring green",
"color": "rgb(66, 89, 77)"
},
{
"index": 299,
"name": "Dark spring green",
"color": "rgb(39, 89, 64)"
},
{
"index": 300,
"name": "Deep spring green",
"color": "rgb(0, 89, 44)"
}
],
[
{
"index": 301,
"name": "Very dark spring green",
"color": "rgb(16, 28, 22)"
},
{
"index": 302,
"name": "Very deep spring green",
"color": "rgb(0, 28, 14)"
}
]
]
},
{
"name": "Aquamarine",
"hueAngle": 157.5,
"color": "rgb(0, 255, 159)",
"swatches": [
[
{
"index": 303,
"name": "Pale aquamarine",
"color": "rgb(193, 255, 232)"
},
{
"index": 304,
"name": "Very light aquamarine",
"color": "rgb(158, 255, 218)"
},
{
"index": 305,
"name": "Light brilliant aquamarine",
"color": "rgb(100, 255, 197)"
},
{
"index": 306,
"name": "Luminous vivid aquamarine",
"color": "rgb(0, 255, 159)"
}
],
[
{
"index": 307,
"name": "Light aquamarine",
"color": "rgb(138, 231, 196)"
},
{
"index": 308,
"name": "Brilliant aquamarine",
"color": "rgb(80, 231, 175)"
},
{
"index": 309,
"name": "Vivid aquamarine",
"color": "rgb(0, 231, 144)"
}
],
[
{
"index": 310,
"name": "Moderate aquamarine",
"color": "rgb(73, 168, 132)"
},
{
"index": 311,
"name": "Strong aquamarine",
"color": "rgb(0, 168, 105)"
}
],
[
{
"index": 312,
"name": "Dark aquamarine",
"color": "rgb(39, 89, 70)"
},
{
"index": 313,
"name": "Deep aquamarine",
"color": "rgb(0, 89, 55)"
}
]
]
},
{
"name": "Turquoise",
"hueAngle": 165,
"color": "rgb(0, 255, 191)",
"swatches": [
[
{
"index": 314,
"name": "Very pale turquoise",
"color": "rgb(225, 255, 247)"
},
{
"index": 315,
"name": "Pale turquoise",
"color": "rgb(193, 255, 239)"
},
{
"index": 316,
"name": "Very light turquoise",
"color": "rgb(158, 255, 230)"
},
{
"index": 317,
"name": "Light brilliant turquoise",
"color": "rgb(100, 255, 216)"
},
{
"index": 318,
"name": "Luminous vivid turquoise",
"color": "rgb(0, 255, 191)"
}
],
[
{
"index": 319,
"name": "Pale, light grayish turquoise",
"color": "rgb(183, 231, 219)"
},
{
"index": 320,
"name": "Light turquoise",
"color": "rgb(138, 231, 208)"
},
{
"index": 321,
"name": "Brilliant turquoise",
"color": "rgb(80, 231, 193)"
},
{
"index": 322,
"name": "Vivid turquoise",
"color": "rgb(0, 231, 173)"
}
],
[
{
"index": 323,
"name": "Grayish turquoise",
"color": "rgb(125, 168, 157)"
},
{
"index": 324,
"name": "Moderate turquoise",
"color": "rgb(73, 168, 144)"
},
{
"index": 325,
"name": "Strong turquoise",
"color": "rgb(0, 168, 126)"
}
],
[
{
"index": 326,
"name": "Dark grayish turquoise",
"color": "rgb(66, 89, 83)"
},
{
"index": 327,
"name": "Dark turquoise",
"color": "rgb(39, 89, 76)"
},
{
"index": 328,
"name": "Deep turquoise",
"color": "rgb(0, 89, 66)"
}
]
]
},
{
"name": "Opal",
"hueAngle": 172.5,
"color": "rgb(0, 255, 223)",
"swatches": [
[
{
"index": 329,
"name": "Pale opal",
"color": "rgb(193, 255, 247)"
},
{
"index": 330,
"name": "Very light opal",
"color": "rgb(158, 255, 242)"
},
{
"index": 331,
"name": "Light brilliant opal",
"color": "rgb(100, 255, 235)"
},
{
"index": 332,
"name": "Luminous vivid opal",
"color": "rgb(0, 255, 223)"
}
],
[
{
"index": 333,
"name": "Light opal",
"color": "rgb(138, 231, 219)"
},
{
"index": 334,
"name": "Brilliant opal",
"color": "rgb(80, 231, 212)"
},
{
"index": 335,
"name": "Vivid opal",
"color": "rgb(0, 231, 202)"
}
],
[
{
"index": 336,
"name": "Moderate opal",
"color": "rgb(73, 168, 156)"
},
{
"index": 337,
"name": "Strong opal",
"color": "rgb(0, 168, 147)"
}
],
[
{
"index": 338,
"name": "Dark opal",
"color": "rgb(39, 89, 82)"
},
{
"index": 339,
"name": "Deep opal",
"color": "rgb(0, 89, 78)"
}
]
]
},
{
"name": "Cyan",
"hueAngle": 180,
"color": "rgb(0, 255, 255)",
"swatches": [
[
{
"index": 340,
"name": "Cyanish white",
"color": "rgb(246, 255, 255)"
},
{
"index": 341,
"name": "Very pale cyan",
"color": "rgb(225, 255, 255)"
},
{
"index": 342,
"name": "Pale cyan",
"color": "rgb(193, 255, 255)"
},
{
"index": 343,
"name": "Very light cyan",
"color": "rgb(158, 255, 255)"
},
{
"index": 344,
"name": "Light brilliant cyan",
"color": "rgb(100, 255, 255)"
},
{
"index": 345,
"name": "Luminous vivid cyan",
"color": "rgb(0, 255, 255)"
}
],
[
{
"index": 346,
"name": "Light cyanish gray",
"color": "rgb(217, 231, 231)"
},
{
"index": 347,
"name": "Pale, light grayish cyan",
"color": "rgb(183, 231, 231)"
},
{
"index": 348,
"name": "Light cyan",
"color": "rgb(138, 231, 231)"
},
{
"index": 349,
"name": "Brilliant cyan",
"color": "rgb(80, 231, 231)"
},
{
"index": 350,
"name": "Vivid cyan",
"color": "rgb(0, 231, 231)"
}
],
[
{
"index": 351,
"name": "Cyanish gray",
"color": "rgb(156, 168, 168)"
},
{
"index": 352,
"name": "Grayish cyan",
"color": "rgb(125, 168, 168)"
},
{
"index": 353,
"name": "Moderate cyan",
"color": "rgb(73, 168, 168)"
},
{
"index": 354,
"name": "Strong cyan",
"color": "rgb(0, 168, 168)"
}
],
[
{
"index": 355,
"name": "Dark cyanish gray",
"color": "rgb(82, 89, 89)"
},
{
"index": 356,
"name": "Dark grayish cyan",
"color": "rgb(66, 89, 89)"
},
{
"index": 357,
"name": "Dark cyan",
"color": "rgb(39, 89, 89)"
},
{
"index": 358,
"name": "Deep cyan",
"color": "rgb(0, 89, 89)"
}
],
[
{
"index": 359,
"name": "Cyanish black",
"color": "rgb(26, 28, 28)"
},
{
"index": 360,
"name": "Very dark cyan",
"color": "rgb(16, 28, 28)"
},
{
"index": 361,
"name": "Very deep cyan",
"color": "rgb(0, 28, 28)"
}
]
]
},
{
"name": "Arctic blue",
"hueAngle": 187.5,
"color": "rgb(0, 223, 255)",
"swatches": [
[
{
"index": 362,
"name": "Pale arctic blue",
"color": "rgb(193, 247, 255)"
},
{
"index": 363,
"name": "Very light arctic blue",
"color": "rgb(158, 242, 255)"
},
{
"index": 364,
"name": "Light brilliant arctic blue",
"color": "rgb(100, 235, 255)"
},
{
"index": 365,
"name": "Luminous vivid arctic blue",
"color": "rgb(0, 223, 255)"
}
],
[
{
"index": 366,
"name": "Light arctic blue",
"color": "rgb(138, 219, 231)"
},
{
"index": 367,
"name": "Brilliant arctic blue",
"color": "rgb(80, 212, 231)"
},
{
"index": 368,
"name": "Vivid arctic blue",
"color": "rgb(0, 202, 231)"
}
],
[
{
"index": 369,
"name": "Moderate arctic blue",
"color": "rgb(73, 156, 168)"
},
{
"index": 370,
"name": "Strong arctic blue",
"color": "rgb(0, 147, 168)"
}
],
[
{
"index": 371,
"name": "Dark arctic blue",
"color": "rgb(39, 82, 89)"
},
{
"index": 372,
"name": "Deep arctic blue",
"color": "rgb(0, 78, 89)"
}
]
]
},
{
"name": "Cerulean",
"hueAngle": 195,
"color": "rgb(0, 191, 255)",
"swatches": [
[
{
"index": 373,
"name": "Very pale cerulean",
"color": "rgb(225, 247, 255)"
},
{
"index": 374,
"name": "Pale cerulean",
"color": "rgb(193, 239, 255)"
},
{
"index": 375,
"name": "Very light cerulean",
"color": "rgb(158, 230, 255)"
},
{
"index": 376,
"name": "Light brilliant cerulean",
"color": "rgb(100, 216, 255)"
},
{
"index": 377,
"name": "Luminous vivid cerulean",
"color": "rgb(0, 191, 255)"
}
],
[
{
"index": 378,
"name": "Pale, light grayish cerulean",
"color": "rgb(183, 219, 231)"
},
{
"index": 379,
"name": "Light cerulean",
"color": "rgb(138, 208, 231)"
},
{
"index": 380,
"name": "Brilliant cerulean",
"color": "rgb(80, 193, 231)"
},
{
"index": 381,
"name": "Vivid cerulean",
"color": "rgb(0, 173, 231)"
}
],
[
{
"index": 382,
"name": "Grayish cerulean",
"color": "rgb(125, 157, 168)"
},
{
"index": 383,
"name": "Moderate cerulean",
"color": "rgb(73, 144, 168)"
},
{
"index": 384,
"name": "Strong cerulean",
"color": "rgb(0, 126, 168)"
}
],
[
{
"index": 385,
"name": "Dark grayish cerulean",
"color": "rgb(66, 83, 89)"
},
{
"index": 386,
"name": "Dark cerulean",
"color": "rgb(39, 76, 89)"
},
{
"index": 387,
"name": "Deep cerulean",
"color": "rgb(0, 66, 89)"
}
]
]
},
{
"name": "Cornflower blue",
"hueAngle": 202.5,
"color": "rgb(0, 159, 255)",
"swatches": [
[
{
"index": 388,
"name": "Pale cornflower blue",
"color": "rgb(193, 232, 255)"
},
{
"index": 389,
"name": "Very light cornflower blue",
"color": "rgb(158, 218, 255)"
},
{
"index": 390,
"name": "Light brilliant cornflower blue",
"color": "rgb(100, 197, 255)"
},
{
"index": 391,
"name": "Luminous vivid cornflower blue",
"color": "rgb(0, 159, 255)"
}
],
[
{
"index": 392,
"name": "Light cornflower blue",
"color": "rgb(138, 196, 231)"
},
{
"index": 393,
"name": "Brilliant cornflower blue",
"color": "rgb(80, 175, 231)"
},
{
"index": 394,
"name": "Vivid cornflower blue",
"color": "rgb(0, 144, 231)"
}
],
[
{
"index": 395,
"name": "Moderate cornflower blue",
"color": "rgb(73, 132, 168)"
},
{
"index": 396,
"name": "Strong cornflower blue",
"color": "rgb(0, 105, 168)"
}
],
[
{
"index": 397,
"name": "Dark cornflower blue",
"color": "rgb(39, 70, 89)"
},
{
"index": 398,
"name": "Deep cornflower blue",
"color": "rgb(0, 55, 89)"
}
]
]
},
{
"name": "Azure",
"hueAngle": 210,
"color": "rgb(0, 127, 255)",
"swatches": [
[
{
"index": 399,
"name": "Very pale azure",
"color": "rgb(225, 240, 255)"
},
{
"index": 400,
"name": "Pale azure",
"color": "rgb(193, 224, 255)"
},
{
"index": 401,
"name": "Very light azure",
"color": "rgb(158, 206, 255)"
},
{
"index": 402,
"name": "Light brilliant azure",
"color": "rgb(100, 177, 255)"
},
{
"index": 403,
"name": "Luminous vivid azure",
"color": "rgb(0, 127, 255)"
}
],
[
{
"index": 404,
"name": "Pale, light grayish azure",
"color": "rgb(183, 207, 231)"
},
{
"index": 405,
"name": "Light azure",
"color": "rgb(138, 185, 231)"
},
{
"index": 406,
"name": "Brilliant azure",
"color": "rgb(80, 156, 231)"
},
{
"index": 407,
"name": "Vivid azure",
"color": "rgb(0, 115, 231)"
}
],
[
{
"index": 408,
"name": "Grayish azure",
"color": "rgb(125, 146, 168)"
},
{
"index": 409,
"name": "Moderate azure",
"color": "rgb(73, 120, 168)"
},
{
"index": 410,
"name": "Strong azure",
"color": "rgb(0, 84, 168)"
}
],
[
{
"index": 411,
"name": "Dark grayish azure",
"color": "rgb(66, 77, 89)"
},
{
"index": 412,
"name": "Dark azure",
"color": "rgb(39, 64, 89)"
},
{
"index": 413,
"name": "Deep azure",
"color": "rgb(0, 44, 89)"
}
],
[
{
"index": 414,
"name": "Very dark azure",
"color": "rgb(16, 22, 28)"
},
{
"index": 415,
"name": "Very deep azure",
"color": "rgb(0, 14, 28)"
}
]
]
},
{
"name": "Cobalt blue",
"hueAngle": 217.5,
"color": "rgb(0, 95, 255)",
"swatches": [
[
{
"index": 416,
"name": "Pale cobalt blue",
"color": "rgb(193, 216, 255)"
},
{
"index": 417,
"name": "Very light cobalt blue",
"color": "rgb(158, 194, 255)"
},
{
"index": 418,
"name": "Light brilliant cobalt blue",
"color": "rgb(100, 158, 255)"
},
{
"index": 419,
"name": "Luminous vivid cobalt blue",
"color": "rgb(0, 95, 255)"
}
],
[
{
"index": 420,
"name": "Light cobalt blue",
"color": "rgb(138, 173, 231)"
},
{
"index": 421,
"name": "Brilliant cobalt blue",
"color": "rgb(80, 137, 231)"
},
{
"index": 422,
"name": "Vivid cobalt blue",
"color": "rgb(0, 86, 231)"
}
],
[
{
"index": 423,
"name": "Moderate cobalt blue",
"color": "rgb(73, 109, 168)"
},
{
"index": 424,
"name": "Strong cobalt blue",
"color": "rgb(0, 63, 168)"
}
],
[
{
"index": 425,
"name": "Dark cobalt blue",
"color": "rgb(39, 57, 89)"
},
{
"index": 426,
"name": "Deep cobalt blue",
"color": "rgb(0, 33, 89)"
}
]
]
},
{
"name": "Sapphire blue",
"hueAngle": 225,
"color": "rgb(0, 63, 255)",
"swatches": [
[
{
"index": 427,
"name": "Very pale sapphire blue",
"color": "rgb(225, 233, 255)"
},
{
"index": 428,
"name": "Pale sapphire blue",
"color": "rgb(193, 209, 255)"
},
{
"index": 429,
"name": "Very light sapphire blue",
"color": "rgb(158, 182, 255)"
},
{
"index": 430,
"name": "Light brilliant sapphire blue",
"color": "rgb(100, 139, 255)"
},
{
"index": 431,
"name": "Luminous vivid sapphire blue",
"color": "rgb(0, 63, 255)"
}
],
[
{
"index": 432,
"name": "Pale, light grayish sapphire blue",
"color": "rgb(183, 195, 231)"
},
{
"index": 433,
"name": "Light sapphire blue",
"color": "rgb(138, 161, 231)"
},
{
"index": 434,
"name": "Brilliant sapphire blue",
"color": "rgb(80, 118, 231)"
},
{
"index": 435,
"name": "Vivid sapphire blue",
"color": "rgb(0, 57, 231)"
}
],
[
{
"index": 436,
"name": "Grayish sapphire blue",
"color": "rgb(125, 136, 168)"
},
{
"index": 437,
"name": "Moderate sapphire blue",
"color": "rgb(73, 97, 168)"
},
{
"index": 438,
"name": "Strong sapphire blue",
"color": "rgb(0, 42, 168)"
}
],
[
{
"index": 439,
"name": "Dark grayish sapphire blue",
"color": "rgb(66, 72, 89)"
},
{
"index": 440,
"name": "Dark sapphire blue",
"color": "rgb(39, 51, 89)"
},
{
"index": 441,
"name": "Deep sapphire blue",
"color": "rgb(0, 22, 89)"
}
]
]
},
{
"name": "Phthalo blue",
"hueAngle": 232.5,
"color": "rgb(0, 31, 255)",
"swatches": [
[
{
"index": 442,
"name": "Pale phthalo blue",
"color": "rgb(193, 201, 255)"
},
{
"index": 443,
"name": "Very light phthalo blue",
"color": "rgb(158, 170, 255)"
},
{
"index": 444,
"name": "Light brilliant phthalo blue",
"color": "rgb(100, 120, 255)"
},
{
"index": 445,
"name": "Luminous vivid phthalo blue",
"color": "rgb(0, 31, 255)"
}
],
[
{
"index": 446,
"name": "Light phthalo blue",
"color": "rgb(138, 150, 231)"
},
{
"index": 447,
"name": "Brilliant phthalo blue",
"color": "rgb(80, 99, 231)"
},
{
"index": 448,
"name": "Vivid phthalo blue",
"color": "rgb(0, 28, 231)"
}
],
[
{
"index": 449,
"name": "Moderate phthalo blue",
"color": "rgb(73, 85, 168)"
},
{
"index": 450,
"name": "Strong phthalo blue",
"color": "rgb(0, 21, 168)"
}
],
[
{
"index": 451,
"name": "Dark phthalo blue",
"color": "rgb(39, 45, 89)"
},
{
"index": 452,
"name": "Deep phthalo blue",
"color": "rgb(0, 11, 89)"
}
]
]
},
{
"name": "Blue",
"hueAngle": 240,
"color": "rgb(0, 0, 255)",
"swatches": [
[
{
"index": 453,
"name": "Bluish white",
"color": "rgb(246, 246, 255)"
},
{
"index": 454,
"name": "Very pale blue",
"color": "rgb(225, 225, 255)"
},
{
"index": 455,
"name": "Pale blue",
"color": "rgb(193, 193, 255)"
},
{
"index": 456,
"name": "Very light blue",
"color": "rgb(158, 158, 255)"
},
{
"index": 457,
"name": "Light brilliant blue",
"color": "rgb(100, 100, 255)"
},
{
"index": 458,
"name": "Luminous vivid blue",
"color": "rgb(0, 0, 255)"
}
],
[
{
"index": 459,
"name": "Light bluish gray",
"color": "rgb(217, 217, 231)"
},
{
"index": 460,
"name": "Pale, light grayish blue",
"color": "rgb(183, 183, 231)"
},
{
"index": 461,
"name": "Light blue",
"color": "rgb(138, 138, 231)"
},
{
"index": 462,
"name": "Brilliant blue",
"color": "rgb(80, 80, 231)"
},
{
"index": 463,
"name": "Vivid blue",
"color": "rgb(0, 0, 231)"
}
],
[
{
"index": 464,
"name": "Bluish gray",
"color": "rgb(156, 156, 168)"
},
{
"index": 465,
"name": "Grayish blue",
"color": "rgb(125, 125, 168)"
},
{
"index": 466,
"name": "Moderate blue",
"color": "rgb(73, 73, 168)"
},
{
"index": 467,
"name": "Strong blue",
"color": "rgb(0, 0, 168)"
}
],
[
{
"index": 468,
"name": "Dark bluish gray",
"color": "rgb(82, 82, 89)"
},
{
"index": 469,
"name": "Dark grayish blue",
"color": "rgb(66, 66, 89)"
},
{
"index": 470,
"name": "Dark blue",
"color": "rgb(39, 39, 89)"
},
{
"index": 471,
"name": "Deep blue",
"color": "rgb(0, 0, 89)"
}
],
[
{
"index": 472,
"name": "Bluish black",
"color": "rgb(26, 26, 28)"
},
{
"index": 473,
"name": "Very dark blue",
"color": "rgb(16, 16, 28)"
},
{
"index": 474,
"name": "Very deep blue",
"color": "rgb(0, 0, 28)"
}
]
]
},
{
"name": "Persian blue",
"hueAngle": 247.5,
"color": "rgb(31, 0, 255)",
"swatches": [
[
{
"index": 475,
"name": "Pale persian blue",
"color": "rgb(201, 193, 255)"
},
{
"index": 476,
"name": "Very light persian blue",
"color": "rgb(170, 158, 255)"
},
{
"index": 477,
"name": "Light brilliant persian blue",
"color": "rgb(120, 100, 255)"
},
{
"index": 478,
"name": "Luminous vivid persian blue",
"color": "rgb(31, 0, 255)"
}
],
[
{
"index": 479,
"name": "Light persian blue",
"color": "rgb(150, 138, 231)"
},
{
"index": 480,
"name": "Brilliant persian blue",
"color": "rgb(99, 80, 231)"
},
{
"index": 481,
"name": "Vivid persian blue",
"color": "rgb(28, 0, 231)"
}
],
[
{
"index": 482,
"name": "Moderate persian blue",
"color": "rgb(85, 73, 168)"
},
{
"index": 483,
"name": "Strong persian blue",
"color": "rgb(21, 0, 168)"
}
],
[
{
"index": 484,
"name": "Dark persian blue",
"color": "rgb(45, 39, 89)"
},
{
"index": 485,
"name": "Deep persian blue",
"color": "rgb(11, 0, 89)"
}
]
]
},
{
"name": "Indigo",
"hueAngle": 255,
"color": "rgb(63, 0, 255)",
"swatches": [
[
{
"index": 486,
"name": "Very pale indigo",
"color": "rgb(233, 225, 255)"
},
{
"index": 487,
"name": "Pale indigo",
"color": "rgb(209, 193, 255)"
},
{
"index": 488,
"name": "Very light indigo",
"color": "rgb(182, 158, 255)"
},
{
"index": 489,
"name": "Light brilliant indigo",
"color": "rgb(139, 100, 255)"
},
{
"index": 490,
"name": "Luminous vivid indigo",
"color": "rgb(63, 0, 255)"
}
],
[
{
"index": 491,
"name": "Pale, light grayish indigo",
"color": "rgb(195, 183, 231)"
},
{
"index": 492,
"name": "Light indigo",
"color": "rgb(161, 138, 231)"
},
{
"index": 493,
"name": "Brilliant indigo",
"color": "rgb(118, 80, 231)"
},
{
"index": 494,
"name": "Vivid indigo",
"color": "rgb(57, 0, 231)"
}
],
[
{
"index": 495,
"name": "Grayish indigo",
"color": "rgb(136, 125, 168)"
},
{
"index": 496,
"name": "Moderate indigo",
"color": "rgb(97, 73, 168)"
},
{
"index": 497,
"name": "Strong indigo",
"color": "rgb(42, 0, 168)"
}
],
[
{
"index": 498,
"name": "Dark grayish indigo",
"color": "rgb(72, 66, 89)"
},
{
"index": 499,
"name": "Dark indigo",
"color": "rgb(51, 39, 89)"
},
{
"index": 500,
"name": "Deep indigo",
"color": "rgb(22, 0, 89)"
}
]
]
},
{
"name": "Blue violet",
"hueAngle": 262.5,
"color": "rgb(95, 0, 255)",
"swatches": [
[
{
"index": 501,
"name": "Pale blue violet",
"color": "rgb(216, 193, 255)"
},
{
"index": 502,
"name": "Very light blue violet",
"color": "rgb(194, 158, 255)"
},
{
"index": 503,
"name": "Light brilliant blue violet",
"color": "rgb(158, 100, 255)"
},
{
"index": 504,
"name": "Luminous vivid blue violet",
"color": "rgb(95, 0, 255)"
}
],
[
{
"index": 505,
"name": "Light blue violet",
"color": "rgb(173, 138, 231)"
},
{
"index": 506,
"name": "Brilliant blue violet",
"color": "rgb(137, 80, 231)"
},
{
"index": 507,
"name": "Vivid blue violet",
"color": "rgb(86, 0, 231)"
}
],
[
{
"index": 508,
"name": "Moderate blue violet",
"color": "rgb(109, 73, 168)"
},
{
"index": 509,
"name": "Strong blue violet",
"color": "rgb(63, 0, 168)"
}
],
[
{
"index": 510,
"name": "Dark blue violet",
"color": "rgb(57, 39, 89)"
},
{
"index": 511,
"name": "Deep blue violet",
"color": "rgb(33, 0, 89)"
}
]
]
},
{
"name": "Violet",
"hueAngle": 270,
"color": "rgb(127, 0, 255)",
"swatches": [
[
{
"index": 512,
"name": "Very pale violet",
"color": "rgb(240, 225, 255)"
},
{
"index": 513,
"name": "Pale violet",
"color": "rgb(224, 193, 255)"
},
{
"index": 514,
"name": "Very light violet",
"color": "rgb(206, 158, 255)"
},
{
"index": 515,
"name": "Light brilliant violet",
"color": "rgb(177, 100, 255)"
},
{
"index": 516,
"name": "Luminous vivid violet",
"color": "rgb(127, 0, 255)"
}
],
[
{
"index": 517,
"name": "Pale, light grayish violet",
"color": "rgb(207, 183, 231)"
},
{
"index": 518,
"name": "Light violet",
"color": "rgb(185, 138, 231)"
},
{
"index": 519,
"name": "Brilliant violet",
"color": "rgb(156, 80, 231)"
},
{
"index": 520,
"name": "Vivid violet",
"color": "rgb(115, 0, 231)"
}
],
[
{
"index": 521,
"name": "Grayish violet",
"color": "rgb(146, 125, 168)"
},
{
"index": 522,
"name": "Moderate violet",
"color": "rgb(120, 73, 168)"
},
{
"index": 523,
"name": "Strong violet",
"color": "rgb(84, 0, 168)"
}
],
[
{
"index": 524,
"name": "Dark grayish violet",
"color": "rgb(77, 66, 89)"
},
{
"index": 525,
"name": "Dark violet",
"color": "rgb(64, 39, 89)"
},
{
"index": 526,
"name": "Deep violet",
"color": "rgb(44, 0, 89)"
}
],
[
{
"index": 527,
"name": "Very dark violet",
"color": "rgb(22, 16, 28)"
},
{
"index": 528,
"name": "Very deep violet",
"color": "rgb(14, 0, 28)"
}
]
]
},
{
"name": "Purple",
"hueAngle": 277.5,
"color": "rgb(159, 0, 255)",
"swatches": [
[
{
"index": 529,
"name": "Pale purple",
"color": "rgb(232, 193, 255)"
},
{
"index": 530,
"name": "Very light purple",
"color": "rgb(218, 158, 255)"
},
{
"index": 531,
"name": "Light brilliant purple",
"color": "rgb(197, 100, 255)"
},
{
"index": 532,
"name": "Luminous vivid purple",
"color": "rgb(159, 0, 255)"
}
],
[
{
"index": 533,
"name": "Light purple",
"color": "rgb(196, 138, 231)"
},
{
"index": 534,
"name": "Brilliant purple",
"color": "rgb(175, 80, 231)"
},
{
"index": 535,
"name": "Vivid purple",
"color": "rgb(144, 0, 231)"
}
],
[
{
"index": 536,
"name": "Moderate purple",
"color": "rgb(132, 73, 168)"
},
{
"index": 537,
"name": "Strong purple",
"color": "rgb(105, 0, 168)"
}
],
[
{
"index": 538,
"name": "Dark purple",
"color": "rgb(70, 39, 89)"
},
{
"index": 539,
"name": "Deep purple",
"color": "rgb(55, 0, 89)"
}
]
]
},
{
"name": "Mulberry",
"hueAngle": 285,
"color": "rgb(191, 0, 255)",
"swatches": [
[
{
"index": 540,
"name": "Very pale mulberry",
"color": "rgb(247, 225, 255)"
},
{
"index": 541,
"name": "Pale mulberry",
"color": "rgb(239, 193, 255)"
},
{
"index": 542,
"name": "Very light mulberry",
"color": "rgb(230, 158, 255)"
},
{
"index": 543,
"name": "Light brilliant mulberry",
"color": "rgb(216, 100, 255)"
},
{
"index": 544,
"name": "Luminous vivid mulberry",
"color": "rgb(191, 0, 255)"
}
],
[
{
"index": 545,
"name": "Pale, light grayish mulberry",
"color": "rgb(219, 183, 231)"
},
{
"index": 546,
"name": "Light mulberry",
"color": "rgb(208, 138, 231)"
},
{
"index": 547,
"name": "Brilliant mulberry",
"color": "rgb(193, 80, 231)"
},
{
"index": 548,
"name": "Vivid mulberry",
"color": "rgb(173, 0, 231)"
}
],
[
{
"index": 549,
"name": "Grayish mulberry",
"color": "rgb(157, 125, 168)"
},
{
"index": 550,
"name": "Moderate mulberry",
"color": "rgb(144, 73, 168)"
},
{
"index": 551,
"name": "Strong mulberry",
"color": "rgb(126, 0, 168)"
}
],
[
{
"index": 552,
"name": "Dark grayish mulberry",
"color": "rgb(83, 66, 89)"
},
{
"index": 553,
"name": "Dark mulberry",
"color": "rgb(76, 39, 89)"
},
{
"index": 554,
"name": "Deep mulberry",
"color": "rgb(66, 0, 89)"
}
]
]
},
{
"name": "Heliotrope",
"hueAngle": 292.5,
"color": "rgb(223, 0, 255)",
"swatches": [
[
{
"index": 555,
"name": "Pale heliotrope",
"color": "rgb(247, 193, 255)"
},
{
"index": 556,
"name": "Very light heliotrope",
"color": "rgb(242, 158, 255)"
},
{
"index": 557,
"name": "Light brilliant heliotrope",
"color": "rgb(235, 100, 255)"
},
{
"index": 558,
"name": "Luminous vivid heliotrope",
"color": "rgb(223, 0, 255)"
}
],
[
{
"index": 559,
"name": "Light heliotrope",
"color": "rgb(219, 138, 231)"
},
{
"index": 560,
"name": "Brilliant heliotrope",
"color": "rgb(212, 80, 231)"
},
{
"index": 561,
"name": "Vivid heliotrope",
"color": "rgb(202, 0, 231)"
}
],
[
{
"index": 562,
"name": "Moderate heliotrope",
"color": "rgb(156, 73, 168)"
},
{
"index": 563,
"name": "Strong heliotrope",
"color": "rgb(147, 0, 168)"
}
],
[
{
"index": 564,
"name": "Dark heliotrope",
"color": "rgb(82, 39, 89)"
},
{
"index": 565,
"name": "Deep heliotrope",
"color": "rgb(78, 0, 89)"
}
]
]
},
{
"name": "Magenta",
"hueAngle": 300,
"color": "rgb(255, 0, 255)",
"swatches": [
[
{
"index": 566,
"name": "Magentaish white",
"color": "rgb(255, 246, 255)"
},
{
"index": 567,
"name": "Very pale magenta",
"color": "rgb(255, 225, 255)"
},
{
"index": 568,
"name": "Pale magenta",
"color": "rgb(255, 193, 255)"
},
{
"index": 569,
"name": "Very light magenta",
"color": "rgb(255, 158, 255)"
},
{
"index": 570,
"name": "Light brilliant magenta",
"color": "rgb(255, 100, 255)"
},
{
"index": 571,
"name": "Luminous vivid magenta",
"color": "rgb(255, 0, 255)"
}
],
[
{
"index": 572,
"name": "Light magentaish gray",
"color": "rgb(231, 217, 231)"
},
{
"index": 573,
"name": "Pale, light grayish magenta",
"color": "rgb(231, 183, 231)"
},
{
"index": 574,
"name": "Light magenta",
"color": "rgb(231, 138, 231)"
},
{
"index": 575,
"name": "Brilliant magenta",
"color": "rgb(231, 80, 231)"
},
{
"index": 576,
"name": "Vivid magenta",
"color": "rgb(231, 0, 231)"
}
],
[
{
"index": 577,
"name": "Magentaish gray",
"color": "rgb(168, 156, 168)"
},
{
"index": 578,
"name": "Grayish magenta",
"color": "rgb(168, 125, 168)"
},
{
"index": 579,
"name": "Moderate magenta",
"color": "rgb(168, 73, 168)"
},
{
"index": 580,
"name": "Strong magenta",
"color": "rgb(168, 0, 168)"
}
],
[
{
"index": 581,
"name": "Dark magentaish gray",
"color": "rgb(89, 82, 89)"
},
{
"index": 582,
"name": "Dark grayish magenta",
"color": "rgb(89, 66, 89)"
},
{
"index": 583,
"name": "Dark magenta",
"color": "rgb(89, 39, 89)"
},
{
"index": 584,
"name": "Deep magenta",
"color": "rgb(89, 0, 89)"
}
],
[
{
"index": 585,
"name": "Magentaish black",
"color": "rgb(28, 26, 28)"
},
{
"index": 586,
"name": "Very dark magenta",
"color": "rgb(28, 16, 28)"
},
{
"index": 587,
"name": "Very deep magenta",
"color": "rgb(28, 0, 28)"
}
]
]
},
{
"name": "Orchid",
"hueAngle": 307.5,
"color": "rgb(255, 0, 223)",
"swatches": [
[
{
"index": 588,
"name": "Pale orchid",
"color": "rgb(255, 193, 247)"
},
{
"index": 589,
"name": "Very light orchid",
"color": "rgb(255, 158, 242)"
},
{
"index": 590,
"name": "Light brilliant orchid",
"color": "rgb(255, 100, 235)"
},
{
"index": 591,
"name": "Luminous vivid orchid",
"color": "rgb(255, 0, 223)"
}
],
[
{
"index": 592,
"name": "Light orchid",
"color": "rgb(231, 138, 219)"
},
{
"index": 593,
"name": "Brilliant orchid",
"color": "rgb(231, 80, 212)"
},
{
"index": 594,
"name": "Vivid orchid",
"color": "rgb(231, 0, 202)"
}
],
[
{
"index": 595,
"name": "Moderate orchid",
"color": "rgb(168, 73, 156)"
},
{
"index": 596,
"name": "Strong orchid",
"color": "rgb(168, 0, 147)"
}
],
[
{
"index": 597,
"name": "Dark orchid",
"color": "rgb(89, 39, 82)"
},
{
"index": 598,
"name": "Deep orchid",
"color": "rgb(89, 0, 78)"
}
]
]
},
{
"name": "Fuchsia",
"hueAngle": 315,
"color": "rgb(255, 0, 191)",
"swatches": [
[
{
"index": 599,
"name": "Very pale fuchsia",
"color": "rgb(255, 225, 247)"
},
{
"index": 600,
"name": "Pale fuchsia",
"color": "rgb(255, 193, 239)"
},
{
"index": 601,
"name": "Very light fuchsia",
"color": "rgb(255, 158, 230)"
},
{
"index": 602,
"name": "Light brilliant fuchsia",
"color": "rgb(255, 100, 216)"
},
{
"index": 603,
"name": "Luminous vivid fuchsia",
"color": "rgb(255, 0, 191)"
}
],
[
{
"index": 604,
"name": "Pale, light grayish fuchsia",
"color": "rgb(231, 183, 219)"
},
{
"index": 605,
"name": "Light fuchsia",
"color": "rgb(231, 138, 208)"
},
{
"index": 606,
"name": "Brilliant fuchsia",
"color": "rgb(231, 80, 193)"
},
{
"index": 607,
"name": "Vivid fuchsia",
"color": "rgb(231, 0, 173)"
}
],
[
{
"index": 608,
"name": "Grayish fuchsia",
"color": "rgb(168, 125, 157)"
},
{
"index": 609,
"name": "Moderate fuchsia",
"color": "rgb(168, 73, 144)"
},
{
"index": 610,
"name": "Strong fuchsia",
"color": "rgb(168, 0, 126)"
}
],
[
{
"index": 611,
"name": "Dark grayish fuchsia",
"color": "rgb(89, 66, 83)"
},
{
"index": 612,
"name": "Dark fuchsia",
"color": "rgb(89, 39, 76)"
},
{
"index": 613,
"name": "Deep fuchsia",
"color": "rgb(89, 0, 66)"
}
]
]
},
{
"name": "Cerise",
"hueAngle": 322.5,
"color": "rgb(255, 0, 159)",
"swatches": [
[
{
"index": 614,
"name": "Pale cerise",
"color": "rgb(255, 193, 232)"
},
{
"index": 615,
"name": "Very light cerise",
"color": "rgb(255, 158, 218)"
},
{
"index": 616,
"name": "Light brilliant cerise",
"color": "rgb(255, 100, 197)"
},
{
"index": 617,
"name": "Luminous vivid cerise",
"color": "rgb(255, 0, 159)"
}
],
[
{
"index": 618,
"name": "Light cerise",
"color": "rgb(231, 138, 196)"
},
{
"index": 619,
"name": "Brilliant cerise",
"color": "rgb(231, 80, 175)"
},
{
"index": 620,
"name": "Vivid cerise",
"color": "rgb(231, 0, 144)"
}
],
[
{
"index": 621,
"name": "Moderate cerise",
"color": "rgb(168, 73, 132)"
},
{
"index": 622,
"name": "Strong cerise",
"color": "rgb(168, 0, 105)"
}
],
[
{
"index": 623,
"name": "Dark cerise",
"color": "rgb(89, 39, 70)"
},
{
"index": 624,
"name": "Deep cerise",
"color": "rgb(89, 0, 55)"
}
]
]
},
{
"name": "Rose",
"hueAngle": 330,
"color": "rgb(255, 0, 127)",
"swatches": [
[
{
"index": 625,
"name": "Very pale rose",
"color": "rgb(255, 225, 240)"
},
{
"index": 626,
"name": "Pale rose",
"color": "rgb(255, 193, 224)"
},
{
"index": 627,
"name": "Very light rose",
"color": "rgb(255, 158, 206)"
},
{
"index": 628,
"name": "Light brilliant rose",
"color": "rgb(255, 100, 177)"
},
{
"index": 629,
"name": "Luminous vivid rose",
"color": "rgb(255, 0, 127)"
}
],
[
{
"index": 630,
"name": "Pale, light grayish rose",
"color": "rgb(231, 183, 207)"
},
{
"index": 631,
"name": "Light rose",
"color": "rgb(231, 138, 185)"
},
{
"index": 632,
"name": "Brilliant rose",
"color": "rgb(231, 80, 156)"
},
{
"index": 633,
"name": "Vivid rose",
"color": "rgb(231, 0, 115)"
}
],
[
{
"index": 634,
"name": "Grayish rose",
"color": "rgb(168, 125, 146)"
},
{
"index": 635,
"name": "Moderate rose",
"color": "rgb(168, 73, 120)"
},
{
"index": 636,
"name": "Strong rose",
"color": "rgb(168, 0, 84)"
}
],
[
{
"index": 637,
"name": "Dark grayish rose",
"color": "rgb(89, 66, 77)"
},
{
"index": 638,
"name": "Dark rose",
"color": "rgb(89, 39, 64)"
},
{
"index": 639,
"name": "Deep rose",
"color": "rgb(89, 0, 44)"
}
],
[
{
"index": 640,
"name": "Very dark rose",
"color": "rgb(28, 16, 22)"
},
{
"index": 641,
"name": "Very deep rose",
"color": "rgb(28, 0, 14)"
}
]
]
},
{
"name": "Raspberry",
"hueAngle": 337.5,
"color": "rgb(255, 0, 95)",
"swatches": [
[
{
"index": 642,
"name": "Pale raspberry",
"color": "rgb(255, 193, 216)"
},
{
"index": 643,
"name": "Very light raspberry",
"color": "rgb(255, 158, 194)"
},
{
"index": 644,
"name": "Light brilliant raspberry",
"color": "rgb(255, 100, 158)"
},
{
"index": 645,
"name": "Luminous vivid raspberry",
"color": "rgb(255, 0, 95)"
}
],
[
{
"index": 646,
"name": "Light raspberry",
"color": "rgb(231, 138, 173)"
},
{
"index": 647,
"name": "Brilliant raspberry",
"color": "rgb(231, 80, 137)"
},
{
"index": 648,
"name": "Vivid raspberry",
"color": "rgb(231, 0, 86)"
}
],
[
{
"index": 649,
"name": "Moderate raspberry",
"color": "rgb(168, 73, 109)"
},
{
"index": 650,
"name": "Strong raspberry",
"color": "rgb(168, 0, 63)"
}
],
[
{
"index": 651,
"name": "Dark raspberry",
"color": "rgb(89, 39, 57)"
},
{
"index": 652,
"name": "Deep raspberry",
"color": "rgb(89, 0, 33)"
}
]
]
},
{
"name": "Crimson",
"hueAngle": 345,
"color": "rgb(255, 0, 63)",
"swatches": [
[
{
"index": 653,
"name": "Very pale crimson",
"color": "rgb(255, 225, 233)"
},
{
"index": 654,
"name": "Pale crimson",
"color": "rgb(255, 193, 209)"
},
{
"index": 655,
"name": "Very light crimson",
"color": "rgb(255, 158, 182)"
},
{
"index": 656,
"name": "Light brilliant crimson",
"color": "rgb(255, 100, 139)"
},
{
"index": 657,
"name": "Luminous vivid crimson",
"color": "rgb(255, 0, 63)"
}
],
[
{
"index": 658,
"name": "Pale, light grayish crimson",
"color": "rgb(231, 183, 195)"
},
{
"index": 659,
"name": "Light crimson",
"color": "rgb(231, 138, 161)"
},
{
"index": 660,
"name": "Brilliant crimson",
"color": "rgb(231, 80, 118)"
},
{
"index": 661,
"name": "Vivid crimson",
"color": "rgb(231, 0, 57)"
}
],
[
{
"index": 662,
"name": "Grayish crimson",
"color": "rgb(168, 125, 136)"
},
{
"index": 663,
"name": "Moderate crimson",
"color": "rgb(168, 73, 97)"
},
{
"index": 664,
"name": "Strong crimson",
"color": "rgb(168, 0, 42)"
}
],
[
{
"index": 665,
"name": "Dark grayish crimson",
"color": "rgb(89, 66, 72)"
},
{
"index": 666,
"name": "Dark crimson",
"color": "rgb(89, 39, 51)"
},
{
"index": 667,
"name": "Deep crimson",
"color": "rgb(89, 0, 22)"
}
]
]
},
{
"name": "Amaranth",
"hueAngle": 352.5,
"color": "rgb(255, 0, 31)",
"swatches": [
[
{
"index": 668,
"name": "Pale amaranth",
"color": "rgb(255, 193, 201)"
},
{
"index": 669,
"name": "Very light amaranth",
"color": "rgb(255, 158, 170)"
},
{
"index": 670,
"name": "Light brilliant amaranth",
"color": "rgb(255, 100, 120)"
},
{
"index": 671,
"name": "Luminous vivid amaranth",
"color": "rgb(255, 0, 31)"
}
],
[
{
"index": 672,
"name": "Light amaranth",
"color": "rgb(231, 138, 150)"
},
{
"index": 673,
"name": "Brilliant amaranth",
"color": "rgb(231, 80, 99)"
},
{
"index": 674,
"name": "Vivid amaranth",
"color": "rgb(231, 0, 28)"
}
],
[
{
"index": 675,
"name": "Moderate amaranth",
"color": "rgb(168, 73, 85)"
},
{
"index": 676,
"name": "Strong amaranth",
"color": "rgb(168, 0, 21)"
}
],
[
{
"index": 677,
"name": "Dark amaranth",
"color": "rgb(89, 39, 45)"
},
{
"index": 678,
"name": "Deep amaranth",
"color": "rgb(89, 0, 11)"
}
]
]
}
]
// Paste and run this function in the JS console when opening this site:
// http://www.procato.com/rgb+index/
function scrape() {
const container = document.querySelector("div.container.themedark");
const divs = [...container.children];
const hues = divs.filter(e => e.id.match(/rgbxindex\d+$/));
function extractSwatch(el) {
const text = el.querySelector("a").innerHTML;
const match = text.match(/(\w*) (.*)/);
const index = Number(match[1]);
const name = match[2];
const color = el.style.background;
return { index, name, color };
}
function extractHue(el) {
const title = el.previousSibling.querySelector("h2 div");
const color = title.style.borderLeftColor;
const text = title.innerHTML;
const match = text.match(/(.*), hue (.*)°/);
const name = match[1];
const hueAngle = Number(match[2]);
const children = [...el.children[0].children];
const swatches = [];
let row = [];
const tryCommitRow = () => {
if (row.length > 0) swatches.push(row);
row = [];
};
for (const e of children) {
if (e.tagName === "BR") {
tryCommitRow();
} else if (e.tagName === "DIV") {
row.push(extractSwatch(e));
}
}
tryCommitRow();
return { name, hueAngle, color, swatches };
}
return hues.map(extractHue);
}
copy(JSON.stringify(scrape(), null, 2)); // <-- copies formatted json directly to clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment