Shades of Indigo #460563
Tints of Indigo #460563
RGB
CMYK
RGB Variations
Color information
#460563 (or 0x460563) is known color: Indigo. HEX triplet: 46, 05 and 63. RGB value is (70,5,99). Sum of RGB (Red+Green+Blue) = 70+5+99=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #460563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460563 is #B9FA9C. Grayscale: #222222. Windows color (decimal): -12188317 or 6489414. OLE color: 6489414.
HSL color Cylindrical-coordinate representation of color #460563: hue angle of 281.49º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460563 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 5 | 99 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.61 |
| HSL | 281.49º | 0.9% | 0.2% | - |
| HSV(B) | 281.49º | 0.95% | 0.39% | - |
| XYZ | 4.83 | 2.31 | 12 | - |
| YUV | 35.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 99 | 0.29 | 0.95 | 0 | 0.61 | 281.49 | 0.9 | 0.2 |
| Hex | 46 | 5 | 63 | 1D | 5F | 0 | 3D | 119 | 5A | 14 |
| Octal | 106 | 5 | 143 | 35 | 137 | 0 | 75 | 431 | 132 | 24 |
| Binary | 1000110 | 101 | 1100011 | 11101 | 1011111 | 0 | 111101 | 100011001 | 1011010 | 10100 |
Color Harmonies of #460563
Complementary color
Monochromatic Colors of #460563
Black with #460563
Text Example
Text Example
White with #460563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460563; }
p { color: rgb(70,5,99); }
H1.HeaderClassName
{
color: #460563;
}
.AnyTagClassName
{
color: #460563;
}
</style>
background-color css
<style>
a { background-color: #460563; }
a { background-color: rgb(70,5,99); }
div.DivClassName
{
background-color: #460563;
}
.BgClassName
{
background-color: #460563;
}
</style>
border-color css
<style>
span { border-color: #460563; }
span { border-color: rgb(70,5,99); }
td.TdClassName
{
border-color: #460563;
}
.TagClassName
{
border-color: #460563;
}
</style>