Shades of Persian Indigo #47199B
Tints of Persian Indigo #47199B
RGB
CMYK
RGB Variations
Color information
#47199B (or 0x47199B) is known color: Persian Indigo. HEX triplet: 47, 19 and 9B. RGB value is (71,25,155). Sum of RGB (Red+Green+Blue) = 71+25+155=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #47199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47199B is #B8E664. Grayscale: #353535. Windows color (decimal): -12117605 or 10164551. OLE color: 10164551.
HSL color Cylindrical-coordinate representation of color #47199B: hue angle of 261.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47199B is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 25 | 155 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.39 |
| HSL | 261.23º | 0.72% | 0.35% | - |
| HSV(B) | 261.23º | 0.84% | 0.61% | - |
| XYZ | 8.86 | 4.4 | 31.39 | - |
| YUV | 53.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 155 | 0.54 | 0.84 | 0 | 0.39 | 261.23 | 0.72 | 0.35 |
| Hex | 47 | 19 | 9B | 36 | 54 | 0 | 27 | 105 | 48 | 23 |
| Octal | 107 | 31 | 233 | 66 | 124 | 0 | 47 | 405 | 110 | 43 |
| Binary | 1000111 | 11001 | 10011011 | 110110 | 1010100 | 0 | 100111 | 100000101 | 1001000 | 100011 |
Color Harmonies of #47199B
Complementary color
Monochromatic Colors of #47199B
Black with #47199B
Text Example
Text Example
White with #47199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47199B; }
p { color: rgb(71,25,155); }
H1.HeaderClassName
{
color: #47199B;
}
.AnyTagClassName
{
color: #47199B;
}
</style>
background-color css
<style>
a { background-color: #47199B; }
a { background-color: rgb(71,25,155); }
div.DivClassName
{
background-color: #47199B;
}
.BgClassName
{
background-color: #47199B;
}
</style>
border-color css
<style>
span { border-color: #47199B; }
span { border-color: rgb(71,25,155); }
td.TdClassName
{
border-color: #47199B;
}
.TagClassName
{
border-color: #47199B;
}
</style>