Shades of Indigo #4208AD
Tints of Indigo #4208AD
RGB
CMYK
RGB Variations
Color information
#4208AD (or 0x4208AD) is known color: Indigo. HEX triplet: 42, 08 and AD. RGB value is (66,8,173). Sum of RGB (Red+Green+Blue) = 66+8+173=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4208AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4208AD is #BDF752. Grayscale: #2B2B2B. Windows color (decimal): -12449619 or 11339842. OLE color: 11339842.
HSL color Cylindrical-coordinate representation of color #4208AD: hue angle of 261.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4208AD is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 8 | 173 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.32 |
| HSL | 261.09º | 0.91% | 0.35% | - |
| HSV(B) | 261.09º | 0.95% | 0.68% | - |
| XYZ | 9.88 | 4.35 | 39.85 | - |
| YUV | 44.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 173 | 0.62 | 0.95 | 0 | 0.32 | 261.09 | 0.91 | 0.35 |
| Hex | 42 | 8 | AD | 3E | 5F | 0 | 20 | 105 | 5B | 23 |
| Octal | 102 | 10 | 255 | 76 | 137 | 0 | 40 | 405 | 133 | 43 |
| Binary | 1000010 | 1000 | 10101101 | 111110 | 1011111 | 0 | 100000 | 100000101 | 1011011 | 100011 |
Color Harmonies of #4208AD
Complementary color
Monochromatic Colors of #4208AD
Black with #4208AD
Text Example
Text Example
White with #4208AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4208AD; }
p { color: rgb(66,8,173); }
H1.HeaderClassName
{
color: #4208AD;
}
.AnyTagClassName
{
color: #4208AD;
}
</style>
background-color css
<style>
a { background-color: #4208AD; }
a { background-color: rgb(66,8,173); }
div.DivClassName
{
background-color: #4208AD;
}
.BgClassName
{
background-color: #4208AD;
}
</style>
border-color css
<style>
span { border-color: #4208AD; }
span { border-color: rgb(66,8,173); }
td.TdClassName
{
border-color: #4208AD;
}
.TagClassName
{
border-color: #4208AD;
}
</style>