Shades of Indigo #42007E
Tints of Indigo #42007E
RGB
CMYK
RGB Variations
Color information
#42007E (or 0x42007E) is known color: Indigo. HEX triplet: 42, 00 and 7E. RGB value is (66,0,126). Sum of RGB (Red+Green+Blue) = 66+0+126=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #42007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42007E is #BDFF81. Grayscale: #212121. Windows color (decimal): -12451714 or 8257602. OLE color: 8257602.
HSL color Cylindrical-coordinate representation of color #42007E: hue angle of 271.43º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42007E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 0 | 126 | - |
| CMYK | 0.48 | 1 | 0 | 0.51 |
| HSL | 271.43º | 1% | 0.25% | - |
| HSV(B) | 271.43º | 1% | 0.49% | - |
| XYZ | 6.01 | 2.66 | 19.94 | - |
| YUV | 34.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 126 | 0.48 | 1 | 0 | 0.51 | 271.43 | 1 | 0.25 |
| Hex | 42 | 0 | 7E | 30 | 64 | 0 | 33 | 10F | 64 | 19 |
| Octal | 102 | 0 | 176 | 60 | 144 | 0 | 63 | 417 | 144 | 31 |
| Binary | 1000010 | 0 | 1111110 | 110000 | 1100100 | 0 | 110011 | 100001111 | 1100100 | 11001 |
Color Harmonies of #42007E
Complementary color
Monochromatic Colors of #42007E
Black with #42007E
Text Example
Text Example
White with #42007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42007E; }
p { color: rgb(66,0,126); }
H1.HeaderClassName
{
color: #42007E;
}
.AnyTagClassName
{
color: #42007E;
}
</style>
background-color css
<style>
a { background-color: #42007E; }
a { background-color: rgb(66,0,126); }
div.DivClassName
{
background-color: #42007E;
}
.BgClassName
{
background-color: #42007E;
}
</style>
border-color css
<style>
span { border-color: #42007E; }
span { border-color: rgb(66,0,126); }
td.TdClassName
{
border-color: #42007E;
}
.TagClassName
{
border-color: #42007E;
}
</style>