Shades of Indigo #4006A3
Tints of Indigo #4006A3
RGB
CMYK
RGB Variations
Color information
#4006A3 (or 0x4006A3) is known color: Indigo. HEX triplet: 40, 06 and A3. RGB value is (64,6,163). Sum of RGB (Red+Green+Blue) = 64+6+163=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 163 (64.06% from 255 or 69.96% from 233); Max value from RGB is 163 - color contains mainly: blue. Hex color #4006A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4006A3 is #BFF95C. Grayscale: #282828. Windows color (decimal): -12581213 or 10683968. OLE color: 10683968.
HSL color Cylindrical-coordinate representation of color #4006A3: hue angle of 262.17º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4006A3 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 6 | 163 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.36 |
| HSL | 262.17º | 0.93% | 0.33% | - |
| HSV(B) | 262.17º | 0.96% | 0.64% | - |
| XYZ | 8.79 | 3.86 | 34.93 | - |
| YUV | 41.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 163 | 0.61 | 0.96 | 0 | 0.36 | 262.17 | 0.93 | 0.33 |
| Hex | 40 | 6 | A3 | 3D | 60 | 0 | 24 | 106 | 5D | 21 |
| Octal | 100 | 6 | 243 | 75 | 140 | 0 | 44 | 406 | 135 | 41 |
| Binary | 1000000 | 110 | 10100011 | 111101 | 1100000 | 0 | 100100 | 100000110 | 1011101 | 100001 |
Color Harmonies of #4006A3
Complementary color
Monochromatic Colors of #4006A3
Black with #4006A3
Text Example
Text Example
White with #4006A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4006A3; }
p { color: rgb(64,6,163); }
H1.HeaderClassName
{
color: #4006A3;
}
.AnyTagClassName
{
color: #4006A3;
}
</style>
background-color css
<style>
a { background-color: #4006A3; }
a { background-color: rgb(64,6,163); }
div.DivClassName
{
background-color: #4006A3;
}
.BgClassName
{
background-color: #4006A3;
}
</style>
border-color css
<style>
span { border-color: #4006A3; }
span { border-color: rgb(64,6,163); }
td.TdClassName
{
border-color: #4006A3;
}
.TagClassName
{
border-color: #4006A3;
}
</style>