Shades of Indigo #420881
Tints of Indigo #420881
RGB
CMYK
RGB Variations
Color information
#420881 (or 0x420881) is known color: Indigo. HEX triplet: 42, 08 and 81. RGB value is (66,8,129). Sum of RGB (Red+Green+Blue) = 66+8+129=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #420881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420881 is #BDF77E. Grayscale: #262626. Windows color (decimal): -12449663 or 8456258. OLE color: 8456258.
HSL color Cylindrical-coordinate representation of color #420881: hue angle of 268.76º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420881 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 8 | 129 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.49 |
| HSL | 268.76º | 0.88% | 0.27% | - |
| HSV(B) | 268.76º | 0.94% | 0.51% | - |
| XYZ | 6.3 | 2.92 | 21 | - |
| YUV | 39.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 129 | 0.49 | 0.94 | 0 | 0.49 | 268.76 | 0.88 | 0.27 |
| Hex | 42 | 8 | 81 | 31 | 5E | 0 | 31 | 10D | 58 | 1B |
| Octal | 102 | 10 | 201 | 61 | 136 | 0 | 61 | 415 | 130 | 33 |
| Binary | 1000010 | 1000 | 10000001 | 110001 | 1011110 | 0 | 110001 | 100001101 | 1011000 | 11011 |
Color Harmonies of #420881
Complementary color
Monochromatic Colors of #420881
Black with #420881
Text Example
Text Example
White with #420881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420881; }
p { color: rgb(66,8,129); }
H1.HeaderClassName
{
color: #420881;
}
.AnyTagClassName
{
color: #420881;
}
</style>
background-color css
<style>
a { background-color: #420881; }
a { background-color: rgb(66,8,129); }
div.DivClassName
{
background-color: #420881;
}
.BgClassName
{
background-color: #420881;
}
</style>
border-color css
<style>
span { border-color: #420881; }
span { border-color: rgb(66,8,129); }
td.TdClassName
{
border-color: #420881;
}
.TagClassName
{
border-color: #420881;
}
</style>