Shades of Persian Indigo #2F087F
Tints of Persian Indigo #2F087F
RGB
CMYK
RGB Variations
Color information
#2F087F (or 0x2F087F) is known color: Persian Indigo. HEX triplet: 2F, 08 and 7F. RGB value is (47,8,127). Sum of RGB (Red+Green+Blue) = 47+8+127=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F087F is #D0F780. Grayscale: #202020. Windows color (decimal): -13694849 or 8325167. OLE color: 8325167.
HSL color Cylindrical-coordinate representation of color #2F087F: hue angle of 259.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F087F is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 8 | 127 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.50 |
| HSL | 259.66º | 0.88% | 0.26% | - |
| HSV(B) | 259.66º | 0.94% | 0.5% | - |
| XYZ | 5.09 | 2.31 | 20.26 | - |
| YUV | 33.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 127 | 0.63 | 0.94 | 0 | 0.50 | 259.66 | 0.88 | 0.26 |
| Hex | 2F | 8 | 7F | 3F | 5E | 0 | 32 | 104 | 58 | 1A |
| Octal | 57 | 10 | 177 | 77 | 136 | 0 | 62 | 404 | 130 | 32 |
| Binary | 101111 | 1000 | 1111111 | 111111 | 1011110 | 0 | 110010 | 100000100 | 1011000 | 11010 |
Color Harmonies of #2F087F
Complementary color
Monochromatic Colors of #2F087F
Black with #2F087F
Text Example
Text Example
White with #2F087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F087F; }
p { color: rgb(47,8,127); }
H1.HeaderClassName
{
color: #2F087F;
}
.AnyTagClassName
{
color: #2F087F;
}
</style>
background-color css
<style>
a { background-color: #2F087F; }
a { background-color: rgb(47,8,127); }
div.DivClassName
{
background-color: #2F087F;
}
.BgClassName
{
background-color: #2F087F;
}
</style>
border-color css
<style>
span { border-color: #2F087F; }
span { border-color: rgb(47,8,127); }
td.TdClassName
{
border-color: #2F087F;
}
.TagClassName
{
border-color: #2F087F;
}
</style>