Shades of Indigo #400360
Tints of Indigo #400360
RGB
CMYK
RGB Variations
Color information
#400360 (or 0x400360) is known color: Indigo. HEX triplet: 40, 03 and 60. RGB value is (64,3,96). Sum of RGB (Red+Green+Blue) = 64+3+96=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #400360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400360 is #BFFC9F. Grayscale: #1F1F1F. Windows color (decimal): -12582048 or 6292288. OLE color: 6292288.
HSL color Cylindrical-coordinate representation of color #400360: hue angle of 279.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400360 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 3 | 96 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.62 |
| HSL | 279.35º | 0.94% | 0.19% | - |
| HSV(B) | 279.35º | 0.97% | 0.38% | - |
| XYZ | 4.26 | 2 | 11.23 | - |
| YUV | 31.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 96 | 0.33 | 0.97 | 0 | 0.62 | 279.35 | 0.94 | 0.19 |
| Hex | 40 | 3 | 60 | 21 | 61 | 0 | 3E | 117 | 5E | 13 |
| Octal | 100 | 3 | 140 | 41 | 141 | 0 | 76 | 427 | 136 | 23 |
| Binary | 1000000 | 11 | 1100000 | 100001 | 1100001 | 0 | 111110 | 100010111 | 1011110 | 10011 |
Color Harmonies of #400360
Complementary color
Monochromatic Colors of #400360
Black with #400360
Text Example
Text Example
White with #400360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400360; }
p { color: rgb(64,3,96); }
H1.HeaderClassName
{
color: #400360;
}
.AnyTagClassName
{
color: #400360;
}
</style>
background-color css
<style>
a { background-color: #400360; }
a { background-color: rgb(64,3,96); }
div.DivClassName
{
background-color: #400360;
}
.BgClassName
{
background-color: #400360;
}
</style>
border-color css
<style>
span { border-color: #400360; }
span { border-color: rgb(64,3,96); }
td.TdClassName
{
border-color: #400360;
}
.TagClassName
{
border-color: #400360;
}
</style>