Shades of Indigo #420387
Tints of Indigo #420387
RGB
CMYK
RGB Variations
Color information
#420387 (or 0x420387) is known color: Indigo. HEX triplet: 42, 03 and 87. RGB value is (66,3,135). Sum of RGB (Red+Green+Blue) = 66+3+135=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #420387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420387 is #BDFC78. Grayscale: #242424. Windows color (decimal): -12450937 or 8848194. OLE color: 8848194.
HSL color Cylindrical-coordinate representation of color #420387: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420387 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 3 | 135 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.47 |
| HSL | 268.64º | 0.96% | 0.27% | - |
| HSV(B) | 268.64º | 0.98% | 0.53% | - |
| XYZ | 6.65 | 2.97 | 23.14 | - |
| YUV | 36.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 135 | 0.51 | 0.98 | 0 | 0.47 | 268.64 | 0.96 | 0.27 |
| Hex | 42 | 3 | 87 | 33 | 62 | 0 | 2F | 10D | 60 | 1B |
| Octal | 102 | 3 | 207 | 63 | 142 | 0 | 57 | 415 | 140 | 33 |
| Binary | 1000010 | 11 | 10000111 | 110011 | 1100010 | 0 | 101111 | 100001101 | 1100000 | 11011 |
Color Harmonies of #420387
Complementary color
Monochromatic Colors of #420387
Black with #420387
Text Example
Text Example
White with #420387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420387; }
p { color: rgb(66,3,135); }
H1.HeaderClassName
{
color: #420387;
}
.AnyTagClassName
{
color: #420387;
}
</style>
background-color css
<style>
a { background-color: #420387; }
a { background-color: rgb(66,3,135); }
div.DivClassName
{
background-color: #420387;
}
.BgClassName
{
background-color: #420387;
}
</style>
border-color css
<style>
span { border-color: #420387; }
span { border-color: rgb(66,3,135); }
td.TdClassName
{
border-color: #420387;
}
.TagClassName
{
border-color: #420387;
}
</style>