Shades of Indigo #42007F
Tints of Indigo #42007F
RGB
CMYK
RGB Variations
Color information
#42007F (or 0x42007F) is known color: Indigo. HEX triplet: 42, 00 and 7F. RGB value is (66,0,127). Sum of RGB (Red+Green+Blue) = 66+0+127=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #42007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42007F is #BDFF80. Grayscale: #212121. Windows color (decimal): -12451713 or 8323138. OLE color: 8323138.
HSL color Cylindrical-coordinate representation of color #42007F: hue angle of 271.18º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42007F is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 0 | 127 | - |
| CMYK | 0.48 | 1 | 0 | 0.50 |
| HSL | 271.18º | 1% | 0.25% | - |
| HSV(B) | 271.18º | 1% | 0.5% | - |
| XYZ | 6.08 | 2.69 | 20.28 | - |
| YUV | 34.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 127 | 0.48 | 1 | 0 | 0.50 | 271.18 | 1 | 0.25 |
| Hex | 42 | 0 | 7F | 30 | 64 | 0 | 32 | 10F | 64 | 19 |
| Octal | 102 | 0 | 177 | 60 | 144 | 0 | 62 | 417 | 144 | 31 |
| Binary | 1000010 | 0 | 1111111 | 110000 | 1100100 | 0 | 110010 | 100001111 | 1100100 | 11001 |
Color Harmonies of #42007F
Complementary color
Monochromatic Colors of #42007F
Black with #42007F
Text Example
Text Example
White with #42007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42007F; }
p { color: rgb(66,0,127); }
H1.HeaderClassName
{
color: #42007F;
}
.AnyTagClassName
{
color: #42007F;
}
</style>
background-color css
<style>
a { background-color: #42007F; }
a { background-color: rgb(66,0,127); }
div.DivClassName
{
background-color: #42007F;
}
.BgClassName
{
background-color: #42007F;
}
</style>
border-color css
<style>
span { border-color: #42007F; }
span { border-color: rgb(66,0,127); }
td.TdClassName
{
border-color: #42007F;
}
.TagClassName
{
border-color: #42007F;
}
</style>