Shades of Persian Indigo #2F0D73
Tints of Persian Indigo #2F0D73
RGB
CMYK
RGB Variations
Color information
#2F0D73 (or 0x2F0D73) is known color: Persian Indigo. HEX triplet: 2F, 0D and 73. RGB value is (47,13,115). Sum of RGB (Red+Green+Blue) = 47+13+115=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0D73 is #D0F28C. Grayscale: #222222. Windows color (decimal): -13693581 or 7540015. OLE color: 7540015.
HSL color Cylindrical-coordinate representation of color #2F0D73: hue angle of 260º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0D73 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 13 | 115 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.55 |
| HSL | 260º | 0.8% | 0.25% | - |
| HSV(B) | 260º | 0.89% | 0.45% | - |
| XYZ | 4.41 | 2.13 | 16.4 | - |
| YUV | 34.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 115 | 0.59 | 0.89 | 0 | 0.55 | 260 | 0.8 | 0.25 |
| Hex | 2F | D | 73 | 3B | 59 | 0 | 37 | 104 | 50 | 19 |
| Octal | 57 | 15 | 163 | 73 | 131 | 0 | 67 | 404 | 120 | 31 |
| Binary | 101111 | 1101 | 1110011 | 111011 | 1011001 | 0 | 110111 | 100000100 | 1010000 | 11001 |
Color Harmonies of #2F0D73
Complementary color
Monochromatic Colors of #2F0D73
Black with #2F0D73
Text Example
Text Example
White with #2F0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D73; }
p { color: rgb(47,13,115); }
H1.HeaderClassName
{
color: #2F0D73;
}
.AnyTagClassName
{
color: #2F0D73;
}
</style>
background-color css
<style>
a { background-color: #2F0D73; }
a { background-color: rgb(47,13,115); }
div.DivClassName
{
background-color: #2F0D73;
}
.BgClassName
{
background-color: #2F0D73;
}
</style>
border-color css
<style>
span { border-color: #2F0D73; }
span { border-color: rgb(47,13,115); }
td.TdClassName
{
border-color: #2F0D73;
}
.TagClassName
{
border-color: #2F0D73;
}
</style>