Shades of Persian Indigo #2F2587
Tints of Persian Indigo #2F2587
RGB
CMYK
RGB Variations
Color information
#2F2587 (or 0x2F2587) is known color: Persian Indigo. HEX triplet: 2F, 25 and 87. RGB value is (47,37,135). Sum of RGB (Red+Green+Blue) = 47+37+135=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2587 is #D0DA78. Grayscale: #323232. Windows color (decimal): -13687417 or 8856879. OLE color: 8856879.
HSL color Cylindrical-coordinate representation of color #2F2587: hue angle of 246.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2587 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 37 | 135 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.47 |
| HSL | 246.12º | 0.57% | 0.34% | - |
| HSV(B) | 246.12º | 0.73% | 0.53% | - |
| XYZ | 6.21 | 3.68 | 23.3 | - |
| YUV | 51.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 135 | 0.65 | 0.73 | 0 | 0.47 | 246.12 | 0.57 | 0.34 |
| Hex | 2F | 25 | 87 | 41 | 49 | 0 | 2F | F6 | 39 | 22 |
| Octal | 57 | 45 | 207 | 101 | 111 | 0 | 57 | 366 | 71 | 42 |
| Binary | 101111 | 100101 | 10000111 | 1000001 | 1001001 | 0 | 101111 | 11110110 | 111001 | 100010 |
Color Harmonies of #2F2587
Complementary color
Monochromatic Colors of #2F2587
Black with #2F2587
Text Example
Text Example
White with #2F2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2587; }
p { color: rgb(47,37,135); }
H1.HeaderClassName
{
color: #2F2587;
}
.AnyTagClassName
{
color: #2F2587;
}
</style>
background-color css
<style>
a { background-color: #2F2587; }
a { background-color: rgb(47,37,135); }
div.DivClassName
{
background-color: #2F2587;
}
.BgClassName
{
background-color: #2F2587;
}
</style>
border-color css
<style>
span { border-color: #2F2587; }
span { border-color: rgb(47,37,135); }
td.TdClassName
{
border-color: #2F2587;
}
.TagClassName
{
border-color: #2F2587;
}
</style>