Shades of Indigo #460A85
Tints of Indigo #460A85
RGB
CMYK
RGB Variations
Color information
#460A85 (or 0x460A85) is known color: Indigo. HEX triplet: 46, 0A and 85. RGB value is (70,10,133). Sum of RGB (Red+Green+Blue) = 70+10+133=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #460A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460A85 is #B9F57A. Grayscale: #292929. Windows color (decimal): -12187003 or 8718918. OLE color: 8718918.
HSL color Cylindrical-coordinate representation of color #460A85: hue angle of 269.27º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460A85 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 10 | 133 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.48 |
| HSL | 269.27º | 0.86% | 0.28% | - |
| HSV(B) | 269.27º | 0.92% | 0.52% | - |
| XYZ | 6.87 | 3.21 | 22.45 | - |
| YUV | 41.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 133 | 0.47 | 0.92 | 0 | 0.48 | 269.27 | 0.86 | 0.28 |
| Hex | 46 | A | 85 | 2F | 5C | 0 | 30 | 10D | 56 | 1C |
| Octal | 106 | 12 | 205 | 57 | 134 | 0 | 60 | 415 | 126 | 34 |
| Binary | 1000110 | 1010 | 10000101 | 101111 | 1011100 | 0 | 110000 | 100001101 | 1010110 | 11100 |
Color Harmonies of #460A85
Complementary color
Monochromatic Colors of #460A85
Black with #460A85
Text Example
Text Example
White with #460A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A85; }
p { color: rgb(70,10,133); }
H1.HeaderClassName
{
color: #460A85;
}
.AnyTagClassName
{
color: #460A85;
}
</style>
background-color css
<style>
a { background-color: #460A85; }
a { background-color: rgb(70,10,133); }
div.DivClassName
{
background-color: #460A85;
}
.BgClassName
{
background-color: #460A85;
}
</style>
border-color css
<style>
span { border-color: #460A85; }
span { border-color: rgb(70,10,133); }
td.TdClassName
{
border-color: #460A85;
}
.TagClassName
{
border-color: #460A85;
}
</style>