Shades of Indigo #42035F
Tints of Indigo #42035F
RGB
CMYK
RGB Variations
Color information
#42035F (or 0x42035F) is known color: Indigo. HEX triplet: 42, 03 and 5F. RGB value is (66,3,95). Sum of RGB (Red+Green+Blue) = 66+3+95=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #42035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42035F is #BDFCA0. Grayscale: #202020. Windows color (decimal): -12450977 or 6226754. OLE color: 6226754.
HSL color Cylindrical-coordinate representation of color #42035F: hue angle of 281.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42035F is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 3 | 95 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.63 |
| HSL | 281.09º | 0.94% | 0.19% | - |
| HSV(B) | 281.09º | 0.97% | 0.37% | - |
| XYZ | 4.34 | 2.05 | 10.99 | - |
| YUV | 32.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 95 | 0.31 | 0.97 | 0 | 0.63 | 281.09 | 0.94 | 0.19 |
| Hex | 42 | 3 | 5F | 1F | 61 | 0 | 3F | 119 | 5E | 13 |
| Octal | 102 | 3 | 137 | 37 | 141 | 0 | 77 | 431 | 136 | 23 |
| Binary | 1000010 | 11 | 1011111 | 11111 | 1100001 | 0 | 111111 | 100011001 | 1011110 | 10011 |
Color Harmonies of #42035F
Complementary color
Monochromatic Colors of #42035F
Black with #42035F
Text Example
Text Example
White with #42035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42035F; }
p { color: rgb(66,3,95); }
H1.HeaderClassName
{
color: #42035F;
}
.AnyTagClassName
{
color: #42035F;
}
</style>
background-color css
<style>
a { background-color: #42035F; }
a { background-color: rgb(66,3,95); }
div.DivClassName
{
background-color: #42035F;
}
.BgClassName
{
background-color: #42035F;
}
</style>
border-color css
<style>
span { border-color: #42035F; }
span { border-color: rgb(66,3,95); }
td.TdClassName
{
border-color: #42035F;
}
.TagClassName
{
border-color: #42035F;
}
</style>