Shades of Persian Indigo #2F2591
Tints of Persian Indigo #2F2591
RGB
CMYK
RGB Variations
Color information
#2F2591 (or 0x2F2591) is known color: Persian Indigo. HEX triplet: 2F, 25 and 91. RGB value is (47,37,145). Sum of RGB (Red+Green+Blue) = 47+37+145=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2591 is #D0DA6E. Grayscale: #333333. Windows color (decimal): -13687407 or 9512239. OLE color: 9512239.
HSL color Cylindrical-coordinate representation of color #2F2591: hue angle of 245.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2591 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 37 | 145 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.43 |
| HSL | 245.56º | 0.59% | 0.36% | - |
| HSV(B) | 245.56º | 0.74% | 0.57% | - |
| XYZ | 6.94 | 3.97 | 27.19 | - |
| YUV | 52.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 145 | 0.68 | 0.74 | 0 | 0.43 | 245.56 | 0.59 | 0.36 |
| Hex | 2F | 25 | 91 | 44 | 4A | 0 | 2B | F6 | 3B | 24 |
| Octal | 57 | 45 | 221 | 104 | 112 | 0 | 53 | 366 | 73 | 44 |
| Binary | 101111 | 100101 | 10010001 | 1000100 | 1001010 | 0 | 101011 | 11110110 | 111011 | 100100 |
Color Harmonies of #2F2591
Complementary color
Monochromatic Colors of #2F2591
Black with #2F2591
Text Example
Text Example
White with #2F2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2591; }
p { color: rgb(47,37,145); }
H1.HeaderClassName
{
color: #2F2591;
}
.AnyTagClassName
{
color: #2F2591;
}
</style>
background-color css
<style>
a { background-color: #2F2591; }
a { background-color: rgb(47,37,145); }
div.DivClassName
{
background-color: #2F2591;
}
.BgClassName
{
background-color: #2F2591;
}
</style>
border-color css
<style>
span { border-color: #2F2591; }
span { border-color: rgb(47,37,145); }
td.TdClassName
{
border-color: #2F2591;
}
.TagClassName
{
border-color: #2F2591;
}
</style>