Shades of Indigo #400CAE
Tints of Indigo #400CAE
RGB
CMYK
RGB Variations
Color information
#400CAE (or 0x400CAE) is known color: Indigo. HEX triplet: 40, 0C and AE. RGB value is (64,12,174). Sum of RGB (Red+Green+Blue) = 64+12+174=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #400CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CAE is #BFF351. Grayscale: #2D2D2D. Windows color (decimal): -12579666 or 11406400. OLE color: 11406400.
HSL color Cylindrical-coordinate representation of color #400CAE: hue angle of 259.26º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CAE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 12 | 174 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.32 |
| HSL | 259.26º | 0.87% | 0.36% | - |
| HSV(B) | 259.26º | 0.93% | 0.68% | - |
| XYZ | 9.89 | 4.41 | 40.37 | - |
| YUV | 46.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 174 | 0.63 | 0.93 | 0 | 0.32 | 259.26 | 0.87 | 0.36 |
| Hex | 40 | C | AE | 3F | 5D | 0 | 20 | 103 | 57 | 24 |
| Octal | 100 | 14 | 256 | 77 | 135 | 0 | 40 | 403 | 127 | 44 |
| Binary | 1000000 | 1100 | 10101110 | 111111 | 1011101 | 0 | 100000 | 100000011 | 1010111 | 100100 |
Color Harmonies of #400CAE
Complementary color
Monochromatic Colors of #400CAE
Black with #400CAE
Text Example
Text Example
White with #400CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CAE; }
p { color: rgb(64,12,174); }
H1.HeaderClassName
{
color: #400CAE;
}
.AnyTagClassName
{
color: #400CAE;
}
</style>
background-color css
<style>
a { background-color: #400CAE; }
a { background-color: rgb(64,12,174); }
div.DivClassName
{
background-color: #400CAE;
}
.BgClassName
{
background-color: #400CAE;
}
</style>
border-color css
<style>
span { border-color: #400CAE; }
span { border-color: rgb(64,12,174); }
td.TdClassName
{
border-color: #400CAE;
}
.TagClassName
{
border-color: #400CAE;
}
</style>