Shades of Indigo #42025D
Tints of Indigo #42025D
RGB
CMYK
RGB Variations
Color information
#42025D (or 0x42025D) is known color: Indigo. HEX triplet: 42, 02 and 5D. RGB value is (66,2,93). Sum of RGB (Red+Green+Blue) = 66+2+93=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #42025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025D is #BDFDA2. Grayscale: #1F1F1F. Windows color (decimal): -12451235 or 6095426. OLE color: 6095426.
HSL color Cylindrical-coordinate representation of color #42025D: hue angle of 282.2º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025D is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 2 | 93 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.64 |
| HSL | 282.2º | 0.96% | 0.19% | - |
| HSV(B) | 282.2º | 0.98% | 0.36% | - |
| XYZ | 4.24 | 1.99 | 10.52 | - |
| YUV | 31.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 93 | 0.29 | 0.98 | 0 | 0.64 | 282.2 | 0.96 | 0.19 |
| Hex | 42 | 2 | 5D | 1D | 62 | 0 | 40 | 11A | 60 | 13 |
| Octal | 102 | 2 | 135 | 35 | 142 | 0 | 100 | 432 | 140 | 23 |
| Binary | 1000010 | 10 | 1011101 | 11101 | 1100010 | 0 | 1000000 | 100011010 | 1100000 | 10011 |
Color Harmonies of #42025D
Complementary color
Monochromatic Colors of #42025D
Black with #42025D
Text Example
Text Example
White with #42025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42025D; }
p { color: rgb(66,2,93); }
H1.HeaderClassName
{
color: #42025D;
}
.AnyTagClassName
{
color: #42025D;
}
</style>
background-color css
<style>
a { background-color: #42025D; }
a { background-color: rgb(66,2,93); }
div.DivClassName
{
background-color: #42025D;
}
.BgClassName
{
background-color: #42025D;
}
</style>
border-color css
<style>
span { border-color: #42025D; }
span { border-color: rgb(66,2,93); }
td.TdClassName
{
border-color: #42025D;
}
.TagClassName
{
border-color: #42025D;
}
</style>