Shades of Indigo #400561
Tints of Indigo #400561
RGB
CMYK
RGB Variations
Color information
#400561 (or 0x400561) is known color: Indigo. HEX triplet: 40, 05 and 61. RGB value is (64,5,97). Sum of RGB (Red+Green+Blue) = 64+5+97=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #400561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400561 is #BFFA9E. Grayscale: #202020. Windows color (decimal): -12581535 or 6358336. OLE color: 6358336.
HSL color Cylindrical-coordinate representation of color #400561: hue angle of 278.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400561 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 5 | 97 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.62 |
| HSL | 278.48º | 0.9% | 0.2% | - |
| HSV(B) | 278.48º | 0.95% | 0.38% | - |
| XYZ | 4.33 | 2.06 | 11.48 | - |
| YUV | 33.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 97 | 0.34 | 0.95 | 0 | 0.62 | 278.48 | 0.9 | 0.2 |
| Hex | 40 | 5 | 61 | 22 | 5F | 0 | 3E | 116 | 5A | 14 |
| Octal | 100 | 5 | 141 | 42 | 137 | 0 | 76 | 426 | 132 | 24 |
| Binary | 1000000 | 101 | 1100001 | 100010 | 1011111 | 0 | 111110 | 100010110 | 1011010 | 10100 |
Color Harmonies of #400561
Complementary color
Monochromatic Colors of #400561
Black with #400561
Text Example
Text Example
White with #400561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400561; }
p { color: rgb(64,5,97); }
H1.HeaderClassName
{
color: #400561;
}
.AnyTagClassName
{
color: #400561;
}
</style>
background-color css
<style>
a { background-color: #400561; }
a { background-color: rgb(64,5,97); }
div.DivClassName
{
background-color: #400561;
}
.BgClassName
{
background-color: #400561;
}
</style>
border-color css
<style>
span { border-color: #400561; }
span { border-color: rgb(64,5,97); }
td.TdClassName
{
border-color: #400561;
}
.TagClassName
{
border-color: #400561;
}
</style>