Shades of Persian Indigo #2F1977
Tints of Persian Indigo #2F1977
RGB
CMYK
RGB Variations
Color information
#2F1977 (or 0x2F1977) is known color: Persian Indigo. HEX triplet: 2F, 19 and 77. RGB value is (47,25,119). Sum of RGB (Red+Green+Blue) = 47+25+119=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F1977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1977 is #D0E688. Grayscale: #292929. Windows color (decimal): -13690505 or 7805231. OLE color: 7805231.
HSL color Cylindrical-coordinate representation of color #2F1977: hue angle of 254.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F1977 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 25 | 119 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.53 |
| HSL | 254.04º | 0.65% | 0.28% | - |
| HSV(B) | 254.04º | 0.79% | 0.47% | - |
| XYZ | 4.85 | 2.63 | 17.71 | - |
| YUV | 42.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 119 | 0.61 | 0.79 | 0 | 0.53 | 254.04 | 0.65 | 0.28 |
| Hex | 2F | 19 | 77 | 3D | 4F | 0 | 35 | FE | 41 | 1C |
| Octal | 57 | 31 | 167 | 75 | 117 | 0 | 65 | 376 | 101 | 34 |
| Binary | 101111 | 11001 | 1110111 | 111101 | 1001111 | 0 | 110101 | 11111110 | 1000001 | 11100 |
Color Harmonies of #2F1977
Complementary color
Monochromatic Colors of #2F1977
Black with #2F1977
Text Example
Text Example
White with #2F1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1977; }
p { color: rgb(47,25,119); }
H1.HeaderClassName
{
color: #2F1977;
}
.AnyTagClassName
{
color: #2F1977;
}
</style>
background-color css
<style>
a { background-color: #2F1977; }
a { background-color: rgb(47,25,119); }
div.DivClassName
{
background-color: #2F1977;
}
.BgClassName
{
background-color: #2F1977;
}
</style>
border-color css
<style>
span { border-color: #2F1977; }
span { border-color: rgb(47,25,119); }
td.TdClassName
{
border-color: #2F1977;
}
.TagClassName
{
border-color: #2F1977;
}
</style>