Shades of Persian Indigo #2F1387
Tints of Persian Indigo #2F1387
RGB
CMYK
RGB Variations
Color information
#2F1387 (or 0x2F1387) is known color: Persian Indigo. HEX triplet: 2F, 13 and 87. RGB value is (47,19,135). Sum of RGB (Red+Green+Blue) = 47+19+135=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F1387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1387 is #D0EC78. Grayscale: #282828. Windows color (decimal): -13692025 or 8852271. OLE color: 8852271.
HSL color Cylindrical-coordinate representation of color #2F1387: hue angle of 254.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1387 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 19 | 135 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.47 |
| HSL | 254.48º | 0.75% | 0.3% | - |
| HSV(B) | 254.48º | 0.86% | 0.53% | - |
| XYZ | 5.78 | 2.82 | 23.16 | - |
| YUV | 40.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 135 | 0.65 | 0.86 | 0 | 0.47 | 254.48 | 0.75 | 0.3 |
| Hex | 2F | 13 | 87 | 41 | 56 | 0 | 2F | FE | 4B | 1E |
| Octal | 57 | 23 | 207 | 101 | 126 | 0 | 57 | 376 | 113 | 36 |
| Binary | 101111 | 10011 | 10000111 | 1000001 | 1010110 | 0 | 101111 | 11111110 | 1001011 | 11110 |
Color Harmonies of #2F1387
Complementary color
Monochromatic Colors of #2F1387
Black with #2F1387
Text Example
Text Example
White with #2F1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1387; }
p { color: rgb(47,19,135); }
H1.HeaderClassName
{
color: #2F1387;
}
.AnyTagClassName
{
color: #2F1387;
}
</style>
background-color css
<style>
a { background-color: #2F1387; }
a { background-color: rgb(47,19,135); }
div.DivClassName
{
background-color: #2F1387;
}
.BgClassName
{
background-color: #2F1387;
}
</style>
border-color css
<style>
span { border-color: #2F1387; }
span { border-color: rgb(47,19,135); }
td.TdClassName
{
border-color: #2F1387;
}
.TagClassName
{
border-color: #2F1387;
}
</style>