Shades of Indigo #42015D
Tints of Indigo #42015D
RGB
CMYK
RGB Variations
Color information
#42015D (or 0x42015D) is known color: Indigo. HEX triplet: 42, 01 and 5D. RGB value is (66,1,93). Sum of RGB (Red+Green+Blue) = 66+1+93=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #42015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42015D is #BDFEA2. Grayscale: #1E1E1E. Windows color (decimal): -12451491 or 6095170. OLE color: 6095170.
HSL color Cylindrical-coordinate representation of color #42015D: hue angle of 282.39º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42015D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 1 | 93 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.64 |
| HSL | 282.39º | 0.98% | 0.18% | - |
| HSV(B) | 282.39º | 0.99% | 0.36% | - |
| XYZ | 4.23 | 1.97 | 10.51 | - |
| YUV | 30.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 93 | 0.29 | 0.99 | 0 | 0.64 | 282.39 | 0.98 | 0.18 |
| Hex | 42 | 1 | 5D | 1D | 63 | 0 | 40 | 11A | 62 | 12 |
| Octal | 102 | 1 | 135 | 35 | 143 | 0 | 100 | 432 | 142 | 22 |
| Binary | 1000010 | 1 | 1011101 | 11101 | 1100011 | 0 | 1000000 | 100011010 | 1100010 | 10010 |
Color Harmonies of #42015D
Complementary color
Monochromatic Colors of #42015D
Black with #42015D
Text Example
Text Example
White with #42015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42015D; }
p { color: rgb(66,1,93); }
H1.HeaderClassName
{
color: #42015D;
}
.AnyTagClassName
{
color: #42015D;
}
</style>
background-color css
<style>
a { background-color: #42015D; }
a { background-color: rgb(66,1,93); }
div.DivClassName
{
background-color: #42015D;
}
.BgClassName
{
background-color: #42015D;
}
</style>
border-color css
<style>
span { border-color: #42015D; }
span { border-color: rgb(66,1,93); }
td.TdClassName
{
border-color: #42015D;
}
.TagClassName
{
border-color: #42015D;
}
</style>