Shades of Indigo #400670
Tints of Indigo #400670
RGB
CMYK
RGB Variations
Color information
#400670 (or 0x400670) is known color: Indigo. HEX triplet: 40, 06 and 70. RGB value is (64,6,112). Sum of RGB (Red+Green+Blue) = 64+6+112=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #400670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400670 is #BFF98F. Grayscale: #232323. Windows color (decimal): -12581264 or 7341632. OLE color: 7341632.
HSL color Cylindrical-coordinate representation of color #400670: hue angle of 272.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400670 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 6 | 112 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.56 |
| HSL | 272.83º | 0.9% | 0.23% | - |
| HSV(B) | 272.83º | 0.95% | 0.44% | - |
| XYZ | 5.1 | 2.39 | 15.52 | - |
| YUV | 35.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 112 | 0.43 | 0.95 | 0 | 0.56 | 272.83 | 0.9 | 0.23 |
| Hex | 40 | 6 | 70 | 2B | 5F | 0 | 38 | 111 | 5A | 17 |
| Octal | 100 | 6 | 160 | 53 | 137 | 0 | 70 | 421 | 132 | 27 |
| Binary | 1000000 | 110 | 1110000 | 101011 | 1011111 | 0 | 111000 | 100010001 | 1011010 | 10111 |
Color Harmonies of #400670
Complementary color
Monochromatic Colors of #400670
Black with #400670
Text Example
Text Example
White with #400670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400670; }
p { color: rgb(64,6,112); }
H1.HeaderClassName
{
color: #400670;
}
.AnyTagClassName
{
color: #400670;
}
</style>
background-color css
<style>
a { background-color: #400670; }
a { background-color: rgb(64,6,112); }
div.DivClassName
{
background-color: #400670;
}
.BgClassName
{
background-color: #400670;
}
</style>
border-color css
<style>
span { border-color: #400670; }
span { border-color: rgb(64,6,112); }
td.TdClassName
{
border-color: #400670;
}
.TagClassName
{
border-color: #400670;
}
</style>