Shades of Persian Indigo #2F116D
Tints of Persian Indigo #2F116D
RGB
CMYK
RGB Variations
Color information
#2F116D (or 0x2F116D) is known color: Persian Indigo. HEX triplet: 2F, 11 and 6D. RGB value is (47,17,109). Sum of RGB (Red+Green+Blue) = 47+17+109=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F116D is #D0EE92. Grayscale: #242424. Windows color (decimal): -13692563 or 7147823. OLE color: 7147823.
HSL color Cylindrical-coordinate representation of color #2F116D: hue angle of 259.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F116D is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 17 | 109 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.57 |
| HSL | 259.57º | 0.73% | 0.25% | - |
| HSV(B) | 259.57º | 0.84% | 0.43% | - |
| XYZ | 4.13 | 2.11 | 14.66 | - |
| YUV | 36.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 109 | 0.57 | 0.84 | 0 | 0.57 | 259.57 | 0.73 | 0.25 |
| Hex | 2F | 11 | 6D | 39 | 54 | 0 | 39 | 104 | 49 | 19 |
| Octal | 57 | 21 | 155 | 71 | 124 | 0 | 71 | 404 | 111 | 31 |
| Binary | 101111 | 10001 | 1101101 | 111001 | 1010100 | 0 | 111001 | 100000100 | 1001001 | 11001 |
Color Harmonies of #2F116D
Complementary color
Monochromatic Colors of #2F116D
Black with #2F116D
Text Example
Text Example
White with #2F116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F116D; }
p { color: rgb(47,17,109); }
H1.HeaderClassName
{
color: #2F116D;
}
.AnyTagClassName
{
color: #2F116D;
}
</style>
background-color css
<style>
a { background-color: #2F116D; }
a { background-color: rgb(47,17,109); }
div.DivClassName
{
background-color: #2F116D;
}
.BgClassName
{
background-color: #2F116D;
}
</style>
border-color css
<style>
span { border-color: #2F116D; }
span { border-color: rgb(47,17,109); }
td.TdClassName
{
border-color: #2F116D;
}
.TagClassName
{
border-color: #2F116D;
}
</style>