Shades of Indigo #400CAF
Tints of Indigo #400CAF
RGB
CMYK
RGB Variations
Color information
#400CAF (or 0x400CAF) is known color: Indigo. HEX triplet: 40, 0C and AF. RGB value is (64,12,175). Sum of RGB (Red+Green+Blue) = 64+12+175=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #400CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAF is #BFF350. Grayscale: #2D2D2D. Windows color (decimal): -12579665 or 11471936. OLE color: 11471936.
HSL color Cylindrical-coordinate representation of color #400CAF: hue angle of 259.14º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CAF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 12 | 175 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.31 |
| HSL | 259.14º | 0.87% | 0.37% | - |
| HSV(B) | 259.14º | 0.93% | 0.69% | - |
| XYZ | 9.98 | 4.45 | 40.89 | - |
| YUV | 46.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 175 | 0.63 | 0.93 | 0 | 0.31 | 259.14 | 0.87 | 0.37 |
| Hex | 40 | C | AF | 3F | 5D | 0 | 1F | 103 | 57 | 25 |
| Octal | 100 | 14 | 257 | 77 | 135 | 0 | 37 | 403 | 127 | 45 |
| Binary | 1000000 | 1100 | 10101111 | 111111 | 1011101 | 0 | 11111 | 100000011 | 1010111 | 100101 |
Color Harmonies of #400CAF
Complementary color
Monochromatic Colors of #400CAF
Black with #400CAF
Text Example
Text Example
White with #400CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CAF; }
p { color: rgb(64,12,175); }
H1.HeaderClassName
{
color: #400CAF;
}
.AnyTagClassName
{
color: #400CAF;
}
</style>
background-color css
<style>
a { background-color: #400CAF; }
a { background-color: rgb(64,12,175); }
div.DivClassName
{
background-color: #400CAF;
}
.BgClassName
{
background-color: #400CAF;
}
</style>
border-color css
<style>
span { border-color: #400CAF; }
span { border-color: rgb(64,12,175); }
td.TdClassName
{
border-color: #400CAF;
}
.TagClassName
{
border-color: #400CAF;
}
</style>