Shades of Indigo #460C9A
Tints of Indigo #460C9A
RGB
CMYK
RGB Variations
Color information
#460C9A (or 0x460C9A) is known color: Indigo. HEX triplet: 46, 0C and 9A. RGB value is (70,12,154). Sum of RGB (Red+Green+Blue) = 70+12+154=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #460C9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460C9A is #B9F365. Grayscale: #2D2D2D. Windows color (decimal): -12186470 or 10095686. OLE color: 10095686.
HSL color Cylindrical-coordinate representation of color #460C9A: hue angle of 264.51º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460C9A is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 12 | 154 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.40 |
| HSL | 264.51º | 0.86% | 0.33% | - |
| HSV(B) | 264.51º | 0.92% | 0.6% | - |
| XYZ | 8.49 | 3.9 | 30.88 | - |
| YUV | 45.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 154 | 0.55 | 0.92 | 0 | 0.40 | 264.51 | 0.86 | 0.33 |
| Hex | 46 | C | 9A | 37 | 5C | 0 | 28 | 109 | 56 | 21 |
| Octal | 106 | 14 | 232 | 67 | 134 | 0 | 50 | 411 | 126 | 41 |
| Binary | 1000110 | 1100 | 10011010 | 110111 | 1011100 | 0 | 101000 | 100001001 | 1010110 | 100001 |
Color Harmonies of #460C9A
Complementary color
Monochromatic Colors of #460C9A
Black with #460C9A
Text Example
Text Example
White with #460C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C9A; }
p { color: rgb(70,12,154); }
H1.HeaderClassName
{
color: #460C9A;
}
.AnyTagClassName
{
color: #460C9A;
}
</style>
background-color css
<style>
a { background-color: #460C9A; }
a { background-color: rgb(70,12,154); }
div.DivClassName
{
background-color: #460C9A;
}
.BgClassName
{
background-color: #460C9A;
}
</style>
border-color css
<style>
span { border-color: #460C9A; }
span { border-color: rgb(70,12,154); }
td.TdClassName
{
border-color: #460C9A;
}
.TagClassName
{
border-color: #460C9A;
}
</style>