Shades of Indigo #4203AD
Tints of Indigo #4203AD
RGB
CMYK
RGB Variations
Color information
#4203AD (or 0x4203AD) is known color: Indigo. HEX triplet: 42, 03 and AD. RGB value is (66,3,173). Sum of RGB (Red+Green+Blue) = 66+3+173=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4203AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4203AD is #BDFC52. Grayscale: #282828. Windows color (decimal): -12450899 or 11338562. OLE color: 11338562.
HSL color Cylindrical-coordinate representation of color #4203AD: hue angle of 262.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4203AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 3 | 173 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.32 |
| HSL | 262.24º | 0.97% | 0.35% | - |
| HSV(B) | 262.24º | 0.98% | 0.68% | - |
| XYZ | 9.82 | 4.24 | 39.84 | - |
| YUV | 41.22 | 202.37 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 173 | 0.62 | 0.98 | 0 | 0.32 | 262.24 | 0.97 | 0.35 |
| Hex | 42 | 3 | AD | 3E | 62 | 0 | 20 | 106 | 61 | 23 |
| Octal | 102 | 3 | 255 | 76 | 142 | 0 | 40 | 406 | 141 | 43 |
| Binary | 1000010 | 11 | 10101101 | 111110 | 1100010 | 0 | 100000 | 100000110 | 1100001 | 100011 |
Color Harmonies of #4203AD
Complementary color
Monochromatic Colors of #4203AD
Black with #4203AD
Text Example
Text Example
White with #4203AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203AD; }
p { color: rgb(66,3,173); }
H1.HeaderClassName
{
color: #4203AD;
}
.AnyTagClassName
{
color: #4203AD;
}
</style>
background-color css
<style>
a { background-color: #4203AD; }
a { background-color: rgb(66,3,173); }
div.DivClassName
{
background-color: #4203AD;
}
.BgClassName
{
background-color: #4203AD;
}
</style>
border-color css
<style>
span { border-color: #4203AD; }
span { border-color: rgb(66,3,173); }
td.TdClassName
{
border-color: #4203AD;
}
.TagClassName
{
border-color: #4203AD;
}
</style>