Shades of Persian Indigo #2F1F73
Tints of Persian Indigo #2F1F73
RGB
CMYK
RGB Variations
Color information
#2F1F73 (or 0x2F1F73) is known color: Persian Indigo. HEX triplet: 2F, 1F and 73. RGB value is (47,31,115). Sum of RGB (Red+Green+Blue) = 47+31+115=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F73 is #D0E08C. Grayscale: #2D2D2D. Windows color (decimal): -13688973 or 7544623. OLE color: 7544623.
HSL color Cylindrical-coordinate representation of color #2F1F73: hue angle of 251.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F1F73 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 31 | 115 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.55 |
| HSL | 251.43º | 0.58% | 0.29% | - |
| HSV(B) | 251.43º | 0.73% | 0.45% | - |
| XYZ | 4.76 | 2.82 | 16.51 | - |
| YUV | 45.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 115 | 0.59 | 0.73 | 0 | 0.55 | 251.43 | 0.58 | 0.29 |
| Hex | 2F | 1F | 73 | 3B | 49 | 0 | 37 | FB | 3A | 1D |
| Octal | 57 | 37 | 163 | 73 | 111 | 0 | 67 | 373 | 72 | 35 |
| Binary | 101111 | 11111 | 1110011 | 111011 | 1001001 | 0 | 110111 | 11111011 | 111010 | 11101 |
Color Harmonies of #2F1F73
Complementary color
Monochromatic Colors of #2F1F73
Black with #2F1F73
Text Example
Text Example
White with #2F1F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1F73; }
p { color: rgb(47,31,115); }
H1.HeaderClassName
{
color: #2F1F73;
}
.AnyTagClassName
{
color: #2F1F73;
}
</style>
background-color css
<style>
a { background-color: #2F1F73; }
a { background-color: rgb(47,31,115); }
div.DivClassName
{
background-color: #2F1F73;
}
.BgClassName
{
background-color: #2F1F73;
}
</style>
border-color css
<style>
span { border-color: #2F1F73; }
span { border-color: rgb(47,31,115); }
td.TdClassName
{
border-color: #2F1F73;
}
.TagClassName
{
border-color: #2F1F73;
}
</style>