Shades of Indigo #42007C
Tints of Indigo #42007C
RGB
CMYK
RGB Variations
Color information
#42007C (or 0x42007C) is known color: Indigo. HEX triplet: 42, 00 and 7C. RGB value is (66,0,124). Sum of RGB (Red+Green+Blue) = 66+0+124=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #42007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42007C is #BDFF83. Grayscale: #212121. Windows color (decimal): -12451716 or 8126530. OLE color: 8126530.
HSL color Cylindrical-coordinate representation of color #42007C: hue angle of 271.94º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42007C is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 0 | 124 | - |
| CMYK | 0.47 | 1 | 0 | 0.51 |
| HSL | 271.94º | 1% | 0.24% | - |
| HSV(B) | 271.94º | 1% | 0.49% | - |
| XYZ | 5.88 | 2.61 | 19.26 | - |
| YUV | 33.87 | 178.87 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 124 | 0.47 | 1 | 0 | 0.51 | 271.94 | 1 | 0.24 |
| Hex | 42 | 0 | 7C | 2F | 64 | 0 | 33 | 110 | 64 | 18 |
| Octal | 102 | 0 | 174 | 57 | 144 | 0 | 63 | 420 | 144 | 30 |
| Binary | 1000010 | 0 | 1111100 | 101111 | 1100100 | 0 | 110011 | 100010000 | 1100100 | 11000 |
Color Harmonies of #42007C
Complementary color
Monochromatic Colors of #42007C
Black with #42007C
Text Example
Text Example
White with #42007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42007C; }
p { color: rgb(66,0,124); }
H1.HeaderClassName
{
color: #42007C;
}
.AnyTagClassName
{
color: #42007C;
}
</style>
background-color css
<style>
a { background-color: #42007C; }
a { background-color: rgb(66,0,124); }
div.DivClassName
{
background-color: #42007C;
}
.BgClassName
{
background-color: #42007C;
}
</style>
border-color css
<style>
span { border-color: #42007C; }
span { border-color: rgb(66,0,124); }
td.TdClassName
{
border-color: #42007C;
}
.TagClassName
{
border-color: #42007C;
}
</style>