Shades of Persian Indigo #2F197B
Tints of Persian Indigo #2F197B
RGB
CMYK
RGB Variations
Color information
#2F197B (or 0x2F197B) is known color: Persian Indigo. HEX triplet: 2F, 19 and 7B. RGB value is (47,25,123). Sum of RGB (Red+Green+Blue) = 47+25+123=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F197B is #D0E684. Grayscale: #2A2A2A. Windows color (decimal): -13690501 or 8067375. OLE color: 8067375.
HSL color Cylindrical-coordinate representation of color #2F197B: hue angle of 253.47º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F197B is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 25 | 123 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.52 |
| HSL | 253.47º | 0.66% | 0.29% | - |
| HSV(B) | 253.47º | 0.8% | 0.48% | - |
| XYZ | 5.1 | 2.73 | 19 | - |
| YUV | 42.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 123 | 0.62 | 0.80 | 0 | 0.52 | 253.47 | 0.66 | 0.29 |
| Hex | 2F | 19 | 7B | 3E | 50 | 0 | 34 | FD | 42 | 1D |
| Octal | 57 | 31 | 173 | 76 | 120 | 0 | 64 | 375 | 102 | 35 |
| Binary | 101111 | 11001 | 1111011 | 111110 | 1010000 | 0 | 110100 | 11111101 | 1000010 | 11101 |
Color Harmonies of #2F197B
Complementary color
Monochromatic Colors of #2F197B
Black with #2F197B
Text Example
Text Example
White with #2F197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F197B; }
p { color: rgb(47,25,123); }
H1.HeaderClassName
{
color: #2F197B;
}
.AnyTagClassName
{
color: #2F197B;
}
</style>
background-color css
<style>
a { background-color: #2F197B; }
a { background-color: rgb(47,25,123); }
div.DivClassName
{
background-color: #2F197B;
}
.BgClassName
{
background-color: #2F197B;
}
</style>
border-color css
<style>
span { border-color: #2F197B; }
span { border-color: rgb(47,25,123); }
td.TdClassName
{
border-color: #2F197B;
}
.TagClassName
{
border-color: #2F197B;
}
</style>