Shades of Persian Indigo #2F2078
Tints of Persian Indigo #2F2078
RGB
CMYK
RGB Variations
Color information
#2F2078 (or 0x2F2078) is known color: Persian Indigo. HEX triplet: 2F, 20 and 78. RGB value is (47,32,120). Sum of RGB (Red+Green+Blue) = 47+32+120=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2078 is #D0DF87. Grayscale: #2E2E2E. Windows color (decimal): -13688712 or 7872559. OLE color: 7872559.
HSL color Cylindrical-coordinate representation of color #2F2078: hue angle of 250.23º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2078 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 32 | 120 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.53 |
| HSL | 250.23º | 0.58% | 0.3% | - |
| HSV(B) | 250.23º | 0.73% | 0.47% | - |
| XYZ | 5.08 | 2.99 | 18.08 | - |
| YUV | 46.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 120 | 0.61 | 0.73 | 0 | 0.53 | 250.23 | 0.58 | 0.3 |
| Hex | 2F | 20 | 78 | 3D | 49 | 0 | 35 | FA | 3A | 1E |
| Octal | 57 | 40 | 170 | 75 | 111 | 0 | 65 | 372 | 72 | 36 |
| Binary | 101111 | 100000 | 1111000 | 111101 | 1001001 | 0 | 110101 | 11111010 | 111010 | 11110 |
Color Harmonies of #2F2078
Complementary color
Monochromatic Colors of #2F2078
Black with #2F2078
Text Example
Text Example
White with #2F2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2078; }
p { color: rgb(47,32,120); }
H1.HeaderClassName
{
color: #2F2078;
}
.AnyTagClassName
{
color: #2F2078;
}
</style>
background-color css
<style>
a { background-color: #2F2078; }
a { background-color: rgb(47,32,120); }
div.DivClassName
{
background-color: #2F2078;
}
.BgClassName
{
background-color: #2F2078;
}
</style>
border-color css
<style>
span { border-color: #2F2078; }
span { border-color: rgb(47,32,120); }
td.TdClassName
{
border-color: #2F2078;
}
.TagClassName
{
border-color: #2F2078;
}
</style>