Shades of Persian Indigo #2F1183
Tints of Persian Indigo #2F1183
RGB
CMYK
RGB Variations
Color information
#2F1183 (or 0x2F1183) is known color: Persian Indigo. HEX triplet: 2F, 11 and 83. RGB value is (47,17,131). Sum of RGB (Red+Green+Blue) = 47+17+131=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F1183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1183 is #D0EE7C. Grayscale: #262626. Windows color (decimal): -13692541 or 8589615. OLE color: 8589615.
HSL color Cylindrical-coordinate representation of color #2F1183: hue angle of 255.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1183 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 17 | 131 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.49 |
| HSL | 255.79º | 0.77% | 0.29% | - |
| HSV(B) | 255.79º | 0.87% | 0.51% | - |
| XYZ | 5.47 | 2.64 | 21.69 | - |
| YUV | 38.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 131 | 0.64 | 0.87 | 0 | 0.49 | 255.79 | 0.77 | 0.29 |
| Hex | 2F | 11 | 83 | 40 | 57 | 0 | 31 | 100 | 4D | 1D |
| Octal | 57 | 21 | 203 | 100 | 127 | 0 | 61 | 400 | 115 | 35 |
| Binary | 101111 | 10001 | 10000011 | 1000000 | 1010111 | 0 | 110001 | 100000000 | 1001101 | 11101 |
Color Harmonies of #2F1183
Complementary color
Monochromatic Colors of #2F1183
Black with #2F1183
Text Example
Text Example
White with #2F1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1183; }
p { color: rgb(47,17,131); }
H1.HeaderClassName
{
color: #2F1183;
}
.AnyTagClassName
{
color: #2F1183;
}
</style>
background-color css
<style>
a { background-color: #2F1183; }
a { background-color: rgb(47,17,131); }
div.DivClassName
{
background-color: #2F1183;
}
.BgClassName
{
background-color: #2F1183;
}
</style>
border-color css
<style>
span { border-color: #2F1183; }
span { border-color: rgb(47,17,131); }
td.TdClassName
{
border-color: #2F1183;
}
.TagClassName
{
border-color: #2F1183;
}
</style>