Shades of Indigo #460C7A
Tints of Indigo #460C7A
RGB
CMYK
RGB Variations
Color information
#460C7A (or 0x460C7A) is known color: Indigo. HEX triplet: 46, 0C and 7A. RGB value is (70,12,122). Sum of RGB (Red+Green+Blue) = 70+12+122=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #460C7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C7A is #B9F385. Grayscale: #292929. Windows color (decimal): -12186502 or 7998534. OLE color: 7998534.
HSL color Cylindrical-coordinate representation of color #460C7A: hue angle of 271.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460C7A is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 12 | 122 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.52 |
| HSL | 271.64º | 0.82% | 0.26% | - |
| HSV(B) | 271.64º | 0.9% | 0.48% | - |
| XYZ | 6.17 | 2.97 | 18.66 | - |
| YUV | 41.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 122 | 0.43 | 0.90 | 0 | 0.52 | 271.64 | 0.82 | 0.26 |
| Hex | 46 | C | 7A | 2B | 5A | 0 | 34 | 110 | 52 | 1A |
| Octal | 106 | 14 | 172 | 53 | 132 | 0 | 64 | 420 | 122 | 32 |
| Binary | 1000110 | 1100 | 1111010 | 101011 | 1011010 | 0 | 110100 | 100010000 | 1010010 | 11010 |
Color Harmonies of #460C7A
Complementary color
Monochromatic Colors of #460C7A
Black with #460C7A
Text Example
Text Example
White with #460C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C7A; }
p { color: rgb(70,12,122); }
H1.HeaderClassName
{
color: #460C7A;
}
.AnyTagClassName
{
color: #460C7A;
}
</style>
background-color css
<style>
a { background-color: #460C7A; }
a { background-color: rgb(70,12,122); }
div.DivClassName
{
background-color: #460C7A;
}
.BgClassName
{
background-color: #460C7A;
}
</style>
border-color css
<style>
span { border-color: #460C7A; }
span { border-color: rgb(70,12,122); }
td.TdClassName
{
border-color: #460C7A;
}
.TagClassName
{
border-color: #460C7A;
}
</style>