Shades of Indigo #4003A5
Tints of Indigo #4003A5
RGB
CMYK
RGB Variations
Color information
#4003A5 (or 0x4003A5) is known color: Indigo. HEX triplet: 40, 03 and A5. RGB value is (64,3,165). Sum of RGB (Red+Green+Blue) = 64+3+165=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #4003A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4003A5 is #BFFC5A. Grayscale: #272727. Windows color (decimal): -12581979 or 10814272. OLE color: 10814272.
HSL color Cylindrical-coordinate representation of color #4003A5: hue angle of 262.59º 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 #4003A5 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 3 | 165 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.35 |
| HSL | 262.59º | 0.96% | 0.33% | - |
| HSV(B) | 262.59º | 0.98% | 0.65% | - |
| XYZ | 8.94 | 3.87 | 35.87 | - |
| YUV | 39.71 | 198.71 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 165 | 0.61 | 0.98 | 0 | 0.35 | 262.59 | 0.96 | 0.33 |
| Hex | 40 | 3 | A5 | 3D | 62 | 0 | 23 | 107 | 60 | 21 |
| Octal | 100 | 3 | 245 | 75 | 142 | 0 | 43 | 407 | 140 | 41 |
| Binary | 1000000 | 11 | 10100101 | 111101 | 1100010 | 0 | 100011 | 100000111 | 1100000 | 100001 |
Color Harmonies of #4003A5
Complementary color
Monochromatic Colors of #4003A5
Black with #4003A5
Text Example
Text Example
White with #4003A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4003A5; }
p { color: rgb(64,3,165); }
H1.HeaderClassName
{
color: #4003A5;
}
.AnyTagClassName
{
color: #4003A5;
}
</style>
background-color css
<style>
a { background-color: #4003A5; }
a { background-color: rgb(64,3,165); }
div.DivClassName
{
background-color: #4003A5;
}
.BgClassName
{
background-color: #4003A5;
}
</style>
border-color css
<style>
span { border-color: #4003A5; }
span { border-color: rgb(64,3,165); }
td.TdClassName
{
border-color: #4003A5;
}
.TagClassName
{
border-color: #4003A5;
}
</style>