Shades of Persian Indigo #2F196D
Tints of Persian Indigo #2F196D
RGB
CMYK
RGB Variations
Color information
#2F196D (or 0x2F196D) is known color: Persian Indigo. HEX triplet: 2F, 19 and 6D. RGB value is (47,25,109). Sum of RGB (Red+Green+Blue) = 47+25+109=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F196D is #D0E692. Grayscale: #282828. Windows color (decimal): -13690515 or 7149871. OLE color: 7149871.
HSL color Cylindrical-coordinate representation of color #2F196D: hue angle of 255.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F196D is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 25 | 109 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.57 |
| HSL | 255.71º | 0.63% | 0.26% | - |
| HSV(B) | 255.71º | 0.77% | 0.43% | - |
| XYZ | 4.28 | 2.4 | 14.71 | - |
| YUV | 41.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 109 | 0.57 | 0.77 | 0 | 0.57 | 255.71 | 0.63 | 0.26 |
| Hex | 2F | 19 | 6D | 39 | 4D | 0 | 39 | 100 | 3F | 1A |
| Octal | 57 | 31 | 155 | 71 | 115 | 0 | 71 | 400 | 77 | 32 |
| Binary | 101111 | 11001 | 1101101 | 111001 | 1001101 | 0 | 111001 | 100000000 | 111111 | 11010 |
Color Harmonies of #2F196D
Complementary color
Monochromatic Colors of #2F196D
Black with #2F196D
Text Example
Text Example
White with #2F196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F196D; }
p { color: rgb(47,25,109); }
H1.HeaderClassName
{
color: #2F196D;
}
.AnyTagClassName
{
color: #2F196D;
}
</style>
background-color css
<style>
a { background-color: #2F196D; }
a { background-color: rgb(47,25,109); }
div.DivClassName
{
background-color: #2F196D;
}
.BgClassName
{
background-color: #2F196D;
}
</style>
border-color css
<style>
span { border-color: #2F196D; }
span { border-color: rgb(47,25,109); }
td.TdClassName
{
border-color: #2F196D;
}
.TagClassName
{
border-color: #2F196D;
}
</style>