Shades of Indigo #400584
Tints of Indigo #400584
RGB
CMYK
RGB Variations
Color information
#400584 (or 0x400584) is known color: Indigo. HEX triplet: 40, 05 and 84. RGB value is (64,5,132). Sum of RGB (Red+Green+Blue) = 64+5+132=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #400584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400584 is #BFFA7B. Grayscale: #242424. Windows color (decimal): -12581500 or 8652096. OLE color: 8652096.
HSL color Cylindrical-coordinate representation of color #400584: hue angle of 267.87º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400584 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 5 | 132 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.48 |
| HSL | 267.87º | 0.93% | 0.27% | - |
| HSV(B) | 267.87º | 0.96% | 0.52% | - |
| XYZ | 6.33 | 2.86 | 22.05 | - |
| YUV | 37.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 132 | 0.52 | 0.96 | 0 | 0.48 | 267.87 | 0.93 | 0.27 |
| Hex | 40 | 5 | 84 | 34 | 60 | 0 | 30 | 10C | 5D | 1B |
| Octal | 100 | 5 | 204 | 64 | 140 | 0 | 60 | 414 | 135 | 33 |
| Binary | 1000000 | 101 | 10000100 | 110100 | 1100000 | 0 | 110000 | 100001100 | 1011101 | 11011 |
Color Harmonies of #400584
Complementary color
Monochromatic Colors of #400584
Black with #400584
Text Example
Text Example
White with #400584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400584; }
p { color: rgb(64,5,132); }
H1.HeaderClassName
{
color: #400584;
}
.AnyTagClassName
{
color: #400584;
}
</style>
background-color css
<style>
a { background-color: #400584; }
a { background-color: rgb(64,5,132); }
div.DivClassName
{
background-color: #400584;
}
.BgClassName
{
background-color: #400584;
}
</style>
border-color css
<style>
span { border-color: #400584; }
span { border-color: rgb(64,5,132); }
td.TdClassName
{
border-color: #400584;
}
.TagClassName
{
border-color: #400584;
}
</style>