Shades of Persian Indigo #2F198C
Tints of Persian Indigo #2F198C
RGB
CMYK
RGB Variations
Color information
#2F198C (or 0x2F198C) is known color: Persian Indigo. HEX triplet: 2F, 19 and 8C. RGB value is (47,25,140). Sum of RGB (Red+Green+Blue) = 47+25+140=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F198C is #D0E673. Grayscale: #2C2C2C. Windows color (decimal): -13690484 or 9181487. OLE color: 9181487.
HSL color Cylindrical-coordinate representation of color #2F198C: hue angle of 251.48º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F198C is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 25 | 140 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.45 |
| HSL | 251.48º | 0.7% | 0.32% | - |
| HSV(B) | 251.48º | 0.82% | 0.55% | - |
| XYZ | 6.25 | 3.19 | 25.1 | - |
| YUV | 44.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 140 | 0.66 | 0.82 | 0 | 0.45 | 251.48 | 0.7 | 0.32 |
| Hex | 2F | 19 | 8C | 42 | 52 | 0 | 2D | FB | 46 | 20 |
| Octal | 57 | 31 | 214 | 102 | 122 | 0 | 55 | 373 | 106 | 40 |
| Binary | 101111 | 11001 | 10001100 | 1000010 | 1010010 | 0 | 101101 | 11111011 | 1000110 | 100000 |
Color Harmonies of #2F198C
Complementary color
Monochromatic Colors of #2F198C
Black with #2F198C
Text Example
Text Example
White with #2F198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F198C; }
p { color: rgb(47,25,140); }
H1.HeaderClassName
{
color: #2F198C;
}
.AnyTagClassName
{
color: #2F198C;
}
</style>
background-color css
<style>
a { background-color: #2F198C; }
a { background-color: rgb(47,25,140); }
div.DivClassName
{
background-color: #2F198C;
}
.BgClassName
{
background-color: #2F198C;
}
</style>
border-color css
<style>
span { border-color: #2F198C; }
span { border-color: rgb(47,25,140); }
td.TdClassName
{
border-color: #2F198C;
}
.TagClassName
{
border-color: #2F198C;
}
</style>