Shades of Indigo #460CAC
Tints of Indigo #460CAC
RGB
CMYK
RGB Variations
Color information
#460CAC (or 0x460CAC) is known color: Indigo. HEX triplet: 46, 0C and AC. RGB value is (70,12,172). Sum of RGB (Red+Green+Blue) = 70+12+172=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #460CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460CAC is #B9F353. Grayscale: #2F2F2F. Windows color (decimal): -12186452 or 11275334. OLE color: 11275334.
HSL color Cylindrical-coordinate representation of color #460CAC: hue angle of 261.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460CAC is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 12 | 172 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.33 |
| HSL | 261.75º | 0.87% | 0.36% | - |
| HSV(B) | 261.75º | 0.93% | 0.67% | - |
| XYZ | 10.1 | 4.54 | 39.37 | - |
| YUV | 47.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 172 | 0.59 | 0.93 | 0 | 0.33 | 261.75 | 0.87 | 0.36 |
| Hex | 46 | C | AC | 3B | 5D | 0 | 21 | 106 | 57 | 24 |
| Octal | 106 | 14 | 254 | 73 | 135 | 0 | 41 | 406 | 127 | 44 |
| Binary | 1000110 | 1100 | 10101100 | 111011 | 1011101 | 0 | 100001 | 100000110 | 1010111 | 100100 |
Color Harmonies of #460CAC
Complementary color
Monochromatic Colors of #460CAC
Black with #460CAC
Text Example
Text Example
White with #460CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CAC; }
p { color: rgb(70,12,172); }
H1.HeaderClassName
{
color: #460CAC;
}
.AnyTagClassName
{
color: #460CAC;
}
</style>
background-color css
<style>
a { background-color: #460CAC; }
a { background-color: rgb(70,12,172); }
div.DivClassName
{
background-color: #460CAC;
}
.BgClassName
{
background-color: #460CAC;
}
</style>
border-color css
<style>
span { border-color: #460CAC; }
span { border-color: rgb(70,12,172); }
td.TdClassName
{
border-color: #460CAC;
}
.TagClassName
{
border-color: #460CAC;
}
</style>