Shades of Indigo #470A6F
Tints of Indigo #470A6F
RGB
CMYK
RGB Variations
Color information
#470A6F (or 0x470A6F) is known color: Indigo. HEX triplet: 47, 0A and 6F. RGB value is (71,10,111). Sum of RGB (Red+Green+Blue) = 71+10+111=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #470A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A6F is #B8F590. Grayscale: #272727. Windows color (decimal): -12121489 or 7277127. OLE color: 7277127.
HSL color Cylindrical-coordinate representation of color #470A6F: hue angle of 276.24º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470A6F is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 10 | 111 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.56 |
| HSL | 276.24º | 0.83% | 0.24% | - |
| HSV(B) | 276.24º | 0.91% | 0.44% | - |
| XYZ | 5.58 | 2.7 | 15.27 | - |
| YUV | 39.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 111 | 0.36 | 0.91 | 0 | 0.56 | 276.24 | 0.83 | 0.24 |
| Hex | 47 | A | 6F | 24 | 5B | 0 | 38 | 114 | 53 | 18 |
| Octal | 107 | 12 | 157 | 44 | 133 | 0 | 70 | 424 | 123 | 30 |
| Binary | 1000111 | 1010 | 1101111 | 100100 | 1011011 | 0 | 111000 | 100010100 | 1010011 | 11000 |
Color Harmonies of #470A6F
Complementary color
Monochromatic Colors of #470A6F
Black with #470A6F
Text Example
Text Example
White with #470A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A6F; }
p { color: rgb(71,10,111); }
H1.HeaderClassName
{
color: #470A6F;
}
.AnyTagClassName
{
color: #470A6F;
}
</style>
background-color css
<style>
a { background-color: #470A6F; }
a { background-color: rgb(71,10,111); }
div.DivClassName
{
background-color: #470A6F;
}
.BgClassName
{
background-color: #470A6F;
}
</style>
border-color css
<style>
span { border-color: #470A6F; }
span { border-color: rgb(71,10,111); }
td.TdClassName
{
border-color: #470A6F;
}
.TagClassName
{
border-color: #470A6F;
}
</style>