Shades of Persian Indigo #2F0686
Tints of Persian Indigo #2F0686
RGB
CMYK
RGB Variations
Color information
#2F0686 (or 0x2F0686) is known color: Persian Indigo. HEX triplet: 2F, 06 and 86. RGB value is (47,6,134). Sum of RGB (Red+Green+Blue) = 47+6+134=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F0686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0686 is #D0F979. Grayscale: #202020. Windows color (decimal): -13695354 or 8783407. OLE color: 8783407.
HSL color Cylindrical-coordinate representation of color #2F0686: hue angle of 259.22º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0686 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 6 | 134 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.47 |
| HSL | 259.22º | 0.91% | 0.27% | - |
| HSV(B) | 259.22º | 0.96% | 0.53% | - |
| XYZ | 5.54 | 2.46 | 22.74 | - |
| YUV | 32.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 134 | 0.65 | 0.96 | 0 | 0.47 | 259.22 | 0.91 | 0.27 |
| Hex | 2F | 6 | 86 | 41 | 60 | 0 | 2F | 103 | 5B | 1B |
| Octal | 57 | 6 | 206 | 101 | 140 | 0 | 57 | 403 | 133 | 33 |
| Binary | 101111 | 110 | 10000110 | 1000001 | 1100000 | 0 | 101111 | 100000011 | 1011011 | 11011 |
Color Harmonies of #2F0686
Complementary color
Monochromatic Colors of #2F0686
Black with #2F0686
Text Example
Text Example
White with #2F0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0686; }
p { color: rgb(47,6,134); }
H1.HeaderClassName
{
color: #2F0686;
}
.AnyTagClassName
{
color: #2F0686;
}
</style>
background-color css
<style>
a { background-color: #2F0686; }
a { background-color: rgb(47,6,134); }
div.DivClassName
{
background-color: #2F0686;
}
.BgClassName
{
background-color: #2F0686;
}
</style>
border-color css
<style>
span { border-color: #2F0686; }
span { border-color: rgb(47,6,134); }
td.TdClassName
{
border-color: #2F0686;
}
.TagClassName
{
border-color: #2F0686;
}
</style>