Shades of Indigo #400863
Tints of Indigo #400863
RGB
CMYK
RGB Variations
Color information
#400863 (or 0x400863) is known color: Indigo. HEX triplet: 40, 08 and 63. RGB value is (64,8,99). Sum of RGB (Red+Green+Blue) = 64+8+99=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #400863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400863 is #BFF79C. Grayscale: #222222. Windows color (decimal): -12580765 or 6490176. OLE color: 6490176.
HSL color Cylindrical-coordinate representation of color #400863: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400863 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 8 | 99 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.61 |
| HSL | 276.92º | 0.85% | 0.21% | - |
| HSV(B) | 276.92º | 0.92% | 0.39% | - |
| XYZ | 4.45 | 2.16 | 11.99 | - |
| YUV | 35.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 99 | 0.35 | 0.92 | 0 | 0.61 | 276.92 | 0.85 | 0.21 |
| Hex | 40 | 8 | 63 | 23 | 5C | 0 | 3D | 115 | 55 | 15 |
| Octal | 100 | 10 | 143 | 43 | 134 | 0 | 75 | 425 | 125 | 25 |
| Binary | 1000000 | 1000 | 1100011 | 100011 | 1011100 | 0 | 111101 | 100010101 | 1010101 | 10101 |
Color Harmonies of #400863
Complementary color
Monochromatic Colors of #400863
Black with #400863
Text Example
Text Example
White with #400863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400863; }
p { color: rgb(64,8,99); }
H1.HeaderClassName
{
color: #400863;
}
.AnyTagClassName
{
color: #400863;
}
</style>
background-color css
<style>
a { background-color: #400863; }
a { background-color: rgb(64,8,99); }
div.DivClassName
{
background-color: #400863;
}
.BgClassName
{
background-color: #400863;
}
</style>
border-color css
<style>
span { border-color: #400863; }
span { border-color: rgb(64,8,99); }
td.TdClassName
{
border-color: #400863;
}
.TagClassName
{
border-color: #400863;
}
</style>