Shades of Indigo #470283
Tints of Indigo #470283
RGB
CMYK
RGB Variations
Color information
#470283 (or 0x470283) is known color: Indigo. HEX triplet: 47, 02 and 83. RGB value is (71,2,131). Sum of RGB (Red+Green+Blue) = 71+2+131=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #470283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470283 is #B8FD7C. Grayscale: #242424. Windows color (decimal): -12123517 or 8585799. OLE color: 8585799.
HSL color Cylindrical-coordinate representation of color #470283: hue angle of 272.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470283 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 2 | 131 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.49 |
| HSL | 272.09º | 0.97% | 0.26% | - |
| HSV(B) | 272.09º | 0.98% | 0.51% | - |
| XYZ | 6.72 | 3.02 | 21.7 | - |
| YUV | 37.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 131 | 0.46 | 0.98 | 0 | 0.49 | 272.09 | 0.97 | 0.26 |
| Hex | 47 | 2 | 83 | 2E | 62 | 0 | 31 | 110 | 61 | 1A |
| Octal | 107 | 2 | 203 | 56 | 142 | 0 | 61 | 420 | 141 | 32 |
| Binary | 1000111 | 10 | 10000011 | 101110 | 1100010 | 0 | 110001 | 100010000 | 1100001 | 11010 |
Color Harmonies of #470283
Complementary color
Monochromatic Colors of #470283
Black with #470283
Text Example
Text Example
White with #470283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470283; }
p { color: rgb(71,2,131); }
H1.HeaderClassName
{
color: #470283;
}
.AnyTagClassName
{
color: #470283;
}
</style>
background-color css
<style>
a { background-color: #470283; }
a { background-color: rgb(71,2,131); }
div.DivClassName
{
background-color: #470283;
}
.BgClassName
{
background-color: #470283;
}
</style>
border-color css
<style>
span { border-color: #470283; }
span { border-color: rgb(71,2,131); }
td.TdClassName
{
border-color: #470283;
}
.TagClassName
{
border-color: #470283;
}
</style>