Shades of Indigo #4202AD
Tints of Indigo #4202AD
RGB
CMYK
RGB Variations
Color information
#4202AD (or 0x4202AD) is known color: Indigo. HEX triplet: 42, 02 and AD. RGB value is (66,2,173). Sum of RGB (Red+Green+Blue) = 66+2+173=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #4202AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4202AD is #BDFD52. Grayscale: #282828. Windows color (decimal): -12451155 or 11338306. OLE color: 11338306.
HSL color Cylindrical-coordinate representation of color #4202AD: hue angle of 262.46º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4202AD is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 2 | 173 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.32 |
| HSL | 262.46º | 0.98% | 0.34% | - |
| HSV(B) | 262.46º | 0.99% | 0.68% | - |
| XYZ | 9.81 | 4.22 | 39.83 | - |
| YUV | 40.63 | 202.7 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 173 | 0.62 | 0.99 | 0 | 0.32 | 262.46 | 0.98 | 0.34 |
| Hex | 42 | 2 | AD | 3E | 63 | 0 | 20 | 106 | 62 | 22 |
| Octal | 102 | 2 | 255 | 76 | 143 | 0 | 40 | 406 | 142 | 42 |
| Binary | 1000010 | 10 | 10101101 | 111110 | 1100011 | 0 | 100000 | 100000110 | 1100010 | 100010 |
Color Harmonies of #4202AD
Complementary color
Monochromatic Colors of #4202AD
Black with #4202AD
Text Example
Text Example
White with #4202AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4202AD; }
p { color: rgb(66,2,173); }
H1.HeaderClassName
{
color: #4202AD;
}
.AnyTagClassName
{
color: #4202AD;
}
</style>
background-color css
<style>
a { background-color: #4202AD; }
a { background-color: rgb(66,2,173); }
div.DivClassName
{
background-color: #4202AD;
}
.BgClassName
{
background-color: #4202AD;
}
</style>
border-color css
<style>
span { border-color: #4202AD; }
span { border-color: rgb(66,2,173); }
td.TdClassName
{
border-color: #4202AD;
}
.TagClassName
{
border-color: #4202AD;
}
</style>