Shades of Indigo #461489
Tints of Indigo #461489
RGB
CMYK
RGB Variations
Color information
#461489 (or 0x461489) is known color: Indigo. HEX triplet: 46, 14 and 89. RGB value is (70,20,137). Sum of RGB (Red+Green+Blue) = 70+20+137=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #461489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461489 is #B9EB76. Grayscale: #2F2F2F. Windows color (decimal): -12184439 or 8983622. OLE color: 8983622.
HSL color Cylindrical-coordinate representation of color #461489: hue angle of 265.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461489 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 20 | 137 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.46 |
| HSL | 265.64º | 0.75% | 0.31% | - |
| HSV(B) | 265.64º | 0.85% | 0.54% | - |
| XYZ | 7.29 | 3.61 | 23.98 | - |
| YUV | 48.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 137 | 0.49 | 0.85 | 0 | 0.46 | 265.64 | 0.75 | 0.31 |
| Hex | 46 | 14 | 89 | 31 | 55 | 0 | 2E | 10A | 4B | 1F |
| Octal | 106 | 24 | 211 | 61 | 125 | 0 | 56 | 412 | 113 | 37 |
| Binary | 1000110 | 10100 | 10001001 | 110001 | 1010101 | 0 | 101110 | 100001010 | 1001011 | 11111 |
Color Harmonies of #461489
Complementary color
Monochromatic Colors of #461489
Black with #461489
Text Example
Text Example
White with #461489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461489; }
p { color: rgb(70,20,137); }
H1.HeaderClassName
{
color: #461489;
}
.AnyTagClassName
{
color: #461489;
}
</style>
background-color css
<style>
a { background-color: #461489; }
a { background-color: rgb(70,20,137); }
div.DivClassName
{
background-color: #461489;
}
.BgClassName
{
background-color: #461489;
}
</style>
border-color css
<style>
span { border-color: #461489; }
span { border-color: rgb(70,20,137); }
td.TdClassName
{
border-color: #461489;
}
.TagClassName
{
border-color: #461489;
}
</style>