Shades of Persian Indigo #2F116C
Tints of Persian Indigo #2F116C
RGB
CMYK
RGB Variations
Color information
#2F116C (or 0x2F116C) is known color: Persian Indigo. HEX triplet: 2F, 11 and 6C. RGB value is (47,17,108). Sum of RGB (Red+Green+Blue) = 47+17+108=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F116C is #D0EE93. Grayscale: #242424. Windows color (decimal): -13692564 or 7082287. OLE color: 7082287.
HSL color Cylindrical-coordinate representation of color #2F116C: hue angle of 259.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F116C is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 17 | 108 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.58 |
| HSL | 259.78º | 0.73% | 0.25% | - |
| HSV(B) | 259.78º | 0.84% | 0.42% | - |
| XYZ | 4.08 | 2.09 | 14.38 | - |
| YUV | 36.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 108 | 0.56 | 0.84 | 0 | 0.58 | 259.78 | 0.73 | 0.25 |
| Hex | 2F | 11 | 6C | 38 | 54 | 0 | 3A | 104 | 49 | 19 |
| Octal | 57 | 21 | 154 | 70 | 124 | 0 | 72 | 404 | 111 | 31 |
| Binary | 101111 | 10001 | 1101100 | 111000 | 1010100 | 0 | 111010 | 100000100 | 1001001 | 11001 |
Color Harmonies of #2F116C
Complementary color
Monochromatic Colors of #2F116C
Black with #2F116C
Text Example
Text Example
White with #2F116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F116C; }
p { color: rgb(47,17,108); }
H1.HeaderClassName
{
color: #2F116C;
}
.AnyTagClassName
{
color: #2F116C;
}
</style>
background-color css
<style>
a { background-color: #2F116C; }
a { background-color: rgb(47,17,108); }
div.DivClassName
{
background-color: #2F116C;
}
.BgClassName
{
background-color: #2F116C;
}
</style>
border-color css
<style>
span { border-color: #2F116C; }
span { border-color: rgb(47,17,108); }
td.TdClassName
{
border-color: #2F116C;
}
.TagClassName
{
border-color: #2F116C;
}
</style>