Shades of Indigo #400288
Tints of Indigo #400288
RGB
CMYK
RGB Variations
Color information
#400288 (or 0x400288) is known color: Indigo. HEX triplet: 40, 02 and 88. RGB value is (64,2,136). Sum of RGB (Red+Green+Blue) = 64+2+136=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #400288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400288 is #BFFD77. Grayscale: #232323. Windows color (decimal): -12582264 or 8913472. OLE color: 8913472.
HSL color Cylindrical-coordinate representation of color #400288: hue angle of 267.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400288 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 2 | 136 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.47 |
| HSL | 267.76º | 0.97% | 0.27% | - |
| HSV(B) | 267.76º | 0.99% | 0.53% | - |
| XYZ | 6.58 | 2.91 | 23.51 | - |
| YUV | 35.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 136 | 0.53 | 0.99 | 0 | 0.47 | 267.76 | 0.97 | 0.27 |
| Hex | 40 | 2 | 88 | 35 | 63 | 0 | 2F | 10C | 61 | 1B |
| Octal | 100 | 2 | 210 | 65 | 143 | 0 | 57 | 414 | 141 | 33 |
| Binary | 1000000 | 10 | 10001000 | 110101 | 1100011 | 0 | 101111 | 100001100 | 1100001 | 11011 |
Color Harmonies of #400288
Complementary color
Monochromatic Colors of #400288
Black with #400288
Text Example
Text Example
White with #400288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400288; }
p { color: rgb(64,2,136); }
H1.HeaderClassName
{
color: #400288;
}
.AnyTagClassName
{
color: #400288;
}
</style>
background-color css
<style>
a { background-color: #400288; }
a { background-color: rgb(64,2,136); }
div.DivClassName
{
background-color: #400288;
}
.BgClassName
{
background-color: #400288;
}
</style>
border-color css
<style>
span { border-color: #400288; }
span { border-color: rgb(64,2,136); }
td.TdClassName
{
border-color: #400288;
}
.TagClassName
{
border-color: #400288;
}
</style>