Shades of Indigo #42005A
Tints of Indigo #42005A
RGB
CMYK
RGB Variations
Color information
#42005A (or 0x42005A) is known color: Indigo. HEX triplet: 42, 00 and 5A. RGB value is (66,0,90). Sum of RGB (Red+Green+Blue) = 66+0+90=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #42005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42005A is #BDFFA5. Grayscale: #1D1D1D. Windows color (decimal): -12451750 or 5898306. OLE color: 5898306.
HSL color Cylindrical-coordinate representation of color #42005A: hue angle of 284º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42005A is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 0 | 90 | - |
| CMYK | 0.27 | 1 | 0 | 0.65 |
| HSL | 284º | 1% | 0.18% | - |
| HSV(B) | 284º | 1% | 0.35% | - |
| XYZ | 4.09 | 1.9 | 9.82 | - |
| YUV | 29.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 90 | 0.27 | 1 | 0 | 0.65 | 284 | 1 | 0.18 |
| Hex | 42 | 0 | 5A | 1B | 64 | 0 | 41 | 11C | 64 | 12 |
| Octal | 102 | 0 | 132 | 33 | 144 | 0 | 101 | 434 | 144 | 22 |
| Binary | 1000010 | 0 | 1011010 | 11011 | 1100100 | 0 | 1000001 | 100011100 | 1100100 | 10010 |
Color Harmonies of #42005A
Complementary color
Monochromatic Colors of #42005A
Black with #42005A
Text Example
Text Example
White with #42005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42005A; }
p { color: rgb(66,0,90); }
H1.HeaderClassName
{
color: #42005A;
}
.AnyTagClassName
{
color: #42005A;
}
</style>
background-color css
<style>
a { background-color: #42005A; }
a { background-color: rgb(66,0,90); }
div.DivClassName
{
background-color: #42005A;
}
.BgClassName
{
background-color: #42005A;
}
</style>
border-color css
<style>
span { border-color: #42005A; }
span { border-color: rgb(66,0,90); }
td.TdClassName
{
border-color: #42005A;
}
.TagClassName
{
border-color: #42005A;
}
</style>