Shades of Indigo #460EAC
Tints of Indigo #460EAC
RGB
CMYK
RGB Variations
Color information
#460EAC (or 0x460EAC) is known color: Indigo. HEX triplet: 46, 0E and AC. RGB value is (70,14,172). Sum of RGB (Red+Green+Blue) = 70+14+172=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #460EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460EAC is #B9F153. Grayscale: #303030. Windows color (decimal): -12185940 or 11275846. OLE color: 11275846.
HSL color Cylindrical-coordinate representation of color #460EAC: hue angle of 261.27º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EAC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 14 | 172 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.33 |
| HSL | 261.27º | 0.85% | 0.36% | - |
| HSV(B) | 261.27º | 0.92% | 0.67% | - |
| XYZ | 10.13 | 4.59 | 39.38 | - |
| YUV | 48.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 172 | 0.59 | 0.92 | 0 | 0.33 | 261.27 | 0.85 | 0.36 |
| Hex | 46 | E | AC | 3B | 5C | 0 | 21 | 105 | 55 | 24 |
| Octal | 106 | 16 | 254 | 73 | 134 | 0 | 41 | 405 | 125 | 44 |
| Binary | 1000110 | 1110 | 10101100 | 111011 | 1011100 | 0 | 100001 | 100000101 | 1010101 | 100100 |
Color Harmonies of #460EAC
Complementary color
Monochromatic Colors of #460EAC
Black with #460EAC
Text Example
Text Example
White with #460EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EAC; }
p { color: rgb(70,14,172); }
H1.HeaderClassName
{
color: #460EAC;
}
.AnyTagClassName
{
color: #460EAC;
}
</style>
background-color css
<style>
a { background-color: #460EAC; }
a { background-color: rgb(70,14,172); }
div.DivClassName
{
background-color: #460EAC;
}
.BgClassName
{
background-color: #460EAC;
}
</style>
border-color css
<style>
span { border-color: #460EAC; }
span { border-color: rgb(70,14,172); }
td.TdClassName
{
border-color: #460EAC;
}
.TagClassName
{
border-color: #460EAC;
}
</style>