Shades of Persian Indigo #2F2073
Tints of Persian Indigo #2F2073
RGB
CMYK
RGB Variations
Color information
#2F2073 (or 0x2F2073) is known color: Persian Indigo. HEX triplet: 2F, 20 and 73. RGB value is (47,32,115). Sum of RGB (Red+Green+Blue) = 47+32+115=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2073 is #D0DF8C. Grayscale: #2D2D2D. Windows color (decimal): -13688717 or 7544879. OLE color: 7544879.
HSL color Cylindrical-coordinate representation of color #2F2073: hue angle of 250.84º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2073 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 32 | 115 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.55 |
| HSL | 250.84º | 0.56% | 0.29% | - |
| HSV(B) | 250.84º | 0.72% | 0.45% | - |
| XYZ | 4.78 | 2.88 | 16.52 | - |
| YUV | 45.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 115 | 0.59 | 0.72 | 0 | 0.55 | 250.84 | 0.56 | 0.29 |
| Hex | 2F | 20 | 73 | 3B | 48 | 0 | 37 | FB | 38 | 1D |
| Octal | 57 | 40 | 163 | 73 | 110 | 0 | 67 | 373 | 70 | 35 |
| Binary | 101111 | 100000 | 1110011 | 111011 | 1001000 | 0 | 110111 | 11111011 | 111000 | 11101 |
Color Harmonies of #2F2073
Complementary color
Monochromatic Colors of #2F2073
Black with #2F2073
Text Example
Text Example
White with #2F2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2073; }
p { color: rgb(47,32,115); }
H1.HeaderClassName
{
color: #2F2073;
}
.AnyTagClassName
{
color: #2F2073;
}
</style>
background-color css
<style>
a { background-color: #2F2073; }
a { background-color: rgb(47,32,115); }
div.DivClassName
{
background-color: #2F2073;
}
.BgClassName
{
background-color: #2F2073;
}
</style>
border-color css
<style>
span { border-color: #2F2073; }
span { border-color: rgb(47,32,115); }
td.TdClassName
{
border-color: #2F2073;
}
.TagClassName
{
border-color: #2F2073;
}
</style>