Shades of Persian Indigo #2F1D76
Tints of Persian Indigo #2F1D76
RGB
CMYK
RGB Variations
Color information
#2F1D76 (or 0x2F1D76) is known color: Persian Indigo. HEX triplet: 2F, 1D and 76. RGB value is (47,29,118). Sum of RGB (Red+Green+Blue) = 47+29+118=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F1D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1D76 is #D0E289. Grayscale: #2C2C2C. Windows color (decimal): -13689482 or 7740719. OLE color: 7740719.
HSL color Cylindrical-coordinate representation of color #2F1D76: hue angle of 252.13º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1D76 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 29 | 118 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.54 |
| HSL | 252.13º | 0.61% | 0.29% | - |
| HSV(B) | 252.13º | 0.75% | 0.46% | - |
| XYZ | 4.88 | 2.79 | 17.42 | - |
| YUV | 44.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 118 | 0.60 | 0.75 | 0 | 0.54 | 252.13 | 0.61 | 0.29 |
| Hex | 2F | 1D | 76 | 3C | 4B | 0 | 36 | FC | 3D | 1D |
| Octal | 57 | 35 | 166 | 74 | 113 | 0 | 66 | 374 | 75 | 35 |
| Binary | 101111 | 11101 | 1110110 | 111100 | 1001011 | 0 | 110110 | 11111100 | 111101 | 11101 |
Color Harmonies of #2F1D76
Complementary color
Monochromatic Colors of #2F1D76
Black with #2F1D76
Text Example
Text Example
White with #2F1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1D76; }
p { color: rgb(47,29,118); }
H1.HeaderClassName
{
color: #2F1D76;
}
.AnyTagClassName
{
color: #2F1D76;
}
</style>
background-color css
<style>
a { background-color: #2F1D76; }
a { background-color: rgb(47,29,118); }
div.DivClassName
{
background-color: #2F1D76;
}
.BgClassName
{
background-color: #2F1D76;
}
</style>
border-color css
<style>
span { border-color: #2F1D76; }
span { border-color: rgb(47,29,118); }
td.TdClassName
{
border-color: #2F1D76;
}
.TagClassName
{
border-color: #2F1D76;
}
</style>