Shades of Indigo #42045F
Tints of Indigo #42045F
RGB
CMYK
RGB Variations
Color information
#42045F (or 0x42045F) is known color: Indigo. HEX triplet: 42, 04 and 5F. RGB value is (66,4,95). Sum of RGB (Red+Green+Blue) = 66+4+95=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #42045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42045F is #BDFBA0. Grayscale: #202020. Windows color (decimal): -12450721 or 6227010. OLE color: 6227010.
HSL color Cylindrical-coordinate representation of color #42045F: hue angle of 280.88º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42045F is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 4 | 95 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.63 |
| HSL | 280.88º | 0.92% | 0.19% | - |
| HSV(B) | 280.88º | 0.96% | 0.37% | - |
| XYZ | 4.36 | 2.07 | 11 | - |
| YUV | 32.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 95 | 0.31 | 0.96 | 0 | 0.63 | 280.88 | 0.92 | 0.19 |
| Hex | 42 | 4 | 5F | 1F | 60 | 0 | 3F | 119 | 5C | 13 |
| Octal | 102 | 4 | 137 | 37 | 140 | 0 | 77 | 431 | 134 | 23 |
| Binary | 1000010 | 100 | 1011111 | 11111 | 1100000 | 0 | 111111 | 100011001 | 1011100 | 10011 |
Color Harmonies of #42045F
Complementary color
Monochromatic Colors of #42045F
Black with #42045F
Text Example
Text Example
White with #42045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42045F; }
p { color: rgb(66,4,95); }
H1.HeaderClassName
{
color: #42045F;
}
.AnyTagClassName
{
color: #42045F;
}
</style>
background-color css
<style>
a { background-color: #42045F; }
a { background-color: rgb(66,4,95); }
div.DivClassName
{
background-color: #42045F;
}
.BgClassName
{
background-color: #42045F;
}
</style>
border-color css
<style>
span { border-color: #42045F; }
span { border-color: rgb(66,4,95); }
td.TdClassName
{
border-color: #42045F;
}
.TagClassName
{
border-color: #42045F;
}
</style>