Shades of Persian Indigo #2F2176
Tints of Persian Indigo #2F2176
RGB
CMYK
RGB Variations
Color information
#2F2176 (or 0x2F2176) is known color: Persian Indigo. HEX triplet: 2F, 21 and 76. RGB value is (47,33,118). Sum of RGB (Red+Green+Blue) = 47+33+118=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2176 is #D0DE89. Grayscale: #2E2E2E. Windows color (decimal): -13688458 or 7741743. OLE color: 7741743.
HSL color Cylindrical-coordinate representation of color #2F2176: hue angle of 249.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2176 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 33 | 118 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.54 |
| HSL | 249.88º | 0.56% | 0.3% | - |
| HSV(B) | 249.88º | 0.72% | 0.46% | - |
| XYZ | 4.99 | 3 | 17.46 | - |
| YUV | 46.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 118 | 0.60 | 0.72 | 0 | 0.54 | 249.88 | 0.56 | 0.3 |
| Hex | 2F | 21 | 76 | 3C | 48 | 0 | 36 | FA | 38 | 1E |
| Octal | 57 | 41 | 166 | 74 | 110 | 0 | 66 | 372 | 70 | 36 |
| Binary | 101111 | 100001 | 1110110 | 111100 | 1001000 | 0 | 110110 | 11111010 | 111000 | 11110 |
Color Harmonies of #2F2176
Complementary color
Monochromatic Colors of #2F2176
Black with #2F2176
Text Example
Text Example
White with #2F2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2176; }
p { color: rgb(47,33,118); }
H1.HeaderClassName
{
color: #2F2176;
}
.AnyTagClassName
{
color: #2F2176;
}
</style>
background-color css
<style>
a { background-color: #2F2176; }
a { background-color: rgb(47,33,118); }
div.DivClassName
{
background-color: #2F2176;
}
.BgClassName
{
background-color: #2F2176;
}
</style>
border-color css
<style>
span { border-color: #2F2176; }
span { border-color: rgb(47,33,118); }
td.TdClassName
{
border-color: #2F2176;
}
.TagClassName
{
border-color: #2F2176;
}
</style>