Shades of Persian Indigo #2F1279
Tints of Persian Indigo #2F1279
RGB
CMYK
RGB Variations
Color information
#2F1279 (or 0x2F1279) is known color: Persian Indigo. HEX triplet: 2F, 12 and 79. RGB value is (47,18,121). Sum of RGB (Red+Green+Blue) = 47+18+121=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F1279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1279 is #D0ED86. Grayscale: #262626. Windows color (decimal): -13692295 or 7934511. OLE color: 7934511.
HSL color Cylindrical-coordinate representation of color #2F1279: hue angle of 256.89º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1279 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 18 | 121 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.53 |
| HSL | 256.89º | 0.74% | 0.27% | - |
| HSV(B) | 256.89º | 0.85% | 0.47% | - |
| XYZ | 4.84 | 2.42 | 18.3 | - |
| YUV | 38.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 121 | 0.61 | 0.85 | 0 | 0.53 | 256.89 | 0.74 | 0.27 |
| Hex | 2F | 12 | 79 | 3D | 55 | 0 | 35 | 101 | 4A | 1B |
| Octal | 57 | 22 | 171 | 75 | 125 | 0 | 65 | 401 | 112 | 33 |
| Binary | 101111 | 10010 | 1111001 | 111101 | 1010101 | 0 | 110101 | 100000001 | 1001010 | 11011 |
Color Harmonies of #2F1279
Complementary color
Monochromatic Colors of #2F1279
Black with #2F1279
Text Example
Text Example
White with #2F1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1279; }
p { color: rgb(47,18,121); }
H1.HeaderClassName
{
color: #2F1279;
}
.AnyTagClassName
{
color: #2F1279;
}
</style>
background-color css
<style>
a { background-color: #2F1279; }
a { background-color: rgb(47,18,121); }
div.DivClassName
{
background-color: #2F1279;
}
.BgClassName
{
background-color: #2F1279;
}
</style>
border-color css
<style>
span { border-color: #2F1279; }
span { border-color: rgb(47,18,121); }
td.TdClassName
{
border-color: #2F1279;
}
.TagClassName
{
border-color: #2F1279;
}
</style>