Shades of Indigo #460DA5
Tints of Indigo #460DA5
RGB
CMYK
RGB Variations
Color information
#460DA5 (or 0x460DA5) is known color: Indigo. HEX triplet: 46, 0D and A5. RGB value is (70,13,165). Sum of RGB (Red+Green+Blue) = 70+13+165=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #460DA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DA5 is #B9F25A. Grayscale: #2E2E2E. Windows color (decimal): -12186203 or 10816838. OLE color: 10816838.
HSL color Cylindrical-coordinate representation of color #460DA5: hue angle of 262.5º 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 #460DA5 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 13 | 165 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.35 |
| HSL | 262.5º | 0.85% | 0.35% | - |
| HSV(B) | 262.5º | 0.92% | 0.65% | - |
| XYZ | 9.46 | 4.31 | 35.93 | - |
| YUV | 47.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 165 | 0.58 | 0.92 | 0 | 0.35 | 262.5 | 0.85 | 0.35 |
| Hex | 46 | D | A5 | 3A | 5C | 0 | 23 | 106 | 55 | 23 |
| Octal | 106 | 15 | 245 | 72 | 134 | 0 | 43 | 406 | 125 | 43 |
| Binary | 1000110 | 1101 | 10100101 | 111010 | 1011100 | 0 | 100011 | 100000110 | 1010101 | 100011 |
Color Harmonies of #460DA5
Complementary color
Monochromatic Colors of #460DA5
Black with #460DA5
Text Example
Text Example
White with #460DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DA5; }
p { color: rgb(70,13,165); }
H1.HeaderClassName
{
color: #460DA5;
}
.AnyTagClassName
{
color: #460DA5;
}
</style>
background-color css
<style>
a { background-color: #460DA5; }
a { background-color: rgb(70,13,165); }
div.DivClassName
{
background-color: #460DA5;
}
.BgClassName
{
background-color: #460DA5;
}
</style>
border-color css
<style>
span { border-color: #460DA5; }
span { border-color: rgb(70,13,165); }
td.TdClassName
{
border-color: #460DA5;
}
.TagClassName
{
border-color: #460DA5;
}
</style>