Shades of Indigo #460594
Tints of Indigo #460594
RGB
CMYK
RGB Variations
Color information
#460594 (or 0x460594) is known color: Indigo. HEX triplet: 46, 05 and 94. RGB value is (70,5,148). Sum of RGB (Red+Green+Blue) = 70+5+148=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #460594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460594 is #B9FA6B. Grayscale: #282828. Windows color (decimal): -12188268 or 9700678. OLE color: 9700678.
HSL color Cylindrical-coordinate representation of color #460594: hue angle of 267.27º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460594 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 5 | 148 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.42 |
| HSL | 267.27º | 0.93% | 0.3% | - |
| HSV(B) | 267.27º | 0.97% | 0.58% | - |
| XYZ | 7.93 | 3.55 | 28.28 | - |
| YUV | 40.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 148 | 0.53 | 0.97 | 0 | 0.42 | 267.27 | 0.93 | 0.3 |
| Hex | 46 | 5 | 94 | 35 | 61 | 0 | 2A | 10B | 5D | 1E |
| Octal | 106 | 5 | 224 | 65 | 141 | 0 | 52 | 413 | 135 | 36 |
| Binary | 1000110 | 101 | 10010100 | 110101 | 1100001 | 0 | 101010 | 100001011 | 1011101 | 11110 |
Color Harmonies of #460594
Complementary color
Monochromatic Colors of #460594
Black with #460594
Text Example
Text Example
White with #460594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460594; }
p { color: rgb(70,5,148); }
H1.HeaderClassName
{
color: #460594;
}
.AnyTagClassName
{
color: #460594;
}
</style>
background-color css
<style>
a { background-color: #460594; }
a { background-color: rgb(70,5,148); }
div.DivClassName
{
background-color: #460594;
}
.BgClassName
{
background-color: #460594;
}
</style>
border-color css
<style>
span { border-color: #460594; }
span { border-color: rgb(70,5,148); }
td.TdClassName
{
border-color: #460594;
}
.TagClassName
{
border-color: #460594;
}
</style>