Shades of Indigo #460CAB
Tints of Indigo #460CAB
RGB
CMYK
RGB Variations
Color information
#460CAB (or 0x460CAB) is known color: Indigo. HEX triplet: 46, 0C and AB. RGB value is (70,12,171). Sum of RGB (Red+Green+Blue) = 70+12+171=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #460CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460CAB is #B9F354. Grayscale: #2E2E2E. Windows color (decimal): -12186453 or 11209798. OLE color: 11209798.
HSL color Cylindrical-coordinate representation of color #460CAB: hue angle of 261.89º 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 #460CAB is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 12 | 171 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.33 |
| HSL | 261.89º | 0.87% | 0.36% | - |
| HSV(B) | 261.89º | 0.93% | 0.67% | - |
| XYZ | 10.01 | 4.51 | 38.87 | - |
| YUV | 47.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 171 | 0.59 | 0.93 | 0 | 0.33 | 261.89 | 0.87 | 0.36 |
| Hex | 46 | C | AB | 3B | 5D | 0 | 21 | 106 | 57 | 24 |
| Octal | 106 | 14 | 253 | 73 | 135 | 0 | 41 | 406 | 127 | 44 |
| Binary | 1000110 | 1100 | 10101011 | 111011 | 1011101 | 0 | 100001 | 100000110 | 1010111 | 100100 |
Color Harmonies of #460CAB
Complementary color
Monochromatic Colors of #460CAB
Black with #460CAB
Text Example
Text Example
White with #460CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CAB; }
p { color: rgb(70,12,171); }
H1.HeaderClassName
{
color: #460CAB;
}
.AnyTagClassName
{
color: #460CAB;
}
</style>
background-color css
<style>
a { background-color: #460CAB; }
a { background-color: rgb(70,12,171); }
div.DivClassName
{
background-color: #460CAB;
}
.BgClassName
{
background-color: #460CAB;
}
</style>
border-color css
<style>
span { border-color: #460CAB; }
span { border-color: rgb(70,12,171); }
td.TdClassName
{
border-color: #460CAB;
}
.TagClassName
{
border-color: #460CAB;
}
</style>