Shades of Persian Indigo #2F0583
Tints of Persian Indigo #2F0583
RGB
CMYK
RGB Variations
Color information
#2F0583 (or 0x2F0583) is known color: Persian Indigo. HEX triplet: 2F, 05 and 83. RGB value is (47,5,131). Sum of RGB (Red+Green+Blue) = 47+5+131=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F0583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0583 is #D0FA7C. Grayscale: #1F1F1F. Windows color (decimal): -13695613 or 8586543. OLE color: 8586543.
HSL color Cylindrical-coordinate representation of color #2F0583: hue angle of 260º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0583 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 5 | 131 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.49 |
| HSL | 260º | 0.93% | 0.27% | - |
| HSV(B) | 260º | 0.96% | 0.51% | - |
| XYZ | 5.32 | 2.35 | 21.65 | - |
| YUV | 31.92 | 183.91 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 131 | 0.64 | 0.96 | 0 | 0.49 | 260 | 0.93 | 0.27 |
| Hex | 2F | 5 | 83 | 40 | 60 | 0 | 31 | 104 | 5D | 1B |
| Octal | 57 | 5 | 203 | 100 | 140 | 0 | 61 | 404 | 135 | 33 |
| Binary | 101111 | 101 | 10000011 | 1000000 | 1100000 | 0 | 110001 | 100000100 | 1011101 | 11011 |
Color Harmonies of #2F0583
Complementary color
Monochromatic Colors of #2F0583
Black with #2F0583
Text Example
Text Example
White with #2F0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0583; }
p { color: rgb(47,5,131); }
H1.HeaderClassName
{
color: #2F0583;
}
.AnyTagClassName
{
color: #2F0583;
}
</style>
background-color css
<style>
a { background-color: #2F0583; }
a { background-color: rgb(47,5,131); }
div.DivClassName
{
background-color: #2F0583;
}
.BgClassName
{
background-color: #2F0583;
}
</style>
border-color css
<style>
span { border-color: #2F0583; }
span { border-color: rgb(47,5,131); }
td.TdClassName
{
border-color: #2F0583;
}
.TagClassName
{
border-color: #2F0583;
}
</style>