Shades of Persian Indigo #2F196B
Tints of Persian Indigo #2F196B
RGB
CMYK
RGB Variations
Color information
#2F196B (or 0x2F196B) is known color: Persian Indigo. HEX triplet: 2F, 19 and 6B. RGB value is (47,25,107). Sum of RGB (Red+Green+Blue) = 47+25+107=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F196B is #D0E694. Grayscale: #282828. Windows color (decimal): -13690517 or 7018799. OLE color: 7018799.
HSL color Cylindrical-coordinate representation of color #2F196B: hue angle of 256.1º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F196B is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 25 | 107 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.58 |
| HSL | 256.1º | 0.62% | 0.26% | - |
| HSV(B) | 256.1º | 0.77% | 0.42% | - |
| XYZ | 4.17 | 2.36 | 14.15 | - |
| YUV | 40.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 107 | 0.56 | 0.77 | 0 | 0.58 | 256.1 | 0.62 | 0.26 |
| Hex | 2F | 19 | 6B | 38 | 4D | 0 | 3A | 100 | 3E | 1A |
| Octal | 57 | 31 | 153 | 70 | 115 | 0 | 72 | 400 | 76 | 32 |
| Binary | 101111 | 11001 | 1101011 | 111000 | 1001101 | 0 | 111010 | 100000000 | 111110 | 11010 |
Color Harmonies of #2F196B
Complementary color
Monochromatic Colors of #2F196B
Black with #2F196B
Text Example
Text Example
White with #2F196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F196B; }
p { color: rgb(47,25,107); }
H1.HeaderClassName
{
color: #2F196B;
}
.AnyTagClassName
{
color: #2F196B;
}
</style>
background-color css
<style>
a { background-color: #2F196B; }
a { background-color: rgb(47,25,107); }
div.DivClassName
{
background-color: #2F196B;
}
.BgClassName
{
background-color: #2F196B;
}
</style>
border-color css
<style>
span { border-color: #2F196B; }
span { border-color: rgb(47,25,107); }
td.TdClassName
{
border-color: #2F196B;
}
.TagClassName
{
border-color: #2F196B;
}
</style>