Shades of Persian Indigo #2F2294
Tints of Persian Indigo #2F2294
RGB
CMYK
RGB Variations
Color information
#2F2294 (or 0x2F2294) is known color: Persian Indigo. HEX triplet: 2F, 22 and 94. RGB value is (47,34,148). Sum of RGB (Red+Green+Blue) = 47+34+148=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F2294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2294 is #D0DD6B. Grayscale: #323232. Windows color (decimal): -13688172 or 9708079. OLE color: 9708079.
HSL color Cylindrical-coordinate representation of color #2F2294: hue angle of 246.84º 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 #2F2294 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 34 | 148 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.42 |
| HSL | 246.84º | 0.63% | 0.36% | - |
| HSV(B) | 246.84º | 0.77% | 0.58% | - |
| XYZ | 7.09 | 3.89 | 28.39 | - |
| YUV | 50.88 | 182.81 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 148 | 0.68 | 0.77 | 0 | 0.42 | 246.84 | 0.63 | 0.36 |
| Hex | 2F | 22 | 94 | 44 | 4D | 0 | 2A | F7 | 3F | 24 |
| Octal | 57 | 42 | 224 | 104 | 115 | 0 | 52 | 367 | 77 | 44 |
| Binary | 101111 | 100010 | 10010100 | 1000100 | 1001101 | 0 | 101010 | 11110111 | 111111 | 100100 |
Color Harmonies of #2F2294
Complementary color
Monochromatic Colors of #2F2294
Black with #2F2294
Text Example
Text Example
White with #2F2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2294; }
p { color: rgb(47,34,148); }
H1.HeaderClassName
{
color: #2F2294;
}
.AnyTagClassName
{
color: #2F2294;
}
</style>
background-color css
<style>
a { background-color: #2F2294; }
a { background-color: rgb(47,34,148); }
div.DivClassName
{
background-color: #2F2294;
}
.BgClassName
{
background-color: #2F2294;
}
</style>
border-color css
<style>
span { border-color: #2F2294; }
span { border-color: rgb(47,34,148); }
td.TdClassName
{
border-color: #2F2294;
}
.TagClassName
{
border-color: #2F2294;
}
</style>