Shades of Indigo #460DA0
Tints of Indigo #460DA0
RGB
CMYK
RGB Variations
Color information
#460DA0 (or 0x460DA0) is known color: Indigo. HEX triplet: 46, 0D and A0. RGB value is (70,13,160). Sum of RGB (Red+Green+Blue) = 70+13+160=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #460DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DA0 is #B9F25F. Grayscale: #2E2E2E. Windows color (decimal): -12186208 or 10489158. OLE color: 10489158.
HSL color Cylindrical-coordinate representation of color #460DA0: hue angle of 263.27º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460DA0 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 13 | 160 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.37 |
| HSL | 263.27º | 0.85% | 0.34% | - |
| HSV(B) | 263.27º | 0.92% | 0.63% | - |
| XYZ | 9.01 | 4.13 | 33.58 | - |
| YUV | 46.8 | 191.88 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 160 | 0.56 | 0.92 | 0 | 0.37 | 263.27 | 0.85 | 0.34 |
| Hex | 46 | D | A0 | 38 | 5C | 0 | 25 | 107 | 55 | 22 |
| Octal | 106 | 15 | 240 | 70 | 134 | 0 | 45 | 407 | 125 | 42 |
| Binary | 1000110 | 1101 | 10100000 | 111000 | 1011100 | 0 | 100101 | 100000111 | 1010101 | 100010 |
Color Harmonies of #460DA0
Complementary color
Monochromatic Colors of #460DA0
Black with #460DA0
Text Example
Text Example
White with #460DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DA0; }
p { color: rgb(70,13,160); }
H1.HeaderClassName
{
color: #460DA0;
}
.AnyTagClassName
{
color: #460DA0;
}
</style>
background-color css
<style>
a { background-color: #460DA0; }
a { background-color: rgb(70,13,160); }
div.DivClassName
{
background-color: #460DA0;
}
.BgClassName
{
background-color: #460DA0;
}
</style>
border-color css
<style>
span { border-color: #460DA0; }
span { border-color: rgb(70,13,160); }
td.TdClassName
{
border-color: #460DA0;
}
.TagClassName
{
border-color: #460DA0;
}
</style>