Shades of Indigo #460899
Tints of Indigo #460899
RGB
CMYK
RGB Variations
Color information
#460899 (or 0x460899) is known color: Indigo. HEX triplet: 46, 08 and 99. RGB value is (70,8,153). Sum of RGB (Red+Green+Blue) = 70+8+153=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #460899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460899 is #B9F766. Grayscale: #2A2A2A. Windows color (decimal): -12187495 or 10029126. OLE color: 10029126.
HSL color Cylindrical-coordinate representation of color #460899: hue angle of 265.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460899 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 8 | 153 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.4 |
| HSL | 265.66º | 0.9% | 0.32% | - |
| HSV(B) | 265.66º | 0.95% | 0.6% | - |
| XYZ | 8.36 | 3.78 | 30.43 | - |
| YUV | 43.07 | 190.04 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 153 | 0.54 | 0.95 | 0 | 0.4 | 265.66 | 0.9 | 0.32 |
| Hex | 46 | 8 | 99 | 36 | 5F | 0 | 28 | 10A | 5A | 20 |
| Octal | 106 | 10 | 231 | 66 | 137 | 0 | 50 | 412 | 132 | 40 |
| Binary | 1000110 | 1000 | 10011001 | 110110 | 1011111 | 0 | 101000 | 100001010 | 1011010 | 100000 |
Color Harmonies of #460899
Complementary color
Monochromatic Colors of #460899
Black with #460899
Text Example
Text Example
White with #460899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460899; }
p { color: rgb(70,8,153); }
H1.HeaderClassName
{
color: #460899;
}
.AnyTagClassName
{
color: #460899;
}
</style>
background-color css
<style>
a { background-color: #460899; }
a { background-color: rgb(70,8,153); }
div.DivClassName
{
background-color: #460899;
}
.BgClassName
{
background-color: #460899;
}
</style>
border-color css
<style>
span { border-color: #460899; }
span { border-color: rgb(70,8,153); }
td.TdClassName
{
border-color: #460899;
}
.TagClassName
{
border-color: #460899;
}
</style>