Shades of Indigo #400063
Tints of Indigo #400063
RGB
CMYK
RGB Variations
Color information
#400063 (or 0x400063) is known color: Indigo. HEX triplet: 40, 00 and 63. RGB value is (64,0,99). Sum of RGB (Red+Green+Blue) = 64+0+99=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #400063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400063 is #BFFF9C. Grayscale: #1E1E1E. Windows color (decimal): -12582813 or 6488128. OLE color: 6488128.
HSL color Cylindrical-coordinate representation of color #400063: hue angle of 278.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400063 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 0 | 99 | - |
| CMYK | 0.35 | 1 | 0 | 0.61 |
| HSL | 278.79º | 1% | 0.19% | - |
| HSV(B) | 278.79º | 1% | 0.39% | - |
| XYZ | 4.37 | 1.99 | 11.96 | - |
| YUV | 30.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 99 | 0.35 | 1 | 0 | 0.61 | 278.79 | 1 | 0.19 |
| Hex | 40 | 0 | 63 | 23 | 64 | 0 | 3D | 117 | 64 | 13 |
| Octal | 100 | 0 | 143 | 43 | 144 | 0 | 75 | 427 | 144 | 23 |
| Binary | 1000000 | 0 | 1100011 | 100011 | 1100100 | 0 | 111101 | 100010111 | 1100100 | 10011 |
Color Harmonies of #400063
Complementary color
Monochromatic Colors of #400063
Black with #400063
Text Example
Text Example
White with #400063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400063; }
p { color: rgb(64,0,99); }
H1.HeaderClassName
{
color: #400063;
}
.AnyTagClassName
{
color: #400063;
}
</style>
background-color css
<style>
a { background-color: #400063; }
a { background-color: rgb(64,0,99); }
div.DivClassName
{
background-color: #400063;
}
.BgClassName
{
background-color: #400063;
}
</style>
border-color css
<style>
span { border-color: #400063; }
span { border-color: rgb(64,0,99); }
td.TdClassName
{
border-color: #400063;
}
.TagClassName
{
border-color: #400063;
}
</style>