Shades of Persian Indigo #2F0195
Tints of Persian Indigo #2F0195
RGB
CMYK
RGB Variations
Color information
#2F0195 (or 0x2F0195) is known color: Persian Indigo. HEX triplet: 2F, 01 and 95. RGB value is (47,1,149). Sum of RGB (Red+Green+Blue) = 47+1+149=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0195 is #D0FE6A. Grayscale: #1F1F1F. Windows color (decimal): -13696619 or 9765167. OLE color: 9765167.
HSL color Cylindrical-coordinate representation of color #2F0195: hue angle of 258.65º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0195 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 1 | 149 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.42 |
| HSL | 258.65º | 0.99% | 0.29% | - |
| HSV(B) | 258.65º | 0.99% | 0.58% | - |
| XYZ | 6.61 | 2.8 | 28.63 | - |
| YUV | 31.63 | 194.24 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 149 | 0.68 | 0.99 | 0 | 0.42 | 258.65 | 0.99 | 0.29 |
| Hex | 2F | 1 | 95 | 44 | 63 | 0 | 2A | 103 | 63 | 1D |
| Octal | 57 | 1 | 225 | 104 | 143 | 0 | 52 | 403 | 143 | 35 |
| Binary | 101111 | 1 | 10010101 | 1000100 | 1100011 | 0 | 101010 | 100000011 | 1100011 | 11101 |
Color Harmonies of #2F0195
Complementary color
Monochromatic Colors of #2F0195
Black with #2F0195
Text Example
Text Example
White with #2F0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0195; }
p { color: rgb(47,1,149); }
H1.HeaderClassName
{
color: #2F0195;
}
.AnyTagClassName
{
color: #2F0195;
}
</style>
background-color css
<style>
a { background-color: #2F0195; }
a { background-color: rgb(47,1,149); }
div.DivClassName
{
background-color: #2F0195;
}
.BgClassName
{
background-color: #2F0195;
}
</style>
border-color css
<style>
span { border-color: #2F0195; }
span { border-color: rgb(47,1,149); }
td.TdClassName
{
border-color: #2F0195;
}
.TagClassName
{
border-color: #2F0195;
}
</style>