Shades of Persian Indigo #2F1874
Tints of Persian Indigo #2F1874
RGB
CMYK
RGB Variations
Color information
#2F1874 (or 0x2F1874) is known color: Persian Indigo. HEX triplet: 2F, 18 and 74. RGB value is (47,24,116). Sum of RGB (Red+Green+Blue) = 47+24+116=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F1874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1874 is #D0E78B. Grayscale: #292929. Windows color (decimal): -13690764 or 7608367. OLE color: 7608367.
HSL color Cylindrical-coordinate representation of color #2F1874: hue angle of 255º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F1874 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 24 | 116 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.55 |
| HSL | 255º | 0.66% | 0.27% | - |
| HSV(B) | 255º | 0.79% | 0.45% | - |
| XYZ | 4.65 | 2.52 | 16.76 | - |
| YUV | 41.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 116 | 0.59 | 0.79 | 0 | 0.55 | 255 | 0.66 | 0.27 |
| Hex | 2F | 18 | 74 | 3B | 4F | 0 | 37 | FF | 42 | 1B |
| Octal | 57 | 30 | 164 | 73 | 117 | 0 | 67 | 377 | 102 | 33 |
| Binary | 101111 | 11000 | 1110100 | 111011 | 1001111 | 0 | 110111 | 11111111 | 1000010 | 11011 |
Color Harmonies of #2F1874
Complementary color
Monochromatic Colors of #2F1874
Black with #2F1874
Text Example
Text Example
White with #2F1874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1874; }
p { color: rgb(47,24,116); }
H1.HeaderClassName
{
color: #2F1874;
}
.AnyTagClassName
{
color: #2F1874;
}
</style>
background-color css
<style>
a { background-color: #2F1874; }
a { background-color: rgb(47,24,116); }
div.DivClassName
{
background-color: #2F1874;
}
.BgClassName
{
background-color: #2F1874;
}
</style>
border-color css
<style>
span { border-color: #2F1874; }
span { border-color: rgb(47,24,116); }
td.TdClassName
{
border-color: #2F1874;
}
.TagClassName
{
border-color: #2F1874;
}
</style>