Shades of Indigo #4003A7
Tints of Indigo #4003A7
RGB
CMYK
RGB Variations
Color information
#4003A7 (or 0x4003A7) is known color: Indigo. HEX triplet: 40, 03 and A7. RGB value is (64,3,167). Sum of RGB (Red+Green+Blue) = 64+3+167=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #4003A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4003A7 is #BFFC58. Grayscale: #272727. Windows color (decimal): -12581977 or 10945344. OLE color: 10945344.
HSL color Cylindrical-coordinate representation of color #4003A7: hue angle of 262.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4003A7 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 3 | 167 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.35 |
| HSL | 262.32º | 0.96% | 0.33% | - |
| HSV(B) | 262.32º | 0.98% | 0.65% | - |
| XYZ | 9.12 | 3.95 | 36.84 | - |
| YUV | 39.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 167 | 0.62 | 0.98 | 0 | 0.35 | 262.32 | 0.96 | 0.33 |
| Hex | 40 | 3 | A7 | 3E | 62 | 0 | 23 | 106 | 60 | 21 |
| Octal | 100 | 3 | 247 | 76 | 142 | 0 | 43 | 406 | 140 | 41 |
| Binary | 1000000 | 11 | 10100111 | 111110 | 1100010 | 0 | 100011 | 100000110 | 1100000 | 100001 |
Color Harmonies of #4003A7
Complementary color
Monochromatic Colors of #4003A7
Black with #4003A7
Text Example
Text Example
White with #4003A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4003A7; }
p { color: rgb(64,3,167); }
H1.HeaderClassName
{
color: #4003A7;
}
.AnyTagClassName
{
color: #4003A7;
}
</style>
background-color css
<style>
a { background-color: #4003A7; }
a { background-color: rgb(64,3,167); }
div.DivClassName
{
background-color: #4003A7;
}
.BgClassName
{
background-color: #4003A7;
}
</style>
border-color css
<style>
span { border-color: #4003A7; }
span { border-color: rgb(64,3,167); }
td.TdClassName
{
border-color: #4003A7;
}
.TagClassName
{
border-color: #4003A7;
}
</style>