Shades of Persian Indigo #2F1378
Tints of Persian Indigo #2F1378
RGB
CMYK
RGB Variations
Color information
#2F1378 (or 0x2F1378) is known color: Persian Indigo. HEX triplet: 2F, 13 and 78. RGB value is (47,19,120). Sum of RGB (Red+Green+Blue) = 47+19+120=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1378 is #D0EC87. Grayscale: #262626. Windows color (decimal): -13692040 or 7869231. OLE color: 7869231.
HSL color Cylindrical-coordinate representation of color #2F1378: hue angle of 256.63º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1378 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 19 | 120 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.53 |
| HSL | 256.63º | 0.73% | 0.27% | - |
| HSV(B) | 256.63º | 0.84% | 0.47% | - |
| XYZ | 4.8 | 2.43 | 17.98 | - |
| YUV | 38.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 120 | 0.61 | 0.84 | 0 | 0.53 | 256.63 | 0.73 | 0.27 |
| Hex | 2F | 13 | 78 | 3D | 54 | 0 | 35 | 101 | 49 | 1B |
| Octal | 57 | 23 | 170 | 75 | 124 | 0 | 65 | 401 | 111 | 33 |
| Binary | 101111 | 10011 | 1111000 | 111101 | 1010100 | 0 | 110101 | 100000001 | 1001001 | 11011 |
Color Harmonies of #2F1378
Complementary color
Monochromatic Colors of #2F1378
Black with #2F1378
Text Example
Text Example
White with #2F1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1378; }
p { color: rgb(47,19,120); }
H1.HeaderClassName
{
color: #2F1378;
}
.AnyTagClassName
{
color: #2F1378;
}
</style>
background-color css
<style>
a { background-color: #2F1378; }
a { background-color: rgb(47,19,120); }
div.DivClassName
{
background-color: #2F1378;
}
.BgClassName
{
background-color: #2F1378;
}
</style>
border-color css
<style>
span { border-color: #2F1378; }
span { border-color: rgb(47,19,120); }
td.TdClassName
{
border-color: #2F1378;
}
.TagClassName
{
border-color: #2F1378;
}
</style>