Shades of Persian Indigo #2F208D
Tints of Persian Indigo #2F208D
RGB
CMYK
RGB Variations
Color information
#2F208D (or 0x2F208D) is known color: Persian Indigo. HEX triplet: 2F, 20 and 8D. RGB value is (47,32,141). Sum of RGB (Red+Green+Blue) = 47+32+141=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F208D is #D0DF72. Grayscale: #303030. Windows color (decimal): -13688691 or 9248815. OLE color: 9248815.
HSL color Cylindrical-coordinate representation of color #2F208D: hue angle of 248.26º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F208D is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 32 | 141 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.45 |
| HSL | 248.26º | 0.63% | 0.34% | - |
| HSV(B) | 248.26º | 0.77% | 0.55% | - |
| XYZ | 6.5 | 3.56 | 25.54 | - |
| YUV | 48.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 141 | 0.67 | 0.77 | 0 | 0.45 | 248.26 | 0.63 | 0.34 |
| Hex | 2F | 20 | 8D | 43 | 4D | 0 | 2D | F8 | 3F | 22 |
| Octal | 57 | 40 | 215 | 103 | 115 | 0 | 55 | 370 | 77 | 42 |
| Binary | 101111 | 100000 | 10001101 | 1000011 | 1001101 | 0 | 101101 | 11111000 | 111111 | 100010 |
Color Harmonies of #2F208D
Complementary color
Monochromatic Colors of #2F208D
Black with #2F208D
Text Example
Text Example
White with #2F208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F208D; }
p { color: rgb(47,32,141); }
H1.HeaderClassName
{
color: #2F208D;
}
.AnyTagClassName
{
color: #2F208D;
}
</style>
background-color css
<style>
a { background-color: #2F208D; }
a { background-color: rgb(47,32,141); }
div.DivClassName
{
background-color: #2F208D;
}
.BgClassName
{
background-color: #2F208D;
}
</style>
border-color css
<style>
span { border-color: #2F208D; }
span { border-color: rgb(47,32,141); }
td.TdClassName
{
border-color: #2F208D;
}
.TagClassName
{
border-color: #2F208D;
}
</style>