Shades of Indigo #4206AD
Tints of Indigo #4206AD
RGB
CMYK
RGB Variations
Color information
#4206AD (or 0x4206AD) is known color: Indigo. HEX triplet: 42, 06 and AD. RGB value is (66,6,173). Sum of RGB (Red+Green+Blue) = 66+6+173=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4206AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4206AD is #BDF952. Grayscale: #2A2A2A. Windows color (decimal): -12450131 or 11339330. OLE color: 11339330.
HSL color Cylindrical-coordinate representation of color #4206AD: hue angle of 261.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206AD is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 6 | 173 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.32 |
| HSL | 261.56º | 0.93% | 0.35% | - |
| HSV(B) | 261.56º | 0.97% | 0.68% | - |
| XYZ | 9.85 | 4.31 | 39.85 | - |
| YUV | 42.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 173 | 0.62 | 0.97 | 0 | 0.32 | 261.56 | 0.93 | 0.35 |
| Hex | 42 | 6 | AD | 3E | 61 | 0 | 20 | 106 | 5D | 23 |
| Octal | 102 | 6 | 255 | 76 | 141 | 0 | 40 | 406 | 135 | 43 |
| Binary | 1000010 | 110 | 10101101 | 111110 | 1100001 | 0 | 100000 | 100000110 | 1011101 | 100011 |
Color Harmonies of #4206AD
Complementary color
Monochromatic Colors of #4206AD
Black with #4206AD
Text Example
Text Example
White with #4206AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206AD; }
p { color: rgb(66,6,173); }
H1.HeaderClassName
{
color: #4206AD;
}
.AnyTagClassName
{
color: #4206AD;
}
</style>
background-color css
<style>
a { background-color: #4206AD; }
a { background-color: rgb(66,6,173); }
div.DivClassName
{
background-color: #4206AD;
}
.BgClassName
{
background-color: #4206AD;
}
</style>
border-color css
<style>
span { border-color: #4206AD; }
span { border-color: rgb(66,6,173); }
td.TdClassName
{
border-color: #4206AD;
}
.TagClassName
{
border-color: #4206AD;
}
</style>