Shades of Indigo #400985
Tints of Indigo #400985
RGB
CMYK
RGB Variations
Color information
#400985 (or 0x400985) is known color: Indigo. HEX triplet: 40, 09 and 85. RGB value is (64,9,133). Sum of RGB (Red+Green+Blue) = 64+9+133=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #400985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400985 is #BFF67A. Grayscale: #272727. Windows color (decimal): -12580475 or 8718656. OLE color: 8718656.
HSL color Cylindrical-coordinate representation of color #400985: hue angle of 266.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400985 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 9 | 133 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.48 |
| HSL | 266.61º | 0.87% | 0.28% | - |
| HSV(B) | 266.61º | 0.93% | 0.52% | - |
| XYZ | 6.45 | 2.98 | 22.43 | - |
| YUV | 39.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 133 | 0.52 | 0.93 | 0 | 0.48 | 266.61 | 0.87 | 0.28 |
| Hex | 40 | 9 | 85 | 34 | 5D | 0 | 30 | 10B | 57 | 1C |
| Octal | 100 | 11 | 205 | 64 | 135 | 0 | 60 | 413 | 127 | 34 |
| Binary | 1000000 | 1001 | 10000101 | 110100 | 1011101 | 0 | 110000 | 100001011 | 1010111 | 11100 |
Color Harmonies of #400985
Complementary color
Monochromatic Colors of #400985
Black with #400985
Text Example
Text Example
White with #400985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400985; }
p { color: rgb(64,9,133); }
H1.HeaderClassName
{
color: #400985;
}
.AnyTagClassName
{
color: #400985;
}
</style>
background-color css
<style>
a { background-color: #400985; }
a { background-color: rgb(64,9,133); }
div.DivClassName
{
background-color: #400985;
}
.BgClassName
{
background-color: #400985;
}
</style>
border-color css
<style>
span { border-color: #400985; }
span { border-color: rgb(64,9,133); }
td.TdClassName
{
border-color: #400985;
}
.TagClassName
{
border-color: #400985;
}
</style>