Shades of Persian Indigo #2F1C77
Tints of Persian Indigo #2F1C77
RGB
CMYK
RGB Variations
Color information
#2F1C77 (or 0x2F1C77) is known color: Persian Indigo. HEX triplet: 2F, 1C and 77. RGB value is (47,28,119). Sum of RGB (Red+Green+Blue) = 47+28+119=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1C77 is #D0E388. Grayscale: #2B2B2B. Windows color (decimal): -13689737 or 7805999. OLE color: 7805999.
HSL color Cylindrical-coordinate representation of color #2F1C77: hue angle of 252.53º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1C77 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 28 | 119 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.53 |
| HSL | 252.53º | 0.62% | 0.29% | - |
| HSV(B) | 252.53º | 0.76% | 0.47% | - |
| XYZ | 4.92 | 2.77 | 17.73 | - |
| YUV | 44.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 119 | 0.61 | 0.76 | 0 | 0.53 | 252.53 | 0.62 | 0.29 |
| Hex | 2F | 1C | 77 | 3D | 4C | 0 | 35 | FD | 3E | 1D |
| Octal | 57 | 34 | 167 | 75 | 114 | 0 | 65 | 375 | 76 | 35 |
| Binary | 101111 | 11100 | 1110111 | 111101 | 1001100 | 0 | 110101 | 11111101 | 111110 | 11101 |
Color Harmonies of #2F1C77
Complementary color
Monochromatic Colors of #2F1C77
Black with #2F1C77
Text Example
Text Example
White with #2F1C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C77; }
p { color: rgb(47,28,119); }
H1.HeaderClassName
{
color: #2F1C77;
}
.AnyTagClassName
{
color: #2F1C77;
}
</style>
background-color css
<style>
a { background-color: #2F1C77; }
a { background-color: rgb(47,28,119); }
div.DivClassName
{
background-color: #2F1C77;
}
.BgClassName
{
background-color: #2F1C77;
}
</style>
border-color css
<style>
span { border-color: #2F1C77; }
span { border-color: rgb(47,28,119); }
td.TdClassName
{
border-color: #2F1C77;
}
.TagClassName
{
border-color: #2F1C77;
}
</style>