Shades of Persian Indigo #2F1374
Tints of Persian Indigo #2F1374
RGB
CMYK
RGB Variations
Color information
#2F1374 (or 0x2F1374) is known color: Persian Indigo. HEX triplet: 2F, 13 and 74. RGB value is (47,19,116). Sum of RGB (Red+Green+Blue) = 47+19+116=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F1374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1374 is #D0EC8B. Grayscale: #262626. Windows color (decimal): -13692044 or 7607087. OLE color: 7607087.
HSL color Cylindrical-coordinate representation of color #2F1374: hue angle of 257.32º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1374 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 19 | 116 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.55 |
| HSL | 257.32º | 0.72% | 0.26% | - |
| HSV(B) | 257.32º | 0.84% | 0.45% | - |
| XYZ | 4.56 | 2.33 | 16.73 | - |
| YUV | 38.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 116 | 0.59 | 0.84 | 0 | 0.55 | 257.32 | 0.72 | 0.26 |
| Hex | 2F | 13 | 74 | 3B | 54 | 0 | 37 | 101 | 48 | 1A |
| Octal | 57 | 23 | 164 | 73 | 124 | 0 | 67 | 401 | 110 | 32 |
| Binary | 101111 | 10011 | 1110100 | 111011 | 1010100 | 0 | 110111 | 100000001 | 1001000 | 11010 |
Color Harmonies of #2F1374
Complementary color
Monochromatic Colors of #2F1374
Black with #2F1374
Text Example
Text Example
White with #2F1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1374; }
p { color: rgb(47,19,116); }
H1.HeaderClassName
{
color: #2F1374;
}
.AnyTagClassName
{
color: #2F1374;
}
</style>
background-color css
<style>
a { background-color: #2F1374; }
a { background-color: rgb(47,19,116); }
div.DivClassName
{
background-color: #2F1374;
}
.BgClassName
{
background-color: #2F1374;
}
</style>
border-color css
<style>
span { border-color: #2F1374; }
span { border-color: rgb(47,19,116); }
td.TdClassName
{
border-color: #2F1374;
}
.TagClassName
{
border-color: #2F1374;
}
</style>