Shades of Indigo #400592
Tints of Indigo #400592
RGB
CMYK
RGB Variations
Color information
#400592 (or 0x400592) is known color: Indigo. HEX triplet: 40, 05 and 92. RGB value is (64,5,146). Sum of RGB (Red+Green+Blue) = 64+5+146=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #400592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400592 is #BFFA6D. Grayscale: #262626. Windows color (decimal): -12581486 or 9569600. OLE color: 9569600.
HSL color Cylindrical-coordinate representation of color #400592: hue angle of 265.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400592 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 5 | 146 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.43 |
| HSL | 265.11º | 0.93% | 0.3% | - |
| HSV(B) | 265.11º | 0.97% | 0.57% | - |
| XYZ | 7.36 | 3.27 | 27.44 | - |
| YUV | 38.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 146 | 0.56 | 0.97 | 0 | 0.43 | 265.11 | 0.93 | 0.3 |
| Hex | 40 | 5 | 92 | 38 | 61 | 0 | 2B | 109 | 5D | 1E |
| Octal | 100 | 5 | 222 | 70 | 141 | 0 | 53 | 411 | 135 | 36 |
| Binary | 1000000 | 101 | 10010010 | 111000 | 1100001 | 0 | 101011 | 100001001 | 1011101 | 11110 |
Color Harmonies of #400592
Complementary color
Monochromatic Colors of #400592
Black with #400592
Text Example
Text Example
White with #400592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400592; }
p { color: rgb(64,5,146); }
H1.HeaderClassName
{
color: #400592;
}
.AnyTagClassName
{
color: #400592;
}
</style>
background-color css
<style>
a { background-color: #400592; }
a { background-color: rgb(64,5,146); }
div.DivClassName
{
background-color: #400592;
}
.BgClassName
{
background-color: #400592;
}
</style>
border-color css
<style>
span { border-color: #400592; }
span { border-color: rgb(64,5,146); }
td.TdClassName
{
border-color: #400592;
}
.TagClassName
{
border-color: #400592;
}
</style>