Shades of Persian Indigo #2F0191
Tints of Persian Indigo #2F0191
RGB
CMYK
RGB Variations
Color information
#2F0191 (or 0x2F0191) is known color: Persian Indigo. HEX triplet: 2F, 01 and 91. RGB value is (47,1,145). Sum of RGB (Red+Green+Blue) = 47+1+145=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F0191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0191 is #D0FE6E. Grayscale: #1E1E1E. Windows color (decimal): -13696623 or 9503023. OLE color: 9503023.
HSL color Cylindrical-coordinate representation of color #2F0191: hue angle of 259.17º degrees, saturation: 0.99, 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 #2F0191 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 1 | 145 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.43 |
| HSL | 259.17º | 0.99% | 0.29% | - |
| HSV(B) | 259.17º | 0.99% | 0.57% | - |
| XYZ | 6.29 | 2.67 | 26.97 | - |
| YUV | 31.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 145 | 0.68 | 0.99 | 0 | 0.43 | 259.17 | 0.99 | 0.29 |
| Hex | 2F | 1 | 91 | 44 | 63 | 0 | 2B | 103 | 63 | 1D |
| Octal | 57 | 1 | 221 | 104 | 143 | 0 | 53 | 403 | 143 | 35 |
| Binary | 101111 | 1 | 10010001 | 1000100 | 1100011 | 0 | 101011 | 100000011 | 1100011 | 11101 |
Color Harmonies of #2F0191
Complementary color
Monochromatic Colors of #2F0191
Black with #2F0191
Text Example
Text Example
White with #2F0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0191; }
p { color: rgb(47,1,145); }
H1.HeaderClassName
{
color: #2F0191;
}
.AnyTagClassName
{
color: #2F0191;
}
</style>
background-color css
<style>
a { background-color: #2F0191; }
a { background-color: rgb(47,1,145); }
div.DivClassName
{
background-color: #2F0191;
}
.BgClassName
{
background-color: #2F0191;
}
</style>
border-color css
<style>
span { border-color: #2F0191; }
span { border-color: rgb(47,1,145); }
td.TdClassName
{
border-color: #2F0191;
}
.TagClassName
{
border-color: #2F0191;
}
</style>