Shades of Persian Indigo #2F1876
Tints of Persian Indigo #2F1876
RGB
CMYK
RGB Variations
Color information
#2F1876 (or 0x2F1876) is known color: Persian Indigo. HEX triplet: 2F, 18 and 76. RGB value is (47,24,118). Sum of RGB (Red+Green+Blue) = 47+24+118=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1876 is #D0E789. Grayscale: #292929. Windows color (decimal): -13690762 or 7739439. OLE color: 7739439.
HSL color Cylindrical-coordinate representation of color #2F1876: hue angle of 254.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1876 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 24 | 118 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.54 |
| HSL | 254.68º | 0.66% | 0.28% | - |
| HSV(B) | 254.68º | 0.8% | 0.46% | - |
| XYZ | 4.77 | 2.57 | 17.38 | - |
| YUV | 41.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 118 | 0.60 | 0.80 | 0 | 0.54 | 254.68 | 0.66 | 0.28 |
| Hex | 2F | 18 | 76 | 3C | 50 | 0 | 36 | FF | 42 | 1C |
| Octal | 57 | 30 | 166 | 74 | 120 | 0 | 66 | 377 | 102 | 34 |
| Binary | 101111 | 11000 | 1110110 | 111100 | 1010000 | 0 | 110110 | 11111111 | 1000010 | 11100 |
Color Harmonies of #2F1876
Complementary color
Monochromatic Colors of #2F1876
Black with #2F1876
Text Example
Text Example
White with #2F1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1876; }
p { color: rgb(47,24,118); }
H1.HeaderClassName
{
color: #2F1876;
}
.AnyTagClassName
{
color: #2F1876;
}
</style>
background-color css
<style>
a { background-color: #2F1876; }
a { background-color: rgb(47,24,118); }
div.DivClassName
{
background-color: #2F1876;
}
.BgClassName
{
background-color: #2F1876;
}
</style>
border-color css
<style>
span { border-color: #2F1876; }
span { border-color: rgb(47,24,118); }
td.TdClassName
{
border-color: #2F1876;
}
.TagClassName
{
border-color: #2F1876;
}
</style>