Shades of Indigo #461498
Tints of Indigo #461498
RGB
CMYK
RGB Variations
Color information
#461498 (or 0x461498) is known color: Indigo. HEX triplet: 46, 14 and 98. RGB value is (70,20,152). Sum of RGB (Red+Green+Blue) = 70+20+152=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #461498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461498 is #B9EB67. Grayscale: #313131. Windows color (decimal): -12184424 or 9966662. OLE color: 9966662.
HSL color Cylindrical-coordinate representation of color #461498: hue angle of 262.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461498 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 20 | 152 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.40 |
| HSL | 262.73º | 0.77% | 0.34% | - |
| HSV(B) | 262.73º | 0.87% | 0.6% | - |
| XYZ | 8.44 | 4.07 | 30.05 | - |
| YUV | 50 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 152 | 0.54 | 0.87 | 0 | 0.40 | 262.73 | 0.77 | 0.34 |
| Hex | 46 | 14 | 98 | 36 | 57 | 0 | 28 | 107 | 4D | 22 |
| Octal | 106 | 24 | 230 | 66 | 127 | 0 | 50 | 407 | 115 | 42 |
| Binary | 1000110 | 10100 | 10011000 | 110110 | 1010111 | 0 | 101000 | 100000111 | 1001101 | 100010 |
Color Harmonies of #461498
Complementary color
Monochromatic Colors of #461498
Black with #461498
Text Example
Text Example
White with #461498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461498; }
p { color: rgb(70,20,152); }
H1.HeaderClassName
{
color: #461498;
}
.AnyTagClassName
{
color: #461498;
}
</style>
background-color css
<style>
a { background-color: #461498; }
a { background-color: rgb(70,20,152); }
div.DivClassName
{
background-color: #461498;
}
.BgClassName
{
background-color: #461498;
}
</style>
border-color css
<style>
span { border-color: #461498; }
span { border-color: rgb(70,20,152); }
td.TdClassName
{
border-color: #461498;
}
.TagClassName
{
border-color: #461498;
}
</style>