Shades of Persian Indigo #2F0F84
Tints of Persian Indigo #2F0F84
RGB
CMYK
RGB Variations
Color information
#2F0F84 (or 0x2F0F84) is known color: Persian Indigo. HEX triplet: 2F, 0F and 84. RGB value is (47,15,132). Sum of RGB (Red+Green+Blue) = 47+15+132=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F0F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0F84 is #D0F07B. Grayscale: #252525. Windows color (decimal): -13693052 or 8654639. OLE color: 8654639.
HSL color Cylindrical-coordinate representation of color #2F0F84: hue angle of 256.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0F84 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 15 | 132 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.48 |
| HSL | 256.41º | 0.8% | 0.29% | - |
| HSV(B) | 256.41º | 0.89% | 0.52% | - |
| XYZ | 5.51 | 2.61 | 22.04 | - |
| YUV | 37.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 132 | 0.64 | 0.89 | 0 | 0.48 | 256.41 | 0.8 | 0.29 |
| Hex | 2F | F | 84 | 40 | 59 | 0 | 30 | 100 | 50 | 1D |
| Octal | 57 | 17 | 204 | 100 | 131 | 0 | 60 | 400 | 120 | 35 |
| Binary | 101111 | 1111 | 10000100 | 1000000 | 1011001 | 0 | 110000 | 100000000 | 1010000 | 11101 |
Color Harmonies of #2F0F84
Complementary color
Monochromatic Colors of #2F0F84
Black with #2F0F84
Text Example
Text Example
White with #2F0F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F84; }
p { color: rgb(47,15,132); }
H1.HeaderClassName
{
color: #2F0F84;
}
.AnyTagClassName
{
color: #2F0F84;
}
</style>
background-color css
<style>
a { background-color: #2F0F84; }
a { background-color: rgb(47,15,132); }
div.DivClassName
{
background-color: #2F0F84;
}
.BgClassName
{
background-color: #2F0F84;
}
</style>
border-color css
<style>
span { border-color: #2F0F84; }
span { border-color: rgb(47,15,132); }
td.TdClassName
{
border-color: #2F0F84;
}
.TagClassName
{
border-color: #2F0F84;
}
</style>