Shades of Indigo #461390
Tints of Indigo #461390
RGB
CMYK
RGB Variations
Color information
#461390 (or 0x461390) is known color: Indigo. HEX triplet: 46, 13 and 90. RGB value is (70,19,144). Sum of RGB (Red+Green+Blue) = 70+19+144=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #461390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461390 is #B9EC6F. Grayscale: #303030. Windows color (decimal): -12184688 or 9442118. OLE color: 9442118.
HSL color Cylindrical-coordinate representation of color #461390: hue angle of 264.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461390 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 19 | 144 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.44 |
| HSL | 264.48º | 0.77% | 0.32% | - |
| HSV(B) | 264.48º | 0.87% | 0.56% | - |
| XYZ | 7.79 | 3.78 | 26.7 | - |
| YUV | 48.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 144 | 0.51 | 0.87 | 0 | 0.44 | 264.48 | 0.77 | 0.32 |
| Hex | 46 | 13 | 90 | 33 | 57 | 0 | 2C | 108 | 4D | 20 |
| Octal | 106 | 23 | 220 | 63 | 127 | 0 | 54 | 410 | 115 | 40 |
| Binary | 1000110 | 10011 | 10010000 | 110011 | 1010111 | 0 | 101100 | 100001000 | 1001101 | 100000 |
Color Harmonies of #461390
Complementary color
Monochromatic Colors of #461390
Black with #461390
Text Example
Text Example
White with #461390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461390; }
p { color: rgb(70,19,144); }
H1.HeaderClassName
{
color: #461390;
}
.AnyTagClassName
{
color: #461390;
}
</style>
background-color css
<style>
a { background-color: #461390; }
a { background-color: rgb(70,19,144); }
div.DivClassName
{
background-color: #461390;
}
.BgClassName
{
background-color: #461390;
}
</style>
border-color css
<style>
span { border-color: #461390; }
span { border-color: rgb(70,19,144); }
td.TdClassName
{
border-color: #461390;
}
.TagClassName
{
border-color: #461390;
}
</style>