Shades of Persian Indigo #2F208C
Tints of Persian Indigo #2F208C
RGB
CMYK
RGB Variations
Color information
#2F208C (or 0x2F208C) is known color: Persian Indigo. HEX triplet: 2F, 20 and 8C. RGB value is (47,32,140). Sum of RGB (Red+Green+Blue) = 47+32+140=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F208C is #D0DF73. Grayscale: #303030. Windows color (decimal): -13688692 or 9183279. OLE color: 9183279.
HSL color Cylindrical-coordinate representation of color #2F208C: hue angle of 248.33º 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 #2F208C is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 32 | 140 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.45 |
| HSL | 248.33º | 0.63% | 0.34% | - |
| HSV(B) | 248.33º | 0.77% | 0.55% | - |
| XYZ | 6.42 | 3.53 | 25.15 | - |
| YUV | 48.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 140 | 0.66 | 0.77 | 0 | 0.45 | 248.33 | 0.63 | 0.34 |
| Hex | 2F | 20 | 8C | 42 | 4D | 0 | 2D | F8 | 3F | 22 |
| Octal | 57 | 40 | 214 | 102 | 115 | 0 | 55 | 370 | 77 | 42 |
| Binary | 101111 | 100000 | 10001100 | 1000010 | 1001101 | 0 | 101101 | 11111000 | 111111 | 100010 |
Color Harmonies of #2F208C
Complementary color
Monochromatic Colors of #2F208C
Black with #2F208C
Text Example
Text Example
White with #2F208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F208C; }
p { color: rgb(47,32,140); }
H1.HeaderClassName
{
color: #2F208C;
}
.AnyTagClassName
{
color: #2F208C;
}
</style>
background-color css
<style>
a { background-color: #2F208C; }
a { background-color: rgb(47,32,140); }
div.DivClassName
{
background-color: #2F208C;
}
.BgClassName
{
background-color: #2F208C;
}
</style>
border-color css
<style>
span { border-color: #2F208C; }
span { border-color: rgb(47,32,140); }
td.TdClassName
{
border-color: #2F208C;
}
.TagClassName
{
border-color: #2F208C;
}
</style>