Shades of Indigo #461389
Tints of Indigo #461389
RGB
CMYK
RGB Variations
Color information
#461389 (or 0x461389) is known color: Indigo. HEX triplet: 46, 13 and 89. RGB value is (70,19,137). Sum of RGB (Red+Green+Blue) = 70+19+137=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #461389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461389 is #B9EC76. Grayscale: #2F2F2F. Windows color (decimal): -12184695 or 8983366. OLE color: 8983366.
HSL color Cylindrical-coordinate representation of color #461389: hue angle of 265.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461389 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 19 | 137 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.46 |
| HSL | 265.93º | 0.76% | 0.31% | - |
| HSV(B) | 265.93º | 0.86% | 0.54% | - |
| XYZ | 7.27 | 3.57 | 23.97 | - |
| YUV | 47.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 137 | 0.49 | 0.86 | 0 | 0.46 | 265.93 | 0.76 | 0.31 |
| Hex | 46 | 13 | 89 | 31 | 56 | 0 | 2E | 10A | 4C | 1F |
| Octal | 106 | 23 | 211 | 61 | 126 | 0 | 56 | 412 | 114 | 37 |
| Binary | 1000110 | 10011 | 10001001 | 110001 | 1010110 | 0 | 101110 | 100001010 | 1001100 | 11111 |
Color Harmonies of #461389
Complementary color
Monochromatic Colors of #461389
Black with #461389
Text Example
Text Example
White with #461389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461389; }
p { color: rgb(70,19,137); }
H1.HeaderClassName
{
color: #461389;
}
.AnyTagClassName
{
color: #461389;
}
</style>
background-color css
<style>
a { background-color: #461389; }
a { background-color: rgb(70,19,137); }
div.DivClassName
{
background-color: #461389;
}
.BgClassName
{
background-color: #461389;
}
</style>
border-color css
<style>
span { border-color: #461389; }
span { border-color: rgb(70,19,137); }
td.TdClassName
{
border-color: #461389;
}
.TagClassName
{
border-color: #461389;
}
</style>