Shades of Persian Indigo #2F2199
Tints of Persian Indigo #2F2199
RGB
CMYK
RGB Variations
Color information
#2F2199 (or 0x2F2199) is known color: Persian Indigo. HEX triplet: 2F, 21 and 99. RGB value is (47,33,153). Sum of RGB (Red+Green+Blue) = 47+33+153=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2199 is #D0DE66. Grayscale: #323232. Windows color (decimal): -13688423 or 10035503. OLE color: 10035503.
HSL color Cylindrical-coordinate representation of color #2F2199: hue angle of 247º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2199 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 33 | 153 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.4 |
| HSL | 247º | 0.65% | 0.36% | - |
| HSV(B) | 247º | 0.78% | 0.6% | - |
| XYZ | 7.47 | 3.99 | 30.51 | - |
| YUV | 50.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 153 | 0.69 | 0.78 | 0 | 0.4 | 247 | 0.65 | 0.36 |
| Hex | 2F | 21 | 99 | 45 | 4E | 0 | 28 | F7 | 41 | 24 |
| Octal | 57 | 41 | 231 | 105 | 116 | 0 | 50 | 367 | 101 | 44 |
| Binary | 101111 | 100001 | 10011001 | 1000101 | 1001110 | 0 | 101000 | 11110111 | 1000001 | 100100 |
Color Harmonies of #2F2199
Complementary color
Monochromatic Colors of #2F2199
Black with #2F2199
Text Example
Text Example
White with #2F2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2199; }
p { color: rgb(47,33,153); }
H1.HeaderClassName
{
color: #2F2199;
}
.AnyTagClassName
{
color: #2F2199;
}
</style>
background-color css
<style>
a { background-color: #2F2199; }
a { background-color: rgb(47,33,153); }
div.DivClassName
{
background-color: #2F2199;
}
.BgClassName
{
background-color: #2F2199;
}
</style>
border-color css
<style>
span { border-color: #2F2199; }
span { border-color: rgb(47,33,153); }
td.TdClassName
{
border-color: #2F2199;
}
.TagClassName
{
border-color: #2F2199;
}
</style>