Shades of Indigo #42025A
Tints of Indigo #42025A
RGB
CMYK
RGB Variations
Color information
#42025A (or 0x42025A) is known color: Indigo. HEX triplet: 42, 02 and 5A. RGB value is (66,2,90). Sum of RGB (Red+Green+Blue) = 66+2+90=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #42025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025A is #BDFDA5. Grayscale: #1E1E1E. Windows color (decimal): -12451238 or 5898818. OLE color: 5898818.
HSL color Cylindrical-coordinate representation of color #42025A: hue angle of 283.64º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025A is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 2 | 90 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.65 |
| HSL | 283.64º | 0.96% | 0.18% | - |
| HSV(B) | 283.64º | 0.98% | 0.35% | - |
| XYZ | 4.11 | 1.94 | 9.83 | - |
| YUV | 31.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 90 | 0.27 | 0.98 | 0 | 0.65 | 283.64 | 0.96 | 0.18 |
| Hex | 42 | 2 | 5A | 1B | 62 | 0 | 41 | 11C | 60 | 12 |
| Octal | 102 | 2 | 132 | 33 | 142 | 0 | 101 | 434 | 140 | 22 |
| Binary | 1000010 | 10 | 1011010 | 11011 | 1100010 | 0 | 1000001 | 100011100 | 1100000 | 10010 |
Color Harmonies of #42025A
Complementary color
Monochromatic Colors of #42025A
Black with #42025A
Text Example
Text Example
White with #42025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42025A; }
p { color: rgb(66,2,90); }
H1.HeaderClassName
{
color: #42025A;
}
.AnyTagClassName
{
color: #42025A;
}
</style>
background-color css
<style>
a { background-color: #42025A; }
a { background-color: rgb(66,2,90); }
div.DivClassName
{
background-color: #42025A;
}
.BgClassName
{
background-color: #42025A;
}
</style>
border-color css
<style>
span { border-color: #42025A; }
span { border-color: rgb(66,2,90); }
td.TdClassName
{
border-color: #42025A;
}
.TagClassName
{
border-color: #42025A;
}
</style>