Shades of Indigo #4200AD
Tints of Indigo #4200AD
RGB
CMYK
RGB Variations
Color information
#4200AD (or 0x4200AD) is known color: Indigo. HEX triplet: 42, 00 and AD. RGB value is (66,0,173). Sum of RGB (Red+Green+Blue) = 66+0+173=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #4200AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4200AD is #BDFF52. Grayscale: #262626. Windows color (decimal): -12451667 or 11337794. OLE color: 11337794.
HSL color Cylindrical-coordinate representation of color #4200AD: hue angle of 262.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200AD is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 0 | 173 | - |
| CMYK | 0.62 | 1 | 0 | 0.32 |
| HSL | 262.89º | 1% | 0.34% | - |
| HSV(B) | 262.89º | 1% | 0.68% | - |
| XYZ | 9.79 | 4.18 | 39.83 | - |
| YUV | 39.46 | 203.37 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 173 | 0.62 | 1 | 0 | 0.32 | 262.89 | 1 | 0.34 |
| Hex | 42 | 0 | AD | 3E | 64 | 0 | 20 | 107 | 64 | 22 |
| Octal | 102 | 0 | 255 | 76 | 144 | 0 | 40 | 407 | 144 | 42 |
| Binary | 1000010 | 0 | 10101101 | 111110 | 1100100 | 0 | 100000 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4200AD
Complementary color
Monochromatic Colors of #4200AD
Black with #4200AD
Text Example
Text Example
White with #4200AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200AD; }
p { color: rgb(66,0,173); }
H1.HeaderClassName
{
color: #4200AD;
}
.AnyTagClassName
{
color: #4200AD;
}
</style>
background-color css
<style>
a { background-color: #4200AD; }
a { background-color: rgb(66,0,173); }
div.DivClassName
{
background-color: #4200AD;
}
.BgClassName
{
background-color: #4200AD;
}
</style>
border-color css
<style>
span { border-color: #4200AD; }
span { border-color: rgb(66,0,173); }
td.TdClassName
{
border-color: #4200AD;
}
.TagClassName
{
border-color: #4200AD;
}
</style>