Shades of Persian Indigo #2F0589
Tints of Persian Indigo #2F0589
RGB
CMYK
RGB Variations
Color information
#2F0589 (or 0x2F0589) is known color: Persian Indigo. HEX triplet: 2F, 05 and 89. RGB value is (47,5,137). Sum of RGB (Red+Green+Blue) = 47+5+137=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F0589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0589 is #D0FA76. Grayscale: #202020. Windows color (decimal): -13695607 or 8979759. OLE color: 8979759.
HSL color Cylindrical-coordinate representation of color #2F0589: hue angle of 259.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0589 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 5 | 137 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.46 |
| HSL | 259.09º | 0.93% | 0.28% | - |
| HSV(B) | 259.09º | 0.96% | 0.54% | - |
| XYZ | 5.74 | 2.52 | 23.85 | - |
| YUV | 32.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 137 | 0.66 | 0.96 | 0 | 0.46 | 259.09 | 0.93 | 0.28 |
| Hex | 2F | 5 | 89 | 42 | 60 | 0 | 2E | 103 | 5D | 1C |
| Octal | 57 | 5 | 211 | 102 | 140 | 0 | 56 | 403 | 135 | 34 |
| Binary | 101111 | 101 | 10001001 | 1000010 | 1100000 | 0 | 101110 | 100000011 | 1011101 | 11100 |
Color Harmonies of #2F0589
Complementary color
Monochromatic Colors of #2F0589
Black with #2F0589
Text Example
Text Example
White with #2F0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0589; }
p { color: rgb(47,5,137); }
H1.HeaderClassName
{
color: #2F0589;
}
.AnyTagClassName
{
color: #2F0589;
}
</style>
background-color css
<style>
a { background-color: #2F0589; }
a { background-color: rgb(47,5,137); }
div.DivClassName
{
background-color: #2F0589;
}
.BgClassName
{
background-color: #2F0589;
}
</style>
border-color css
<style>
span { border-color: #2F0589; }
span { border-color: rgb(47,5,137); }
td.TdClassName
{
border-color: #2F0589;
}
.TagClassName
{
border-color: #2F0589;
}
</style>