Shades of Indigo #42025C
Tints of Indigo #42025C
RGB
CMYK
RGB Variations
Color information
#42025C (or 0x42025C) is known color: Indigo. HEX triplet: 42, 02 and 5C. RGB value is (66,2,92). Sum of RGB (Red+Green+Blue) = 66+2+92=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #42025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025C is #BDFDA3. Grayscale: #1F1F1F. Windows color (decimal): -12451236 or 6029890. OLE color: 6029890.
HSL color Cylindrical-coordinate representation of color #42025C: hue angle of 282.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025C is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 2 | 92 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.64 |
| HSL | 282.67º | 0.96% | 0.18% | - |
| HSV(B) | 282.67º | 0.98% | 0.36% | - |
| XYZ | 4.2 | 1.97 | 10.28 | - |
| YUV | 31.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 92 | 0.28 | 0.98 | 0 | 0.64 | 282.67 | 0.96 | 0.18 |
| Hex | 42 | 2 | 5C | 1C | 62 | 0 | 40 | 11B | 60 | 12 |
| Octal | 102 | 2 | 134 | 34 | 142 | 0 | 100 | 433 | 140 | 22 |
| Binary | 1000010 | 10 | 1011100 | 11100 | 1100010 | 0 | 1000000 | 100011011 | 1100000 | 10010 |
Color Harmonies of #42025C
Complementary color
Monochromatic Colors of #42025C
Black with #42025C
Text Example
Text Example
White with #42025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42025C; }
p { color: rgb(66,2,92); }
H1.HeaderClassName
{
color: #42025C;
}
.AnyTagClassName
{
color: #42025C;
}
</style>
background-color css
<style>
a { background-color: #42025C; }
a { background-color: rgb(66,2,92); }
div.DivClassName
{
background-color: #42025C;
}
.BgClassName
{
background-color: #42025C;
}
</style>
border-color css
<style>
span { border-color: #42025C; }
span { border-color: rgb(66,2,92); }
td.TdClassName
{
border-color: #42025C;
}
.TagClassName
{
border-color: #42025C;
}
</style>