Shades of Persian Indigo #2F2584
Tints of Persian Indigo #2F2584
RGB
CMYK
RGB Variations
Color information
#2F2584 (or 0x2F2584) is known color: Persian Indigo. HEX triplet: 2F, 25 and 84. RGB value is (47,37,132). Sum of RGB (Red+Green+Blue) = 47+37+132=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2584 is #D0DA7B. Grayscale: #323232. Windows color (decimal): -13687420 or 8660271. OLE color: 8660271.
HSL color Cylindrical-coordinate representation of color #2F2584: hue angle of 246.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2584 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 37 | 132 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.48 |
| HSL | 246.32º | 0.56% | 0.33% | - |
| HSV(B) | 246.32º | 0.72% | 0.52% | - |
| XYZ | 6 | 3.59 | 22.21 | - |
| YUV | 50.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 132 | 0.64 | 0.72 | 0 | 0.48 | 246.32 | 0.56 | 0.33 |
| Hex | 2F | 25 | 84 | 40 | 48 | 0 | 30 | F6 | 38 | 21 |
| Octal | 57 | 45 | 204 | 100 | 110 | 0 | 60 | 366 | 70 | 41 |
| Binary | 101111 | 100101 | 10000100 | 1000000 | 1001000 | 0 | 110000 | 11110110 | 111000 | 100001 |
Color Harmonies of #2F2584
Complementary color
Monochromatic Colors of #2F2584
Black with #2F2584
Text Example
Text Example
White with #2F2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2584; }
p { color: rgb(47,37,132); }
H1.HeaderClassName
{
color: #2F2584;
}
.AnyTagClassName
{
color: #2F2584;
}
</style>
background-color css
<style>
a { background-color: #2F2584; }
a { background-color: rgb(47,37,132); }
div.DivClassName
{
background-color: #2F2584;
}
.BgClassName
{
background-color: #2F2584;
}
</style>
border-color css
<style>
span { border-color: #2F2584; }
span { border-color: rgb(47,37,132); }
td.TdClassName
{
border-color: #2F2584;
}
.TagClassName
{
border-color: #2F2584;
}
</style>