Shades of Persian Indigo #2F197C
Tints of Persian Indigo #2F197C
RGB
CMYK
RGB Variations
Color information
#2F197C (or 0x2F197C) is known color: Persian Indigo. HEX triplet: 2F, 19 and 7C. RGB value is (47,25,124). Sum of RGB (Red+Green+Blue) = 47+25+124=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F197C is #D0E683. Grayscale: #2A2A2A. Windows color (decimal): -13690500 or 8132911. OLE color: 8132911.
HSL color Cylindrical-coordinate representation of color #2F197C: hue angle of 253.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F197C is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 25 | 124 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.51 |
| HSL | 253.33º | 0.66% | 0.29% | - |
| HSV(B) | 253.33º | 0.8% | 0.49% | - |
| XYZ | 5.16 | 2.75 | 19.33 | - |
| YUV | 42.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 124 | 0.62 | 0.80 | 0 | 0.51 | 253.33 | 0.66 | 0.29 |
| Hex | 2F | 19 | 7C | 3E | 50 | 0 | 33 | FD | 42 | 1D |
| Octal | 57 | 31 | 174 | 76 | 120 | 0 | 63 | 375 | 102 | 35 |
| Binary | 101111 | 11001 | 1111100 | 111110 | 1010000 | 0 | 110011 | 11111101 | 1000010 | 11101 |
Color Harmonies of #2F197C
Complementary color
Monochromatic Colors of #2F197C
Black with #2F197C
Text Example
Text Example
White with #2F197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F197C; }
p { color: rgb(47,25,124); }
H1.HeaderClassName
{
color: #2F197C;
}
.AnyTagClassName
{
color: #2F197C;
}
</style>
background-color css
<style>
a { background-color: #2F197C; }
a { background-color: rgb(47,25,124); }
div.DivClassName
{
background-color: #2F197C;
}
.BgClassName
{
background-color: #2F197C;
}
</style>
border-color css
<style>
span { border-color: #2F197C; }
span { border-color: rgb(47,25,124); }
td.TdClassName
{
border-color: #2F197C;
}
.TagClassName
{
border-color: #2F197C;
}
</style>