Shades of Indigo #471898
Tints of Indigo #471898
RGB
CMYK
RGB Variations
Color information
#471898 (or 0x471898) is known color: Indigo. HEX triplet: 47, 18 and 98. RGB value is (71,24,152). Sum of RGB (Red+Green+Blue) = 71+24+152=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #471898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471898 is #B8E767. Grayscale: #343434. Windows color (decimal): -12117864 or 9967687. OLE color: 9967687.
HSL color Cylindrical-coordinate representation of color #471898: hue angle of 262.03º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471898 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 24 | 152 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.40 |
| HSL | 262.03º | 0.73% | 0.35% | - |
| HSV(B) | 262.03º | 0.84% | 0.6% | - |
| XYZ | 8.59 | 4.26 | 30.08 | - |
| YUV | 52.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 152 | 0.53 | 0.84 | 0 | 0.40 | 262.03 | 0.73 | 0.35 |
| Hex | 47 | 18 | 98 | 35 | 54 | 0 | 28 | 106 | 49 | 23 |
| Octal | 107 | 30 | 230 | 65 | 124 | 0 | 50 | 406 | 111 | 43 |
| Binary | 1000111 | 11000 | 10011000 | 110101 | 1010100 | 0 | 101000 | 100000110 | 1001001 | 100011 |
Color Harmonies of #471898
Complementary color
Monochromatic Colors of #471898
Black with #471898
Text Example
Text Example
White with #471898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471898; }
p { color: rgb(71,24,152); }
H1.HeaderClassName
{
color: #471898;
}
.AnyTagClassName
{
color: #471898;
}
</style>
background-color css
<style>
a { background-color: #471898; }
a { background-color: rgb(71,24,152); }
div.DivClassName
{
background-color: #471898;
}
.BgClassName
{
background-color: #471898;
}
</style>
border-color css
<style>
span { border-color: #471898; }
span { border-color: rgb(71,24,152); }
td.TdClassName
{
border-color: #471898;
}
.TagClassName
{
border-color: #471898;
}
</style>