Shades of Indigo #42046D
Tints of Indigo #42046D
RGB
CMYK
RGB Variations
Color information
#42046D (or 0x42046D) is known color: Indigo. HEX triplet: 42, 04 and 6D. RGB value is (66,4,109). Sum of RGB (Red+Green+Blue) = 66+4+109=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #42046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42046D is #BDFB92. Grayscale: #222222. Windows color (decimal): -12450707 or 7144514. OLE color: 7144514.
HSL color Cylindrical-coordinate representation of color #42046D: hue angle of 275.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42046D is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 4 | 109 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.57 |
| HSL | 275.43º | 0.93% | 0.22% | - |
| HSV(B) | 275.43º | 0.96% | 0.43% | - |
| XYZ | 5.05 | 2.35 | 14.66 | - |
| YUV | 34.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 109 | 0.39 | 0.96 | 0 | 0.57 | 275.43 | 0.93 | 0.22 |
| Hex | 42 | 4 | 6D | 27 | 60 | 0 | 39 | 113 | 5D | 16 |
| Octal | 102 | 4 | 155 | 47 | 140 | 0 | 71 | 423 | 135 | 26 |
| Binary | 1000010 | 100 | 1101101 | 100111 | 1100000 | 0 | 111001 | 100010011 | 1011101 | 10110 |
Color Harmonies of #42046D
Complementary color
Monochromatic Colors of #42046D
Black with #42046D
Text Example
Text Example
White with #42046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42046D; }
p { color: rgb(66,4,109); }
H1.HeaderClassName
{
color: #42046D;
}
.AnyTagClassName
{
color: #42046D;
}
</style>
background-color css
<style>
a { background-color: #42046D; }
a { background-color: rgb(66,4,109); }
div.DivClassName
{
background-color: #42046D;
}
.BgClassName
{
background-color: #42046D;
}
</style>
border-color css
<style>
span { border-color: #42046D; }
span { border-color: rgb(66,4,109); }
td.TdClassName
{
border-color: #42046D;
}
.TagClassName
{
border-color: #42046D;
}
</style>