Shades of Persian Indigo #2F0588
Tints of Persian Indigo #2F0588
RGB
CMYK
RGB Variations
Color information
#2F0588 (or 0x2F0588) is known color: Persian Indigo. HEX triplet: 2F, 05 and 88. RGB value is (47,5,136). Sum of RGB (Red+Green+Blue) = 47+5+136=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0588 is #D0FA77. Grayscale: #202020. Windows color (decimal): -13695608 or 8914223. OLE color: 8914223.
HSL color Cylindrical-coordinate representation of color #2F0588: hue angle of 259.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0588 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 5 | 136 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.47 |
| HSL | 259.24º | 0.93% | 0.28% | - |
| HSV(B) | 259.24º | 0.96% | 0.53% | - |
| XYZ | 5.67 | 2.49 | 23.47 | - |
| YUV | 32.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 136 | 0.65 | 0.96 | 0 | 0.47 | 259.24 | 0.93 | 0.28 |
| Hex | 2F | 5 | 88 | 41 | 60 | 0 | 2F | 103 | 5D | 1C |
| Octal | 57 | 5 | 210 | 101 | 140 | 0 | 57 | 403 | 135 | 34 |
| Binary | 101111 | 101 | 10001000 | 1000001 | 1100000 | 0 | 101111 | 100000011 | 1011101 | 11100 |
Color Harmonies of #2F0588
Complementary color
Monochromatic Colors of #2F0588
Black with #2F0588
Text Example
Text Example
White with #2F0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0588; }
p { color: rgb(47,5,136); }
H1.HeaderClassName
{
color: #2F0588;
}
.AnyTagClassName
{
color: #2F0588;
}
</style>
background-color css
<style>
a { background-color: #2F0588; }
a { background-color: rgb(47,5,136); }
div.DivClassName
{
background-color: #2F0588;
}
.BgClassName
{
background-color: #2F0588;
}
</style>
border-color css
<style>
span { border-color: #2F0588; }
span { border-color: rgb(47,5,136); }
td.TdClassName
{
border-color: #2F0588;
}
.TagClassName
{
border-color: #2F0588;
}
</style>