Shades of Indigo #400685
Tints of Indigo #400685
RGB
CMYK
RGB Variations
Color information
#400685 (or 0x400685) is known color: Indigo. HEX triplet: 40, 06 and 85. RGB value is (64,6,133). Sum of RGB (Red+Green+Blue) = 64+6+133=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #400685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400685 is #BFF97A. Grayscale: #252525. Windows color (decimal): -12581243 or 8717888. OLE color: 8717888.
HSL color Cylindrical-coordinate representation of color #400685: hue angle of 267.4º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400685 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 6 | 133 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.48 |
| HSL | 267.4º | 0.91% | 0.27% | - |
| HSV(B) | 267.4º | 0.95% | 0.52% | - |
| XYZ | 6.41 | 2.91 | 22.41 | - |
| YUV | 37.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 133 | 0.52 | 0.95 | 0 | 0.48 | 267.4 | 0.91 | 0.27 |
| Hex | 40 | 6 | 85 | 34 | 5F | 0 | 30 | 10B | 5B | 1B |
| Octal | 100 | 6 | 205 | 64 | 137 | 0 | 60 | 413 | 133 | 33 |
| Binary | 1000000 | 110 | 10000101 | 110100 | 1011111 | 0 | 110000 | 100001011 | 1011011 | 11011 |
Color Harmonies of #400685
Complementary color
Monochromatic Colors of #400685
Black with #400685
Text Example
Text Example
White with #400685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400685; }
p { color: rgb(64,6,133); }
H1.HeaderClassName
{
color: #400685;
}
.AnyTagClassName
{
color: #400685;
}
</style>
background-color css
<style>
a { background-color: #400685; }
a { background-color: rgb(64,6,133); }
div.DivClassName
{
background-color: #400685;
}
.BgClassName
{
background-color: #400685;
}
</style>
border-color css
<style>
span { border-color: #400685; }
span { border-color: rgb(64,6,133); }
td.TdClassName
{
border-color: #400685;
}
.TagClassName
{
border-color: #400685;
}
</style>