Shades of Indigo #470182
Tints of Indigo #470182
RGB
CMYK
RGB Variations
Color information
#470182 (or 0x470182) is known color: Indigo. HEX triplet: 47, 01 and 82. RGB value is (71,1,130). Sum of RGB (Red+Green+Blue) = 71+1+130=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #470182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470182 is #B8FE7D. Grayscale: #242424. Windows color (decimal): -12123774 or 8520007. OLE color: 8520007.
HSL color Cylindrical-coordinate representation of color #470182: hue angle of 272.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470182 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 1 | 130 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.49 |
| HSL | 272.56º | 0.98% | 0.26% | - |
| HSV(B) | 272.56º | 0.99% | 0.51% | - |
| XYZ | 6.64 | 2.97 | 21.34 | - |
| YUV | 36.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 130 | 0.45 | 0.99 | 0 | 0.49 | 272.56 | 0.98 | 0.26 |
| Hex | 47 | 1 | 82 | 2D | 63 | 0 | 31 | 111 | 62 | 1A |
| Octal | 107 | 1 | 202 | 55 | 143 | 0 | 61 | 421 | 142 | 32 |
| Binary | 1000111 | 1 | 10000010 | 101101 | 1100011 | 0 | 110001 | 100010001 | 1100010 | 11010 |
Color Harmonies of #470182
Complementary color
Monochromatic Colors of #470182
Black with #470182
Text Example
Text Example
White with #470182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470182; }
p { color: rgb(71,1,130); }
H1.HeaderClassName
{
color: #470182;
}
.AnyTagClassName
{
color: #470182;
}
</style>
background-color css
<style>
a { background-color: #470182; }
a { background-color: rgb(71,1,130); }
div.DivClassName
{
background-color: #470182;
}
.BgClassName
{
background-color: #470182;
}
</style>
border-color css
<style>
span { border-color: #470182; }
span { border-color: rgb(71,1,130); }
td.TdClassName
{
border-color: #470182;
}
.TagClassName
{
border-color: #470182;
}
</style>