Shades of Persian Indigo #2F0989
Tints of Persian Indigo #2F0989
RGB
CMYK
RGB Variations
Color information
#2F0989 (or 0x2F0989) is known color: Persian Indigo. HEX triplet: 2F, 09 and 89. RGB value is (47,9,137). Sum of RGB (Red+Green+Blue) = 47+9+137=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0989 is #D0F676. Grayscale: #222222. Windows color (decimal): -13694583 or 8980783. OLE color: 8980783.
HSL color Cylindrical-coordinate representation of color #2F0989: hue angle of 257.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0989 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 9 | 137 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.46 |
| HSL | 257.81º | 0.88% | 0.29% | - |
| HSV(B) | 257.81º | 0.93% | 0.54% | - |
| XYZ | 5.79 | 2.61 | 23.86 | - |
| YUV | 34.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 137 | 0.66 | 0.93 | 0 | 0.46 | 257.81 | 0.88 | 0.29 |
| Hex | 2F | 9 | 89 | 42 | 5D | 0 | 2E | 102 | 58 | 1D |
| Octal | 57 | 11 | 211 | 102 | 135 | 0 | 56 | 402 | 130 | 35 |
| Binary | 101111 | 1001 | 10001001 | 1000010 | 1011101 | 0 | 101110 | 100000010 | 1011000 | 11101 |
Color Harmonies of #2F0989
Complementary color
Monochromatic Colors of #2F0989
Black with #2F0989
Text Example
Text Example
White with #2F0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0989; }
p { color: rgb(47,9,137); }
H1.HeaderClassName
{
color: #2F0989;
}
.AnyTagClassName
{
color: #2F0989;
}
</style>
background-color css
<style>
a { background-color: #2F0989; }
a { background-color: rgb(47,9,137); }
div.DivClassName
{
background-color: #2F0989;
}
.BgClassName
{
background-color: #2F0989;
}
</style>
border-color css
<style>
span { border-color: #2F0989; }
span { border-color: rgb(47,9,137); }
td.TdClassName
{
border-color: #2F0989;
}
.TagClassName
{
border-color: #2F0989;
}
</style>