Shades of Persian Indigo #2F2589
Tints of Persian Indigo #2F2589
RGB
CMYK
RGB Variations
Color information
#2F2589 (or 0x2F2589) is known color: Persian Indigo. HEX triplet: 2F, 25 and 89. RGB value is (47,37,137). Sum of RGB (Red+Green+Blue) = 47+37+137=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2589 is #D0DA76. Grayscale: #333333. Windows color (decimal): -13687415 or 8987951. OLE color: 8987951.
HSL color Cylindrical-coordinate representation of color #2F2589: hue angle of 246º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2589 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 37 | 137 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.46 |
| HSL | 246º | 0.57% | 0.34% | - |
| HSV(B) | 246º | 0.73% | 0.54% | - |
| XYZ | 6.35 | 3.73 | 24.05 | - |
| YUV | 51.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 137 | 0.66 | 0.73 | 0 | 0.46 | 246 | 0.57 | 0.34 |
| Hex | 2F | 25 | 89 | 42 | 49 | 0 | 2E | F6 | 39 | 22 |
| Octal | 57 | 45 | 211 | 102 | 111 | 0 | 56 | 366 | 71 | 42 |
| Binary | 101111 | 100101 | 10001001 | 1000010 | 1001001 | 0 | 101110 | 11110110 | 111001 | 100010 |
Color Harmonies of #2F2589
Complementary color
Monochromatic Colors of #2F2589
Black with #2F2589
Text Example
Text Example
White with #2F2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2589; }
p { color: rgb(47,37,137); }
H1.HeaderClassName
{
color: #2F2589;
}
.AnyTagClassName
{
color: #2F2589;
}
</style>
background-color css
<style>
a { background-color: #2F2589; }
a { background-color: rgb(47,37,137); }
div.DivClassName
{
background-color: #2F2589;
}
.BgClassName
{
background-color: #2F2589;
}
</style>
border-color css
<style>
span { border-color: #2F2589; }
span { border-color: rgb(47,37,137); }
td.TdClassName
{
border-color: #2F2589;
}
.TagClassName
{
border-color: #2F2589;
}
</style>