Shades of Persian Indigo #2F2295
Tints of Persian Indigo #2F2295
RGB
CMYK
RGB Variations
Color information
#2F2295 (or 0x2F2295) is known color: Persian Indigo. HEX triplet: 2F, 22 and 95. RGB value is (47,34,149). Sum of RGB (Red+Green+Blue) = 47+34+149=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F2295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2295 is #D0DD6A. Grayscale: #323232. Windows color (decimal): -13688171 or 9773615. OLE color: 9773615.
HSL color Cylindrical-coordinate representation of color #2F2295: hue angle of 246.78º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2295 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 34 | 149 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.42 |
| HSL | 246.78º | 0.63% | 0.36% | - |
| HSV(B) | 246.78º | 0.77% | 0.58% | - |
| XYZ | 7.17 | 3.92 | 28.81 | - |
| YUV | 51 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 149 | 0.68 | 0.77 | 0 | 0.42 | 246.78 | 0.63 | 0.36 |
| Hex | 2F | 22 | 95 | 44 | 4D | 0 | 2A | F7 | 3F | 24 |
| Octal | 57 | 42 | 225 | 104 | 115 | 0 | 52 | 367 | 77 | 44 |
| Binary | 101111 | 100010 | 10010101 | 1000100 | 1001101 | 0 | 101010 | 11110111 | 111111 | 100100 |
Color Harmonies of #2F2295
Complementary color
Monochromatic Colors of #2F2295
Black with #2F2295
Text Example
Text Example
White with #2F2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2295; }
p { color: rgb(47,34,149); }
H1.HeaderClassName
{
color: #2F2295;
}
.AnyTagClassName
{
color: #2F2295;
}
</style>
background-color css
<style>
a { background-color: #2F2295; }
a { background-color: rgb(47,34,149); }
div.DivClassName
{
background-color: #2F2295;
}
.BgClassName
{
background-color: #2F2295;
}
</style>
border-color css
<style>
span { border-color: #2F2295; }
span { border-color: rgb(47,34,149); }
td.TdClassName
{
border-color: #2F2295;
}
.TagClassName
{
border-color: #2F2295;
}
</style>