Shades of Indigo #461371
Tints of Indigo #461371
RGB
CMYK
RGB Variations
Color information
#461371 (or 0x461371) is known color: Indigo. HEX triplet: 46, 13 and 71. RGB value is (70,19,113). Sum of RGB (Red+Green+Blue) = 70+19+113=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #461371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461371 is #B9EC8E. Grayscale: #2C2C2C. Windows color (decimal): -12184719 or 7410502. OLE color: 7410502.
HSL color Cylindrical-coordinate representation of color #461371: hue angle of 272.55º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461371 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 19 | 113 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.56 |
| HSL | 272.55º | 0.71% | 0.26% | - |
| HSV(B) | 272.55º | 0.83% | 0.44% | - |
| XYZ | 5.74 | 2.96 | 15.89 | - |
| YUV | 44.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 113 | 0.38 | 0.83 | 0 | 0.56 | 272.55 | 0.71 | 0.26 |
| Hex | 46 | 13 | 71 | 26 | 53 | 0 | 38 | 111 | 47 | 1A |
| Octal | 106 | 23 | 161 | 46 | 123 | 0 | 70 | 421 | 107 | 32 |
| Binary | 1000110 | 10011 | 1110001 | 100110 | 1010011 | 0 | 111000 | 100010001 | 1000111 | 11010 |
Color Harmonies of #461371
Complementary color
Monochromatic Colors of #461371
Black with #461371
Text Example
Text Example
White with #461371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461371; }
p { color: rgb(70,19,113); }
H1.HeaderClassName
{
color: #461371;
}
.AnyTagClassName
{
color: #461371;
}
</style>
background-color css
<style>
a { background-color: #461371; }
a { background-color: rgb(70,19,113); }
div.DivClassName
{
background-color: #461371;
}
.BgClassName
{
background-color: #461371;
}
</style>
border-color css
<style>
span { border-color: #461371; }
span { border-color: rgb(70,19,113); }
td.TdClassName
{
border-color: #461371;
}
.TagClassName
{
border-color: #461371;
}
</style>