Shades of Persian Indigo #2F0291
Tints of Persian Indigo #2F0291
RGB
CMYK
RGB Variations
Color information
#2F0291 (or 0x2F0291) is known color: Persian Indigo. HEX triplet: 2F, 02 and 91. RGB value is (47,2,145). Sum of RGB (Red+Green+Blue) = 47+2+145=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0291 is #D0FD6E. Grayscale: #1F1F1F. Windows color (decimal): -13696367 or 9503279. OLE color: 9503279.
HSL color Cylindrical-coordinate representation of color #2F0291: hue angle of 258.88º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0291 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 2 | 145 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.43 |
| HSL | 258.88º | 0.97% | 0.29% | - |
| HSV(B) | 258.88º | 0.99% | 0.57% | - |
| XYZ | 6.3 | 2.69 | 26.98 | - |
| YUV | 31.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 145 | 0.68 | 0.99 | 0 | 0.43 | 258.88 | 0.97 | 0.29 |
| Hex | 2F | 2 | 91 | 44 | 63 | 0 | 2B | 103 | 61 | 1D |
| Octal | 57 | 2 | 221 | 104 | 143 | 0 | 53 | 403 | 141 | 35 |
| Binary | 101111 | 10 | 10010001 | 1000100 | 1100011 | 0 | 101011 | 100000011 | 1100001 | 11101 |
Color Harmonies of #2F0291
Complementary color
Monochromatic Colors of #2F0291
Black with #2F0291
Text Example
Text Example
White with #2F0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0291; }
p { color: rgb(47,2,145); }
H1.HeaderClassName
{
color: #2F0291;
}
.AnyTagClassName
{
color: #2F0291;
}
</style>
background-color css
<style>
a { background-color: #2F0291; }
a { background-color: rgb(47,2,145); }
div.DivClassName
{
background-color: #2F0291;
}
.BgClassName
{
background-color: #2F0291;
}
</style>
border-color css
<style>
span { border-color: #2F0291; }
span { border-color: rgb(47,2,145); }
td.TdClassName
{
border-color: #2F0291;
}
.TagClassName
{
border-color: #2F0291;
}
</style>