Shades of Persian Indigo #2F1E78
Tints of Persian Indigo #2F1E78
RGB
CMYK
RGB Variations
Color information
#2F1E78 (or 0x2F1E78) is known color: Persian Indigo. HEX triplet: 2F, 1E and 78. RGB value is (47,30,120). Sum of RGB (Red+Green+Blue) = 47+30+120=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1E78 is #D0E187. Grayscale: #2D2D2D. Windows color (decimal): -13689224 or 7872047. OLE color: 7872047.
HSL color Cylindrical-coordinate representation of color #2F1E78: hue angle of 251.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1E78 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 30 | 120 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.53 |
| HSL | 251.33º | 0.6% | 0.29% | - |
| HSV(B) | 251.33º | 0.75% | 0.47% | - |
| XYZ | 5.03 | 2.89 | 18.06 | - |
| YUV | 45.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 120 | 0.61 | 0.75 | 0 | 0.53 | 251.33 | 0.6 | 0.29 |
| Hex | 2F | 1E | 78 | 3D | 4B | 0 | 35 | FB | 3C | 1D |
| Octal | 57 | 36 | 170 | 75 | 113 | 0 | 65 | 373 | 74 | 35 |
| Binary | 101111 | 11110 | 1111000 | 111101 | 1001011 | 0 | 110101 | 11111011 | 111100 | 11101 |
Color Harmonies of #2F1E78
Complementary color
Monochromatic Colors of #2F1E78
Black with #2F1E78
Text Example
Text Example
White with #2F1E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E78; }
p { color: rgb(47,30,120); }
H1.HeaderClassName
{
color: #2F1E78;
}
.AnyTagClassName
{
color: #2F1E78;
}
</style>
background-color css
<style>
a { background-color: #2F1E78; }
a { background-color: rgb(47,30,120); }
div.DivClassName
{
background-color: #2F1E78;
}
.BgClassName
{
background-color: #2F1E78;
}
</style>
border-color css
<style>
span { border-color: #2F1E78; }
span { border-color: rgb(47,30,120); }
td.TdClassName
{
border-color: #2F1E78;
}
.TagClassName
{
border-color: #2F1E78;
}
</style>