Shades of Persian Indigo #2F0197
Tints of Persian Indigo #2F0197
RGB
CMYK
RGB Variations
Color information
#2F0197 (or 0x2F0197) is known color: Persian Indigo. HEX triplet: 2F, 01 and 97. RGB value is (47,1,151). Sum of RGB (Red+Green+Blue) = 47+1+151=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F0197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0197 is #D0FE68. Grayscale: #1F1F1F. Windows color (decimal): -13696617 or 9896239. OLE color: 9896239.
HSL color Cylindrical-coordinate representation of color #2F0197: hue angle of 258.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0197 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 1 | 151 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.41 |
| HSL | 258.4º | 0.99% | 0.3% | - |
| HSV(B) | 258.4º | 0.99% | 0.59% | - |
| XYZ | 6.77 | 2.86 | 29.47 | - |
| YUV | 31.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 151 | 0.69 | 0.99 | 0 | 0.41 | 258.4 | 0.99 | 0.3 |
| Hex | 2F | 1 | 97 | 45 | 63 | 0 | 29 | 102 | 63 | 1E |
| Octal | 57 | 1 | 227 | 105 | 143 | 0 | 51 | 402 | 143 | 36 |
| Binary | 101111 | 1 | 10010111 | 1000101 | 1100011 | 0 | 101001 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2F0197
Complementary color
Monochromatic Colors of #2F0197
Black with #2F0197
Text Example
Text Example
White with #2F0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0197; }
p { color: rgb(47,1,151); }
H1.HeaderClassName
{
color: #2F0197;
}
.AnyTagClassName
{
color: #2F0197;
}
</style>
background-color css
<style>
a { background-color: #2F0197; }
a { background-color: rgb(47,1,151); }
div.DivClassName
{
background-color: #2F0197;
}
.BgClassName
{
background-color: #2F0197;
}
</style>
border-color css
<style>
span { border-color: #2F0197; }
span { border-color: rgb(47,1,151); }
td.TdClassName
{
border-color: #2F0197;
}
.TagClassName
{
border-color: #2F0197;
}
</style>