Shades of Indigo #460CAA
Tints of Indigo #460CAA
RGB
CMYK
RGB Variations
Color information
#460CAA (or 0x460CAA) is known color: Indigo. HEX triplet: 46, 0C and AA. RGB value is (70,12,170). Sum of RGB (Red+Green+Blue) = 70+12+170=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #460CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460CAA is #B9F355. Grayscale: #2E2E2E. Windows color (decimal): -12186454 or 11144262. OLE color: 11144262.
HSL color Cylindrical-coordinate representation of color #460CAA: hue angle of 262.03º 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 #460CAA is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 12 | 170 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.33 |
| HSL | 262.03º | 0.87% | 0.36% | - |
| HSV(B) | 262.03º | 0.93% | 0.67% | - |
| XYZ | 9.91 | 4.47 | 38.37 | - |
| YUV | 47.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 170 | 0.59 | 0.93 | 0 | 0.33 | 262.03 | 0.87 | 0.36 |
| Hex | 46 | C | AA | 3B | 5D | 0 | 21 | 106 | 57 | 24 |
| Octal | 106 | 14 | 252 | 73 | 135 | 0 | 41 | 406 | 127 | 44 |
| Binary | 1000110 | 1100 | 10101010 | 111011 | 1011101 | 0 | 100001 | 100000110 | 1010111 | 100100 |
Color Harmonies of #460CAA
Complementary color
Monochromatic Colors of #460CAA
Black with #460CAA
Text Example
Text Example
White with #460CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CAA; }
p { color: rgb(70,12,170); }
H1.HeaderClassName
{
color: #460CAA;
}
.AnyTagClassName
{
color: #460CAA;
}
</style>
background-color css
<style>
a { background-color: #460CAA; }
a { background-color: rgb(70,12,170); }
div.DivClassName
{
background-color: #460CAA;
}
.BgClassName
{
background-color: #460CAA;
}
</style>
border-color css
<style>
span { border-color: #460CAA; }
span { border-color: rgb(70,12,170); }
td.TdClassName
{
border-color: #460CAA;
}
.TagClassName
{
border-color: #460CAA;
}
</style>