Shades of Persian Indigo #2F0973
Tints of Persian Indigo #2F0973
RGB
CMYK
RGB Variations
Color information
#2F0973 (or 0x2F0973) is known color: Persian Indigo. HEX triplet: 2F, 09 and 73. RGB value is (47,9,115). Sum of RGB (Red+Green+Blue) = 47+9+115=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F0973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0973 is #D0F68C. Grayscale: #202020. Windows color (decimal): -13694605 or 7538991. OLE color: 7538991.
HSL color Cylindrical-coordinate representation of color #2F0973: hue angle of 261.51º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0973 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 9 | 115 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.55 |
| HSL | 261.51º | 0.85% | 0.24% | - |
| HSV(B) | 261.51º | 0.92% | 0.45% | - |
| XYZ | 4.36 | 2.04 | 16.38 | - |
| YUV | 32.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 115 | 0.59 | 0.92 | 0 | 0.55 | 261.51 | 0.85 | 0.24 |
| Hex | 2F | 9 | 73 | 3B | 5C | 0 | 37 | 106 | 55 | 18 |
| Octal | 57 | 11 | 163 | 73 | 134 | 0 | 67 | 406 | 125 | 30 |
| Binary | 101111 | 1001 | 1110011 | 111011 | 1011100 | 0 | 110111 | 100000110 | 1010101 | 11000 |
Color Harmonies of #2F0973
Complementary color
Monochromatic Colors of #2F0973
Black with #2F0973
Text Example
Text Example
White with #2F0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0973; }
p { color: rgb(47,9,115); }
H1.HeaderClassName
{
color: #2F0973;
}
.AnyTagClassName
{
color: #2F0973;
}
</style>
background-color css
<style>
a { background-color: #2F0973; }
a { background-color: rgb(47,9,115); }
div.DivClassName
{
background-color: #2F0973;
}
.BgClassName
{
background-color: #2F0973;
}
</style>
border-color css
<style>
span { border-color: #2F0973; }
span { border-color: rgb(47,9,115); }
td.TdClassName
{
border-color: #2F0973;
}
.TagClassName
{
border-color: #2F0973;
}
</style>