Shades of Indigo #460DA6
Tints of Indigo #460DA6
RGB
CMYK
RGB Variations
Color information
#460DA6 (or 0x460DA6) is known color: Indigo. HEX triplet: 46, 0D and A6. RGB value is (70,13,166). Sum of RGB (Red+Green+Blue) = 70+13+166=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #460DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DA6 is #B9F259. Grayscale: #2E2E2E. Windows color (decimal): -12186202 or 10882374. OLE color: 10882374.
HSL color Cylindrical-coordinate representation of color #460DA6: hue angle of 262.35º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460DA6 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 13 | 166 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.35 |
| HSL | 262.35º | 0.85% | 0.35% | - |
| HSV(B) | 262.35º | 0.92% | 0.65% | - |
| XYZ | 9.55 | 4.34 | 36.41 | - |
| YUV | 47.49 | 194.88 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 166 | 0.58 | 0.92 | 0 | 0.35 | 262.35 | 0.85 | 0.35 |
| Hex | 46 | D | A6 | 3A | 5C | 0 | 23 | 106 | 55 | 23 |
| Octal | 106 | 15 | 246 | 72 | 134 | 0 | 43 | 406 | 125 | 43 |
| Binary | 1000110 | 1101 | 10100110 | 111010 | 1011100 | 0 | 100011 | 100000110 | 1010101 | 100011 |
Color Harmonies of #460DA6
Complementary color
Monochromatic Colors of #460DA6
Black with #460DA6
Text Example
Text Example
White with #460DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DA6; }
p { color: rgb(70,13,166); }
H1.HeaderClassName
{
color: #460DA6;
}
.AnyTagClassName
{
color: #460DA6;
}
</style>
background-color css
<style>
a { background-color: #460DA6; }
a { background-color: rgb(70,13,166); }
div.DivClassName
{
background-color: #460DA6;
}
.BgClassName
{
background-color: #460DA6;
}
</style>
border-color css
<style>
span { border-color: #460DA6; }
span { border-color: rgb(70,13,166); }
td.TdClassName
{
border-color: #460DA6;
}
.TagClassName
{
border-color: #460DA6;
}
</style>