Shades of Indigo #420095
Tints of Indigo #420095
RGB
CMYK
RGB Variations
Color information
#420095 (or 0x420095) is known color: Indigo. HEX triplet: 42, 00 and 95. RGB value is (66,0,149). Sum of RGB (Red+Green+Blue) = 66+0+149=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #420095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420095 is #BDFF6A. Grayscale: #242424. Windows color (decimal): -12451691 or 9764930. OLE color: 9764930.
HSL color Cylindrical-coordinate representation of color #420095: hue angle of 266.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420095 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 0 | 149 | - |
| CMYK | 0.56 | 1 | 0 | 0.42 |
| HSL | 266.58º | 1% | 0.29% | - |
| HSV(B) | 266.58º | 1% | 0.58% | - |
| XYZ | 7.67 | 3.33 | 28.67 | - |
| YUV | 36.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 149 | 0.56 | 1 | 0 | 0.42 | 266.58 | 1 | 0.29 |
| Hex | 42 | 0 | 95 | 38 | 64 | 0 | 2A | 10B | 64 | 1D |
| Octal | 102 | 0 | 225 | 70 | 144 | 0 | 52 | 413 | 144 | 35 |
| Binary | 1000010 | 0 | 10010101 | 111000 | 1100100 | 0 | 101010 | 100001011 | 1100100 | 11101 |
Color Harmonies of #420095
Complementary color
Monochromatic Colors of #420095
Black with #420095
Text Example
Text Example
White with #420095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420095; }
p { color: rgb(66,0,149); }
H1.HeaderClassName
{
color: #420095;
}
.AnyTagClassName
{
color: #420095;
}
</style>
background-color css
<style>
a { background-color: #420095; }
a { background-color: rgb(66,0,149); }
div.DivClassName
{
background-color: #420095;
}
.BgClassName
{
background-color: #420095;
}
</style>
border-color css
<style>
span { border-color: #420095; }
span { border-color: rgb(66,0,149); }
td.TdClassName
{
border-color: #420095;
}
.TagClassName
{
border-color: #420095;
}
</style>