Shades of Indigo #4205B4
Tints of Indigo #4205B4
RGB
CMYK
RGB Variations
Color information
#4205B4 (or 0x4205B4) is known color: Indigo. HEX triplet: 42, 05 and B4. RGB value is (66,5,180). Sum of RGB (Red+Green+Blue) = 66+5+180=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #4205B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4205B4 is #BDFA4B. Grayscale: #2A2A2A. Windows color (decimal): -12450380 or 11797826. OLE color: 11797826.
HSL color Cylindrical-coordinate representation of color #4205B4: hue angle of 260.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4205B4 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 5 | 180 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.29 |
| HSL | 260.91º | 0.95% | 0.36% | - |
| HSV(B) | 260.91º | 0.97% | 0.71% | - |
| XYZ | 10.54 | 4.56 | 43.51 | - |
| YUV | 43.19 | 205.21 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 180 | 0.63 | 0.97 | 0 | 0.29 | 260.91 | 0.95 | 0.36 |
| Hex | 42 | 5 | B4 | 3F | 61 | 0 | 1D | 105 | 5F | 24 |
| Octal | 102 | 5 | 264 | 77 | 141 | 0 | 35 | 405 | 137 | 44 |
| Binary | 1000010 | 101 | 10110100 | 111111 | 1100001 | 0 | 11101 | 100000101 | 1011111 | 100100 |
Color Harmonies of #4205B4
Complementary color
Monochromatic Colors of #4205B4
Black with #4205B4
Text Example
Text Example
White with #4205B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4205B4; }
p { color: rgb(66,5,180); }
H1.HeaderClassName
{
color: #4205B4;
}
.AnyTagClassName
{
color: #4205B4;
}
</style>
background-color css
<style>
a { background-color: #4205B4; }
a { background-color: rgb(66,5,180); }
div.DivClassName
{
background-color: #4205B4;
}
.BgClassName
{
background-color: #4205B4;
}
</style>
border-color css
<style>
span { border-color: #4205B4; }
span { border-color: rgb(66,5,180); }
td.TdClassName
{
border-color: #4205B4;
}
.TagClassName
{
border-color: #4205B4;
}
</style>