Shades of Persian Indigo #2F0097
Tints of Persian Indigo #2F0097
RGB
CMYK
RGB Variations
Color information
#2F0097 (or 0x2F0097) is known color: Persian Indigo. HEX triplet: 2F, 00 and 97. RGB value is (47,0,151). Sum of RGB (Red+Green+Blue) = 47+0+151=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F0097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0097 is #D0FF68. Grayscale: #1E1E1E. Windows color (decimal): -13696873 or 9895983. OLE color: 9895983.
HSL color Cylindrical-coordinate representation of color #2F0097: hue angle of 258.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0097 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 0 | 151 | - |
| CMYK | 0.69 | 1 | 0 | 0.41 |
| HSL | 258.68º | 1% | 0.3% | - |
| HSV(B) | 258.68º | 1% | 0.59% | - |
| XYZ | 6.76 | 2.84 | 29.47 | - |
| YUV | 31.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 151 | 0.69 | 1 | 0 | 0.41 | 258.68 | 1 | 0.3 |
| Hex | 2F | 0 | 97 | 45 | 64 | 0 | 29 | 103 | 64 | 1E |
| Octal | 57 | 0 | 227 | 105 | 144 | 0 | 51 | 403 | 144 | 36 |
| Binary | 101111 | 0 | 10010111 | 1000101 | 1100100 | 0 | 101001 | 100000011 | 1100100 | 11110 |
Color Harmonies of #2F0097
Complementary color
Monochromatic Colors of #2F0097
Black with #2F0097
Text Example
Text Example
White with #2F0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0097; }
p { color: rgb(47,0,151); }
H1.HeaderClassName
{
color: #2F0097;
}
.AnyTagClassName
{
color: #2F0097;
}
</style>
background-color css
<style>
a { background-color: #2F0097; }
a { background-color: rgb(47,0,151); }
div.DivClassName
{
background-color: #2F0097;
}
.BgClassName
{
background-color: #2F0097;
}
</style>
border-color css
<style>
span { border-color: #2F0097; }
span { border-color: rgb(47,0,151); }
td.TdClassName
{
border-color: #2F0097;
}
.TagClassName
{
border-color: #2F0097;
}
</style>