Shades of Indigo #400062
Tints of Indigo #400062
RGB
CMYK
RGB Variations
Color information
#400062 (or 0x400062) is known color: Indigo. HEX triplet: 40, 00 and 62. RGB value is (64,0,98). Sum of RGB (Red+Green+Blue) = 64+0+98=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #400062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400062 is #BFFF9D. Grayscale: #1D1D1D. Windows color (decimal): -12582814 or 6422592. OLE color: 6422592.
HSL color Cylindrical-coordinate representation of color #400062: hue angle of 279.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400062 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 0 | 98 | - |
| CMYK | 0.35 | 1 | 0 | 0.62 |
| HSL | 279.18º | 1% | 0.19% | - |
| HSV(B) | 279.18º | 1% | 0.38% | - |
| XYZ | 4.32 | 1.97 | 11.71 | - |
| YUV | 30.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 98 | 0.35 | 1 | 0 | 0.62 | 279.18 | 1 | 0.19 |
| Hex | 40 | 0 | 62 | 23 | 64 | 0 | 3E | 117 | 64 | 13 |
| Octal | 100 | 0 | 142 | 43 | 144 | 0 | 76 | 427 | 144 | 23 |
| Binary | 1000000 | 0 | 1100010 | 100011 | 1100100 | 0 | 111110 | 100010111 | 1100100 | 10011 |
Color Harmonies of #400062
Complementary color
Monochromatic Colors of #400062
Black with #400062
Text Example
Text Example
White with #400062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400062; }
p { color: rgb(64,0,98); }
H1.HeaderClassName
{
color: #400062;
}
.AnyTagClassName
{
color: #400062;
}
</style>
background-color css
<style>
a { background-color: #400062; }
a { background-color: rgb(64,0,98); }
div.DivClassName
{
background-color: #400062;
}
.BgClassName
{
background-color: #400062;
}
</style>
border-color css
<style>
span { border-color: #400062; }
span { border-color: rgb(64,0,98); }
td.TdClassName
{
border-color: #400062;
}
.TagClassName
{
border-color: #400062;
}
</style>