Shades of Indigo #400576
Tints of Indigo #400576
RGB
CMYK
RGB Variations
Color information
#400576 (or 0x400576) is known color: Indigo. HEX triplet: 40, 05 and 76. RGB value is (64,5,118). Sum of RGB (Red+Green+Blue) = 64+5+118=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #400576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400576 is #BFFA89. Grayscale: #232323. Windows color (decimal): -12581514 or 7734592. OLE color: 7734592.
HSL color Cylindrical-coordinate representation of color #400576: hue angle of 271.33º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400576 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 5 | 118 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.54 |
| HSL | 271.33º | 0.92% | 0.24% | - |
| HSV(B) | 271.33º | 0.96% | 0.46% | - |
| XYZ | 5.44 | 2.51 | 17.34 | - |
| YUV | 35.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 118 | 0.46 | 0.96 | 0 | 0.54 | 271.33 | 0.92 | 0.24 |
| Hex | 40 | 5 | 76 | 2E | 60 | 0 | 36 | 10F | 5C | 18 |
| Octal | 100 | 5 | 166 | 56 | 140 | 0 | 66 | 417 | 134 | 30 |
| Binary | 1000000 | 101 | 1110110 | 101110 | 1100000 | 0 | 110110 | 100001111 | 1011100 | 11000 |
Color Harmonies of #400576
Complementary color
Monochromatic Colors of #400576
Black with #400576
Text Example
Text Example
White with #400576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400576; }
p { color: rgb(64,5,118); }
H1.HeaderClassName
{
color: #400576;
}
.AnyTagClassName
{
color: #400576;
}
</style>
background-color css
<style>
a { background-color: #400576; }
a { background-color: rgb(64,5,118); }
div.DivClassName
{
background-color: #400576;
}
.BgClassName
{
background-color: #400576;
}
</style>
border-color css
<style>
span { border-color: #400576; }
span { border-color: rgb(64,5,118); }
td.TdClassName
{
border-color: #400576;
}
.TagClassName
{
border-color: #400576;
}
</style>