Shades of Indigo #42055C
Tints of Indigo #42055C
RGB
CMYK
RGB Variations
Color information
#42055C (or 0x42055C) is known color: Indigo. HEX triplet: 42, 05 and 5C. RGB value is (66,5,92). Sum of RGB (Red+Green+Blue) = 66+5+92=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #42055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055C is #BDFAA3. Grayscale: #202020. Windows color (decimal): -12450468 or 6030658. OLE color: 6030658.
HSL color Cylindrical-coordinate representation of color #42055C: hue angle of 282.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42055C is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 5 | 92 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.64 |
| HSL | 282.07º | 0.9% | 0.19% | - |
| HSV(B) | 282.07º | 0.95% | 0.36% | - |
| XYZ | 4.23 | 2.04 | 10.3 | - |
| YUV | 33.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 92 | 0.28 | 0.95 | 0 | 0.64 | 282.07 | 0.9 | 0.19 |
| Hex | 42 | 5 | 5C | 1C | 5F | 0 | 40 | 11A | 5A | 13 |
| Octal | 102 | 5 | 134 | 34 | 137 | 0 | 100 | 432 | 132 | 23 |
| Binary | 1000010 | 101 | 1011100 | 11100 | 1011111 | 0 | 1000000 | 100011010 | 1011010 | 10011 |
Color Harmonies of #42055C
Complementary color
Monochromatic Colors of #42055C
Black with #42055C
Text Example
Text Example
White with #42055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42055C; }
p { color: rgb(66,5,92); }
H1.HeaderClassName
{
color: #42055C;
}
.AnyTagClassName
{
color: #42055C;
}
</style>
background-color css
<style>
a { background-color: #42055C; }
a { background-color: rgb(66,5,92); }
div.DivClassName
{
background-color: #42055C;
}
.BgClassName
{
background-color: #42055C;
}
</style>
border-color css
<style>
span { border-color: #42055C; }
span { border-color: rgb(66,5,92); }
td.TdClassName
{
border-color: #42055C;
}
.TagClassName
{
border-color: #42055C;
}
</style>