Shades of Indigo #4204A0
Tints of Indigo #4204A0
RGB
CMYK
RGB Variations
Color information
#4204A0 (or 0x4204A0) is known color: Indigo. HEX triplet: 42, 04 and A0. RGB value is (66,4,160). Sum of RGB (Red+Green+Blue) = 66+4+160=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #4204A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4204A0 is #BDFB5F. Grayscale: #272727. Windows color (decimal): -12450656 or 10486850. OLE color: 10486850.
HSL color Cylindrical-coordinate representation of color #4204A0: hue angle of 263.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4204A0 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 4 | 160 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.37 |
| HSL | 263.85º | 0.95% | 0.32% | - |
| HSV(B) | 263.85º | 0.98% | 0.63% | - |
| XYZ | 8.64 | 3.78 | 33.53 | - |
| YUV | 40.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 160 | 0.59 | 0.98 | 0 | 0.37 | 263.85 | 0.95 | 0.32 |
| Hex | 42 | 4 | A0 | 3B | 62 | 0 | 25 | 108 | 5F | 20 |
| Octal | 102 | 4 | 240 | 73 | 142 | 0 | 45 | 410 | 137 | 40 |
| Binary | 1000010 | 100 | 10100000 | 111011 | 1100010 | 0 | 100101 | 100001000 | 1011111 | 100000 |
Color Harmonies of #4204A0
Complementary color
Monochromatic Colors of #4204A0
Black with #4204A0
Text Example
Text Example
White with #4204A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4204A0; }
p { color: rgb(66,4,160); }
H1.HeaderClassName
{
color: #4204A0;
}
.AnyTagClassName
{
color: #4204A0;
}
</style>
background-color css
<style>
a { background-color: #4204A0; }
a { background-color: rgb(66,4,160); }
div.DivClassName
{
background-color: #4204A0;
}
.BgClassName
{
background-color: #4204A0;
}
</style>
border-color css
<style>
span { border-color: #4204A0; }
span { border-color: rgb(66,4,160); }
td.TdClassName
{
border-color: #4204A0;
}
.TagClassName
{
border-color: #4204A0;
}
</style>