Shades of Indigo #460599
Tints of Indigo #460599
RGB
CMYK
RGB Variations
Color information
#460599 (or 0x460599) is known color: Indigo. HEX triplet: 46, 05 and 99. RGB value is (70,5,153). Sum of RGB (Red+Green+Blue) = 70+5+153=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #460599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460599 is #B9FA66. Grayscale: #282828. Windows color (decimal): -12188263 or 10028358. OLE color: 10028358.
HSL color Cylindrical-coordinate representation of color #460599: hue angle of 266.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460599 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 5 | 153 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.4 |
| HSL | 266.35º | 0.94% | 0.31% | - |
| HSV(B) | 266.35º | 0.97% | 0.6% | - |
| XYZ | 8.33 | 3.71 | 30.41 | - |
| YUV | 41.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 153 | 0.54 | 0.97 | 0 | 0.4 | 266.35 | 0.94 | 0.31 |
| Hex | 46 | 5 | 99 | 36 | 61 | 0 | 28 | 10A | 5E | 1F |
| Octal | 106 | 5 | 231 | 66 | 141 | 0 | 50 | 412 | 136 | 37 |
| Binary | 1000110 | 101 | 10011001 | 110110 | 1100001 | 0 | 101000 | 100001010 | 1011110 | 11111 |
Color Harmonies of #460599
Complementary color
Monochromatic Colors of #460599
Black with #460599
Text Example
Text Example
White with #460599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460599; }
p { color: rgb(70,5,153); }
H1.HeaderClassName
{
color: #460599;
}
.AnyTagClassName
{
color: #460599;
}
</style>
background-color css
<style>
a { background-color: #460599; }
a { background-color: rgb(70,5,153); }
div.DivClassName
{
background-color: #460599;
}
.BgClassName
{
background-color: #460599;
}
</style>
border-color css
<style>
span { border-color: #460599; }
span { border-color: rgb(70,5,153); }
td.TdClassName
{
border-color: #460599;
}
.TagClassName
{
border-color: #460599;
}
</style>