Shades of Indigo #400675
Tints of Indigo #400675
RGB
CMYK
RGB Variations
Color information
#400675 (or 0x400675) is known color: Indigo. HEX triplet: 40, 06 and 75. RGB value is (64,6,117). Sum of RGB (Red+Green+Blue) = 64+6+117=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #400675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400675 is #BFF98A. Grayscale: #232323. Windows color (decimal): -12581259 or 7669312. OLE color: 7669312.
HSL color Cylindrical-coordinate representation of color #400675: hue angle of 271.35º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400675 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 6 | 117 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.54 |
| HSL | 271.35º | 0.9% | 0.24% | - |
| HSV(B) | 271.35º | 0.95% | 0.46% | - |
| XYZ | 5.39 | 2.5 | 17.03 | - |
| YUV | 36 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 117 | 0.45 | 0.95 | 0 | 0.54 | 271.35 | 0.9 | 0.24 |
| Hex | 40 | 6 | 75 | 2D | 5F | 0 | 36 | 10F | 5A | 18 |
| Octal | 100 | 6 | 165 | 55 | 137 | 0 | 66 | 417 | 132 | 30 |
| Binary | 1000000 | 110 | 1110101 | 101101 | 1011111 | 0 | 110110 | 100001111 | 1011010 | 11000 |
Color Harmonies of #400675
Complementary color
Monochromatic Colors of #400675
Black with #400675
Text Example
Text Example
White with #400675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400675; }
p { color: rgb(64,6,117); }
H1.HeaderClassName
{
color: #400675;
}
.AnyTagClassName
{
color: #400675;
}
</style>
background-color css
<style>
a { background-color: #400675; }
a { background-color: rgb(64,6,117); }
div.DivClassName
{
background-color: #400675;
}
.BgClassName
{
background-color: #400675;
}
</style>
border-color css
<style>
span { border-color: #400675; }
span { border-color: rgb(64,6,117); }
td.TdClassName
{
border-color: #400675;
}
.TagClassName
{
border-color: #400675;
}
</style>