Shades of Indigo #420581
Tints of Indigo #420581
RGB
CMYK
RGB Variations
Color information
#420581 (or 0x420581) is known color: Indigo. HEX triplet: 42, 05 and 81. RGB value is (66,5,129). Sum of RGB (Red+Green+Blue) = 66+5+129=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #420581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420581 is #BDFA7E. Grayscale: #242424. Windows color (decimal): -12450431 or 8455490. OLE color: 8455490.
HSL color Cylindrical-coordinate representation of color #420581: hue angle of 269.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420581 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 5 | 129 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.49 |
| HSL | 269.52º | 0.93% | 0.26% | - |
| HSV(B) | 269.52º | 0.96% | 0.51% | - |
| XYZ | 6.26 | 2.85 | 20.99 | - |
| YUV | 37.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 129 | 0.49 | 0.96 | 0 | 0.49 | 269.52 | 0.93 | 0.26 |
| Hex | 42 | 5 | 81 | 31 | 60 | 0 | 31 | 10E | 5D | 1A |
| Octal | 102 | 5 | 201 | 61 | 140 | 0 | 61 | 416 | 135 | 32 |
| Binary | 1000010 | 101 | 10000001 | 110001 | 1100000 | 0 | 110001 | 100001110 | 1011101 | 11010 |
Color Harmonies of #420581
Complementary color
Monochromatic Colors of #420581
Black with #420581
Text Example
Text Example
White with #420581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420581; }
p { color: rgb(66,5,129); }
H1.HeaderClassName
{
color: #420581;
}
.AnyTagClassName
{
color: #420581;
}
</style>
background-color css
<style>
a { background-color: #420581; }
a { background-color: rgb(66,5,129); }
div.DivClassName
{
background-color: #420581;
}
.BgClassName
{
background-color: #420581;
}
</style>
border-color css
<style>
span { border-color: #420581; }
span { border-color: rgb(66,5,129); }
td.TdClassName
{
border-color: #420581;
}
.TagClassName
{
border-color: #420581;
}
</style>