Shades of Persian Indigo #2F086E
Tints of Persian Indigo #2F086E
RGB
CMYK
RGB Variations
Color information
#2F086E (or 0x2F086E) is known color: Persian Indigo. HEX triplet: 2F, 08 and 6E. RGB value is (47,8,110). Sum of RGB (Red+Green+Blue) = 47+8+110=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F086E is #D0F791. Grayscale: #1E1E1E. Windows color (decimal): -13694866 or 7211055. OLE color: 7211055.
HSL color Cylindrical-coordinate representation of color #2F086E: hue angle of 262.94º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F086E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 8 | 110 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.57 |
| HSL | 262.94º | 0.86% | 0.23% | - |
| HSV(B) | 262.94º | 0.93% | 0.43% | - |
| XYZ | 4.07 | 1.9 | 14.9 | - |
| YUV | 31.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 110 | 0.57 | 0.93 | 0 | 0.57 | 262.94 | 0.86 | 0.23 |
| Hex | 2F | 8 | 6E | 39 | 5D | 0 | 39 | 107 | 56 | 17 |
| Octal | 57 | 10 | 156 | 71 | 135 | 0 | 71 | 407 | 126 | 27 |
| Binary | 101111 | 1000 | 1101110 | 111001 | 1011101 | 0 | 111001 | 100000111 | 1010110 | 10111 |
Color Harmonies of #2F086E
Complementary color
Monochromatic Colors of #2F086E
Black with #2F086E
Text Example
Text Example
White with #2F086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F086E; }
p { color: rgb(47,8,110); }
H1.HeaderClassName
{
color: #2F086E;
}
.AnyTagClassName
{
color: #2F086E;
}
</style>
background-color css
<style>
a { background-color: #2F086E; }
a { background-color: rgb(47,8,110); }
div.DivClassName
{
background-color: #2F086E;
}
.BgClassName
{
background-color: #2F086E;
}
</style>
border-color css
<style>
span { border-color: #2F086E; }
span { border-color: rgb(47,8,110); }
td.TdClassName
{
border-color: #2F086E;
}
.TagClassName
{
border-color: #2F086E;
}
</style>