Shades of Persian Indigo #2F2187
Tints of Persian Indigo #2F2187
RGB
CMYK
RGB Variations
Color information
#2F2187 (or 0x2F2187) is known color: Persian Indigo. HEX triplet: 2F, 21 and 87. RGB value is (47,33,135). Sum of RGB (Red+Green+Blue) = 47+33+135=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2187 is #D0DE78. Grayscale: #303030. Windows color (decimal): -13688441 or 8855855. OLE color: 8855855.
HSL color Cylindrical-coordinate representation of color #2F2187: hue angle of 248.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2187 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 33 | 135 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.47 |
| HSL | 248.24º | 0.61% | 0.33% | - |
| HSV(B) | 248.24º | 0.76% | 0.53% | - |
| XYZ | 6.09 | 3.44 | 23.26 | - |
| YUV | 48.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 135 | 0.65 | 0.76 | 0 | 0.47 | 248.24 | 0.61 | 0.33 |
| Hex | 2F | 21 | 87 | 41 | 4C | 0 | 2F | F8 | 3D | 21 |
| Octal | 57 | 41 | 207 | 101 | 114 | 0 | 57 | 370 | 75 | 41 |
| Binary | 101111 | 100001 | 10000111 | 1000001 | 1001100 | 0 | 101111 | 11111000 | 111101 | 100001 |
Color Harmonies of #2F2187
Complementary color
Monochromatic Colors of #2F2187
Black with #2F2187
Text Example
Text Example
White with #2F2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2187; }
p { color: rgb(47,33,135); }
H1.HeaderClassName
{
color: #2F2187;
}
.AnyTagClassName
{
color: #2F2187;
}
</style>
background-color css
<style>
a { background-color: #2F2187; }
a { background-color: rgb(47,33,135); }
div.DivClassName
{
background-color: #2F2187;
}
.BgClassName
{
background-color: #2F2187;
}
</style>
border-color css
<style>
span { border-color: #2F2187; }
span { border-color: rgb(47,33,135); }
td.TdClassName
{
border-color: #2F2187;
}
.TagClassName
{
border-color: #2F2187;
}
</style>