Shades of Persian Indigo #2F0584
Tints of Persian Indigo #2F0584
RGB
CMYK
RGB Variations
Color information
#2F0584 (or 0x2F0584) is known color: Persian Indigo. HEX triplet: 2F, 05 and 84. RGB value is (47,5,132). Sum of RGB (Red+Green+Blue) = 47+5+132=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0584 is #D0FA7B. Grayscale: #1F1F1F. Windows color (decimal): -13695612 or 8652079. OLE color: 8652079.
HSL color Cylindrical-coordinate representation of color #2F0584: hue angle of 259.84º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0584 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 5 | 132 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.48 |
| HSL | 259.84º | 0.93% | 0.27% | - |
| HSV(B) | 259.84º | 0.96% | 0.52% | - |
| XYZ | 5.39 | 2.38 | 22 | - |
| YUV | 32.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 132 | 0.64 | 0.96 | 0 | 0.48 | 259.84 | 0.93 | 0.27 |
| Hex | 2F | 5 | 84 | 40 | 60 | 0 | 30 | 104 | 5D | 1B |
| Octal | 57 | 5 | 204 | 100 | 140 | 0 | 60 | 404 | 135 | 33 |
| Binary | 101111 | 101 | 10000100 | 1000000 | 1100000 | 0 | 110000 | 100000100 | 1011101 | 11011 |
Color Harmonies of #2F0584
Complementary color
Monochromatic Colors of #2F0584
Black with #2F0584
Text Example
Text Example
White with #2F0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0584; }
p { color: rgb(47,5,132); }
H1.HeaderClassName
{
color: #2F0584;
}
.AnyTagClassName
{
color: #2F0584;
}
</style>
background-color css
<style>
a { background-color: #2F0584; }
a { background-color: rgb(47,5,132); }
div.DivClassName
{
background-color: #2F0584;
}
.BgClassName
{
background-color: #2F0584;
}
</style>
border-color css
<style>
span { border-color: #2F0584; }
span { border-color: rgb(47,5,132); }
td.TdClassName
{
border-color: #2F0584;
}
.TagClassName
{
border-color: #2F0584;
}
</style>