Shades of Persian Indigo #2F1082
Tints of Persian Indigo #2F1082
RGB
CMYK
RGB Variations
Color information
#2F1082 (or 0x2F1082) is known color: Persian Indigo. HEX triplet: 2F, 10 and 82. RGB value is (47,16,130). Sum of RGB (Red+Green+Blue) = 47+16+130=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1082 is #D0EF7D. Grayscale: #252525. Windows color (decimal): -13692798 or 8523823. OLE color: 8523823.
HSL color Cylindrical-coordinate representation of color #2F1082: hue angle of 256.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1082 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 16 | 130 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.49 |
| HSL | 256.32º | 0.78% | 0.29% | - |
| HSV(B) | 256.32º | 0.88% | 0.51% | - |
| XYZ | 5.39 | 2.59 | 21.33 | - |
| YUV | 38.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 130 | 0.64 | 0.88 | 0 | 0.49 | 256.32 | 0.78 | 0.29 |
| Hex | 2F | 10 | 82 | 40 | 58 | 0 | 31 | 100 | 4E | 1D |
| Octal | 57 | 20 | 202 | 100 | 130 | 0 | 61 | 400 | 116 | 35 |
| Binary | 101111 | 10000 | 10000010 | 1000000 | 1011000 | 0 | 110001 | 100000000 | 1001110 | 11101 |
Color Harmonies of #2F1082
Complementary color
Monochromatic Colors of #2F1082
Black with #2F1082
Text Example
Text Example
White with #2F1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1082; }
p { color: rgb(47,16,130); }
H1.HeaderClassName
{
color: #2F1082;
}
.AnyTagClassName
{
color: #2F1082;
}
</style>
background-color css
<style>
a { background-color: #2F1082; }
a { background-color: rgb(47,16,130); }
div.DivClassName
{
background-color: #2F1082;
}
.BgClassName
{
background-color: #2F1082;
}
</style>
border-color css
<style>
span { border-color: #2F1082; }
span { border-color: rgb(47,16,130); }
td.TdClassName
{
border-color: #2F1082;
}
.TagClassName
{
border-color: #2F1082;
}
</style>