Shades of Indigo #42019D
Tints of Indigo #42019D
RGB
CMYK
RGB Variations
Color information
#42019D (or 0x42019D) is known color: Indigo. HEX triplet: 42, 01 and 9D. RGB value is (66,1,157). Sum of RGB (Red+Green+Blue) = 66+1+157=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #42019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42019D is #BDFE62. Grayscale: #252525. Windows color (decimal): -12451427 or 10289474. OLE color: 10289474.
HSL color Cylindrical-coordinate representation of color #42019D: hue angle of 265º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42019D is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 1 | 157 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.38 |
| HSL | 265º | 0.99% | 0.31% | - |
| HSV(B) | 265º | 0.99% | 0.62% | - |
| XYZ | 8.34 | 3.61 | 32.16 | - |
| YUV | 38.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 157 | 0.58 | 0.99 | 0 | 0.38 | 265 | 0.99 | 0.31 |
| Hex | 42 | 1 | 9D | 3A | 63 | 0 | 26 | 109 | 63 | 1F |
| Octal | 102 | 1 | 235 | 72 | 143 | 0 | 46 | 411 | 143 | 37 |
| Binary | 1000010 | 1 | 10011101 | 111010 | 1100011 | 0 | 100110 | 100001001 | 1100011 | 11111 |
Color Harmonies of #42019D
Complementary color
Monochromatic Colors of #42019D
Black with #42019D
Text Example
Text Example
White with #42019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42019D; }
p { color: rgb(66,1,157); }
H1.HeaderClassName
{
color: #42019D;
}
.AnyTagClassName
{
color: #42019D;
}
</style>
background-color css
<style>
a { background-color: #42019D; }
a { background-color: rgb(66,1,157); }
div.DivClassName
{
background-color: #42019D;
}
.BgClassName
{
background-color: #42019D;
}
</style>
border-color css
<style>
span { border-color: #42019D; }
span { border-color: rgb(66,1,157); }
td.TdClassName
{
border-color: #42019D;
}
.TagClassName
{
border-color: #42019D;
}
</style>