Shades of Indigo #42037E
Tints of Indigo #42037E
RGB
CMYK
RGB Variations
Color information
#42037E (or 0x42037E) is known color: Indigo. HEX triplet: 42, 03 and 7E. RGB value is (66,3,126). Sum of RGB (Red+Green+Blue) = 66+3+126=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #42037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42037E is #BDFC81. Grayscale: #232323. Windows color (decimal): -12450946 or 8258370. OLE color: 8258370.
HSL color Cylindrical-coordinate representation of color #42037E: hue angle of 270.73º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42037E is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 3 | 126 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.51 |
| HSL | 270.73º | 0.95% | 0.25% | - |
| HSV(B) | 270.73º | 0.98% | 0.49% | - |
| XYZ | 6.05 | 2.73 | 19.95 | - |
| YUV | 35.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 126 | 0.48 | 0.98 | 0 | 0.51 | 270.73 | 0.95 | 0.25 |
| Hex | 42 | 3 | 7E | 30 | 62 | 0 | 33 | 10F | 5F | 19 |
| Octal | 102 | 3 | 176 | 60 | 142 | 0 | 63 | 417 | 137 | 31 |
| Binary | 1000010 | 11 | 1111110 | 110000 | 1100010 | 0 | 110011 | 100001111 | 1011111 | 11001 |
Color Harmonies of #42037E
Complementary color
Monochromatic Colors of #42037E
Black with #42037E
Text Example
Text Example
White with #42037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42037E; }
p { color: rgb(66,3,126); }
H1.HeaderClassName
{
color: #42037E;
}
.AnyTagClassName
{
color: #42037E;
}
</style>
background-color css
<style>
a { background-color: #42037E; }
a { background-color: rgb(66,3,126); }
div.DivClassName
{
background-color: #42037E;
}
.BgClassName
{
background-color: #42037E;
}
</style>
border-color css
<style>
span { border-color: #42037E; }
span { border-color: rgb(66,3,126); }
td.TdClassName
{
border-color: #42037E;
}
.TagClassName
{
border-color: #42037E;
}
</style>