Shades of Persian Indigo #2F1484
Tints of Persian Indigo #2F1484
RGB
CMYK
RGB Variations
Color information
#2F1484 (or 0x2F1484) is known color: Persian Indigo. HEX triplet: 2F, 14 and 84. RGB value is (47,20,132). Sum of RGB (Red+Green+Blue) = 47+20+132=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F1484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1484 is #D0EB7B. Grayscale: #282828. Windows color (decimal): -13691772 or 8655919. OLE color: 8655919.
HSL color Cylindrical-coordinate representation of color #2F1484: hue angle of 254.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1484 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 20 | 132 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.48 |
| HSL | 254.46º | 0.74% | 0.3% | - |
| HSV(B) | 254.46º | 0.85% | 0.52% | - |
| XYZ | 5.59 | 2.77 | 22.07 | - |
| YUV | 40.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 132 | 0.64 | 0.85 | 0 | 0.48 | 254.46 | 0.74 | 0.3 |
| Hex | 2F | 14 | 84 | 40 | 55 | 0 | 30 | FE | 4A | 1E |
| Octal | 57 | 24 | 204 | 100 | 125 | 0 | 60 | 376 | 112 | 36 |
| Binary | 101111 | 10100 | 10000100 | 1000000 | 1010101 | 0 | 110000 | 11111110 | 1001010 | 11110 |
Color Harmonies of #2F1484
Complementary color
Monochromatic Colors of #2F1484
Black with #2F1484
Text Example
Text Example
White with #2F1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1484; }
p { color: rgb(47,20,132); }
H1.HeaderClassName
{
color: #2F1484;
}
.AnyTagClassName
{
color: #2F1484;
}
</style>
background-color css
<style>
a { background-color: #2F1484; }
a { background-color: rgb(47,20,132); }
div.DivClassName
{
background-color: #2F1484;
}
.BgClassName
{
background-color: #2F1484;
}
</style>
border-color css
<style>
span { border-color: #2F1484; }
span { border-color: rgb(47,20,132); }
td.TdClassName
{
border-color: #2F1484;
}
.TagClassName
{
border-color: #2F1484;
}
</style>