Shades of Indigo #471396
Tints of Indigo #471396
RGB
CMYK
RGB Variations
Color information
#471396 (or 0x471396) is known color: Indigo. HEX triplet: 47, 13 and 96. RGB value is (71,19,150). Sum of RGB (Red+Green+Blue) = 71+19+150=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #471396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471396 is #B8EC69. Grayscale: #313131. Windows color (decimal): -12119146 or 9835335. OLE color: 9835335.
HSL color Cylindrical-coordinate representation of color #471396: hue angle of 263.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471396 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 19 | 150 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.41 |
| HSL | 263.82º | 0.78% | 0.33% | - |
| HSV(B) | 263.82º | 0.87% | 0.59% | - |
| XYZ | 8.34 | 4.01 | 29.19 | - |
| YUV | 49.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 150 | 0.53 | 0.87 | 0 | 0.41 | 263.82 | 0.78 | 0.33 |
| Hex | 47 | 13 | 96 | 35 | 57 | 0 | 29 | 108 | 4E | 21 |
| Octal | 107 | 23 | 226 | 65 | 127 | 0 | 51 | 410 | 116 | 41 |
| Binary | 1000111 | 10011 | 10010110 | 110101 | 1010111 | 0 | 101001 | 100001000 | 1001110 | 100001 |
Color Harmonies of #471396
Complementary color
Monochromatic Colors of #471396
Black with #471396
Text Example
Text Example
White with #471396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471396; }
p { color: rgb(71,19,150); }
H1.HeaderClassName
{
color: #471396;
}
.AnyTagClassName
{
color: #471396;
}
</style>
background-color css
<style>
a { background-color: #471396; }
a { background-color: rgb(71,19,150); }
div.DivClassName
{
background-color: #471396;
}
.BgClassName
{
background-color: #471396;
}
</style>
border-color css
<style>
span { border-color: #471396; }
span { border-color: rgb(71,19,150); }
td.TdClassName
{
border-color: #471396;
}
.TagClassName
{
border-color: #471396;
}
</style>