Shades of Indigo #42015E
Tints of Indigo #42015E
RGB
CMYK
RGB Variations
Color information
#42015E (or 0x42015E) is known color: Indigo. HEX triplet: 42, 01 and 5E. RGB value is (66,1,94). Sum of RGB (Red+Green+Blue) = 66+1+94=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #42015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42015E is #BDFEA1. Grayscale: #1E1E1E. Windows color (decimal): -12451490 or 6160706. OLE color: 6160706.
HSL color Cylindrical-coordinate representation of color #42015E: hue angle of 281.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42015E is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 1 | 94 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.63 |
| HSL | 281.94º | 0.98% | 0.19% | - |
| HSV(B) | 281.94º | 0.99% | 0.37% | - |
| XYZ | 4.28 | 1.99 | 10.75 | - |
| YUV | 31.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 94 | 0.30 | 0.99 | 0 | 0.63 | 281.94 | 0.98 | 0.19 |
| Hex | 42 | 1 | 5E | 1E | 63 | 0 | 3F | 11A | 62 | 13 |
| Octal | 102 | 1 | 136 | 36 | 143 | 0 | 77 | 432 | 142 | 23 |
| Binary | 1000010 | 1 | 1011110 | 11110 | 1100011 | 0 | 111111 | 100011010 | 1100010 | 10011 |
Color Harmonies of #42015E
Complementary color
Monochromatic Colors of #42015E
Black with #42015E
Text Example
Text Example
White with #42015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42015E; }
p { color: rgb(66,1,94); }
H1.HeaderClassName
{
color: #42015E;
}
.AnyTagClassName
{
color: #42015E;
}
</style>
background-color css
<style>
a { background-color: #42015E; }
a { background-color: rgb(66,1,94); }
div.DivClassName
{
background-color: #42015E;
}
.BgClassName
{
background-color: #42015E;
}
</style>
border-color css
<style>
span { border-color: #42015E; }
span { border-color: rgb(66,1,94); }
td.TdClassName
{
border-color: #42015E;
}
.TagClassName
{
border-color: #42015E;
}
</style>