Shades of Persian Indigo #2F1672
Tints of Persian Indigo #2F1672
RGB
CMYK
RGB Variations
Color information
#2F1672 (or 0x2F1672) is known color: Persian Indigo. HEX triplet: 2F, 16 and 72. RGB value is (47,22,114). Sum of RGB (Red+Green+Blue) = 47+22+114=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1672 is #D0E98D. Grayscale: #272727. Windows color (decimal): -13691278 or 7476783. OLE color: 7476783.
HSL color Cylindrical-coordinate representation of color #2F1672: hue angle of 256.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1672 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 22 | 114 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.55 |
| HSL | 256.3º | 0.68% | 0.27% | - |
| HSV(B) | 256.3º | 0.81% | 0.45% | - |
| XYZ | 4.5 | 2.39 | 16.14 | - |
| YUV | 39.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 114 | 0.59 | 0.81 | 0 | 0.55 | 256.3 | 0.68 | 0.27 |
| Hex | 2F | 16 | 72 | 3B | 51 | 0 | 37 | 100 | 44 | 1B |
| Octal | 57 | 26 | 162 | 73 | 121 | 0 | 67 | 400 | 104 | 33 |
| Binary | 101111 | 10110 | 1110010 | 111011 | 1010001 | 0 | 110111 | 100000000 | 1000100 | 11011 |
Color Harmonies of #2F1672
Complementary color
Monochromatic Colors of #2F1672
Black with #2F1672
Text Example
Text Example
White with #2F1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1672; }
p { color: rgb(47,22,114); }
H1.HeaderClassName
{
color: #2F1672;
}
.AnyTagClassName
{
color: #2F1672;
}
</style>
background-color css
<style>
a { background-color: #2F1672; }
a { background-color: rgb(47,22,114); }
div.DivClassName
{
background-color: #2F1672;
}
.BgClassName
{
background-color: #2F1672;
}
</style>
border-color css
<style>
span { border-color: #2F1672; }
span { border-color: rgb(47,22,114); }
td.TdClassName
{
border-color: #2F1672;
}
.TagClassName
{
border-color: #2F1672;
}
</style>