Shades of Persian Indigo #2F2186
Tints of Persian Indigo #2F2186
RGB
CMYK
RGB Variations
Color information
#2F2186 (or 0x2F2186) is known color: Persian Indigo. HEX triplet: 2F, 21 and 86. RGB value is (47,33,134). Sum of RGB (Red+Green+Blue) = 47+33+134=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F2186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2186 is #D0DE79. Grayscale: #303030. Windows color (decimal): -13688442 or 8790319. OLE color: 8790319.
HSL color Cylindrical-coordinate representation of color #2F2186: hue angle of 248.32º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2186 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 33 | 134 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.47 |
| HSL | 248.32º | 0.6% | 0.33% | - |
| HSV(B) | 248.32º | 0.75% | 0.53% | - |
| XYZ | 6.02 | 3.41 | 22.9 | - |
| YUV | 48.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 134 | 0.65 | 0.75 | 0 | 0.47 | 248.32 | 0.6 | 0.33 |
| Hex | 2F | 21 | 86 | 41 | 4B | 0 | 2F | F8 | 3C | 21 |
| Octal | 57 | 41 | 206 | 101 | 113 | 0 | 57 | 370 | 74 | 41 |
| Binary | 101111 | 100001 | 10000110 | 1000001 | 1001011 | 0 | 101111 | 11111000 | 111100 | 100001 |
Color Harmonies of #2F2186
Complementary color
Monochromatic Colors of #2F2186
Black with #2F2186
Text Example
Text Example
White with #2F2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2186; }
p { color: rgb(47,33,134); }
H1.HeaderClassName
{
color: #2F2186;
}
.AnyTagClassName
{
color: #2F2186;
}
</style>
background-color css
<style>
a { background-color: #2F2186; }
a { background-color: rgb(47,33,134); }
div.DivClassName
{
background-color: #2F2186;
}
.BgClassName
{
background-color: #2F2186;
}
</style>
border-color css
<style>
span { border-color: #2F2186; }
span { border-color: rgb(47,33,134); }
td.TdClassName
{
border-color: #2F2186;
}
.TagClassName
{
border-color: #2F2186;
}
</style>