Shades of Indigo #4203AA
Tints of Indigo #4203AA
RGB
CMYK
RGB Variations
Color information
#4203AA (or 0x4203AA) is known color: Indigo. HEX triplet: 42, 03 and AA. RGB value is (66,3,170). Sum of RGB (Red+Green+Blue) = 66+3+170=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #4203AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4203AA is #BDFC55. Grayscale: #282828. Windows color (decimal): -12450902 or 11141954. OLE color: 11141954.
HSL color Cylindrical-coordinate representation of color #4203AA: hue angle of 262.63º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4203AA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 3 | 170 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.33 |
| HSL | 262.63º | 0.97% | 0.34% | - |
| HSV(B) | 262.63º | 0.98% | 0.67% | - |
| XYZ | 9.54 | 4.13 | 38.32 | - |
| YUV | 40.88 | 200.87 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 170 | 0.61 | 0.98 | 0 | 0.33 | 262.63 | 0.97 | 0.34 |
| Hex | 42 | 3 | AA | 3D | 62 | 0 | 21 | 107 | 61 | 22 |
| Octal | 102 | 3 | 252 | 75 | 142 | 0 | 41 | 407 | 141 | 42 |
| Binary | 1000010 | 11 | 10101010 | 111101 | 1100010 | 0 | 100001 | 100000111 | 1100001 | 100010 |
Color Harmonies of #4203AA
Complementary color
Monochromatic Colors of #4203AA
Black with #4203AA
Text Example
Text Example
White with #4203AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203AA; }
p { color: rgb(66,3,170); }
H1.HeaderClassName
{
color: #4203AA;
}
.AnyTagClassName
{
color: #4203AA;
}
</style>
background-color css
<style>
a { background-color: #4203AA; }
a { background-color: rgb(66,3,170); }
div.DivClassName
{
background-color: #4203AA;
}
.BgClassName
{
background-color: #4203AA;
}
</style>
border-color css
<style>
span { border-color: #4203AA; }
span { border-color: rgb(66,3,170); }
td.TdClassName
{
border-color: #4203AA;
}
.TagClassName
{
border-color: #4203AA;
}
</style>