Shades of Indigo #42066E
Tints of Indigo #42066E
RGB
CMYK
RGB Variations
Color information
#42066E (or 0x42066E) is known color: Indigo. HEX triplet: 42, 06 and 6E. RGB value is (66,6,110). Sum of RGB (Red+Green+Blue) = 66+6+110=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #42066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42066E is #BDF991. Grayscale: #232323. Windows color (decimal): -12450194 or 7210562. OLE color: 7210562.
HSL color Cylindrical-coordinate representation of color #42066E: hue angle of 274.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42066E is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 6 | 110 | - |
| CMYK | 0.4 | 0.95 | 0 | 0.57 |
| HSL | 274.62º | 0.9% | 0.23% | - |
| HSV(B) | 274.62º | 0.95% | 0.43% | - |
| XYZ | 5.13 | 2.41 | 14.95 | - |
| YUV | 35.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 110 | 0.4 | 0.95 | 0 | 0.57 | 274.62 | 0.9 | 0.23 |
| Hex | 42 | 6 | 6E | 28 | 5F | 0 | 39 | 113 | 5A | 17 |
| Octal | 102 | 6 | 156 | 50 | 137 | 0 | 71 | 423 | 132 | 27 |
| Binary | 1000010 | 110 | 1101110 | 101000 | 1011111 | 0 | 111001 | 100010011 | 1011010 | 10111 |
Color Harmonies of #42066E
Complementary color
Monochromatic Colors of #42066E
Black with #42066E
Text Example
Text Example
White with #42066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42066E; }
p { color: rgb(66,6,110); }
H1.HeaderClassName
{
color: #42066E;
}
.AnyTagClassName
{
color: #42066E;
}
</style>
background-color css
<style>
a { background-color: #42066E; }
a { background-color: rgb(66,6,110); }
div.DivClassName
{
background-color: #42066E;
}
.BgClassName
{
background-color: #42066E;
}
</style>
border-color css
<style>
span { border-color: #42066E; }
span { border-color: rgb(66,6,110); }
td.TdClassName
{
border-color: #42066E;
}
.TagClassName
{
border-color: #42066E;
}
</style>