Shades of Persian Indigo #2F1D78
Tints of Persian Indigo #2F1D78
RGB
CMYK
RGB Variations
Color information
#2F1D78 (or 0x2F1D78) is known color: Persian Indigo. HEX triplet: 2F, 1D and 78. RGB value is (47,29,120). Sum of RGB (Red+Green+Blue) = 47+29+120=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1D78 is #D0E287. Grayscale: #2C2C2C. Windows color (decimal): -13689480 or 7871791. OLE color: 7871791.
HSL color Cylindrical-coordinate representation of color #2F1D78: hue angle of 251.87º degrees, saturation: 0.61, 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 #2F1D78 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 29 | 120 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.53 |
| HSL | 251.87º | 0.61% | 0.29% | - |
| HSV(B) | 251.87º | 0.76% | 0.47% | - |
| XYZ | 5 | 2.84 | 18.05 | - |
| YUV | 44.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 120 | 0.61 | 0.76 | 0 | 0.53 | 251.87 | 0.61 | 0.29 |
| Hex | 2F | 1D | 78 | 3D | 4C | 0 | 35 | FC | 3D | 1D |
| Octal | 57 | 35 | 170 | 75 | 114 | 0 | 65 | 374 | 75 | 35 |
| Binary | 101111 | 11101 | 1111000 | 111101 | 1001100 | 0 | 110101 | 11111100 | 111101 | 11101 |
Color Harmonies of #2F1D78
Complementary color
Monochromatic Colors of #2F1D78
Black with #2F1D78
Text Example
Text Example
White with #2F1D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1D78; }
p { color: rgb(47,29,120); }
H1.HeaderClassName
{
color: #2F1D78;
}
.AnyTagClassName
{
color: #2F1D78;
}
</style>
background-color css
<style>
a { background-color: #2F1D78; }
a { background-color: rgb(47,29,120); }
div.DivClassName
{
background-color: #2F1D78;
}
.BgClassName
{
background-color: #2F1D78;
}
</style>
border-color css
<style>
span { border-color: #2F1D78; }
span { border-color: rgb(47,29,120); }
td.TdClassName
{
border-color: #2F1D78;
}
.TagClassName
{
border-color: #2F1D78;
}
</style>