Shades of Indigo #470961
Tints of Indigo #470961
RGB
CMYK
RGB Variations
Color information
#470961 (or 0x470961) is known color: Indigo. HEX triplet: 47, 09 and 61. RGB value is (71,9,97). Sum of RGB (Red+Green+Blue) = 71+9+97=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #470961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470961 is #B8F69E. Grayscale: #252525. Windows color (decimal): -12121759 or 6359367. OLE color: 6359367.
HSL color Cylindrical-coordinate representation of color #470961: hue angle of 282.27º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470961 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 9 | 97 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.62 |
| HSL | 282.27º | 0.83% | 0.21% | - |
| HSV(B) | 282.27º | 0.91% | 0.38% | - |
| XYZ | 4.85 | 2.4 | 11.52 | - |
| YUV | 37.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 97 | 0.27 | 0.91 | 0 | 0.62 | 282.27 | 0.83 | 0.21 |
| Hex | 47 | 9 | 61 | 1B | 5B | 0 | 3E | 11A | 53 | 15 |
| Octal | 107 | 11 | 141 | 33 | 133 | 0 | 76 | 432 | 123 | 25 |
| Binary | 1000111 | 1001 | 1100001 | 11011 | 1011011 | 0 | 111110 | 100011010 | 1010011 | 10101 |
Color Harmonies of #470961
Complementary color
Monochromatic Colors of #470961
Black with #470961
Text Example
Text Example
White with #470961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470961; }
p { color: rgb(71,9,97); }
H1.HeaderClassName
{
color: #470961;
}
.AnyTagClassName
{
color: #470961;
}
</style>
background-color css
<style>
a { background-color: #470961; }
a { background-color: rgb(71,9,97); }
div.DivClassName
{
background-color: #470961;
}
.BgClassName
{
background-color: #470961;
}
</style>
border-color css
<style>
span { border-color: #470961; }
span { border-color: rgb(71,9,97); }
td.TdClassName
{
border-color: #470961;
}
.TagClassName
{
border-color: #470961;
}
</style>