Shades of Persian Indigo #2F086C
Tints of Persian Indigo #2F086C
RGB
CMYK
RGB Variations
Color information
#2F086C (or 0x2F086C) is known color: Persian Indigo. HEX triplet: 2F, 08 and 6C. RGB value is (47,8,108). Sum of RGB (Red+Green+Blue) = 47+8+108=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F086C is #D0F793. Grayscale: #1E1E1E. Windows color (decimal): -13694868 or 7079983. OLE color: 7079983.
HSL color Cylindrical-coordinate representation of color #2F086C: hue angle of 263.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F086C is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 8 | 108 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.58 |
| HSL | 263.4º | 0.86% | 0.23% | - |
| HSV(B) | 263.4º | 0.93% | 0.42% | - |
| XYZ | 3.97 | 1.86 | 14.34 | - |
| YUV | 31.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 108 | 0.56 | 0.93 | 0 | 0.58 | 263.4 | 0.86 | 0.23 |
| Hex | 2F | 8 | 6C | 38 | 5D | 0 | 3A | 107 | 56 | 17 |
| Octal | 57 | 10 | 154 | 70 | 135 | 0 | 72 | 407 | 126 | 27 |
| Binary | 101111 | 1000 | 1101100 | 111000 | 1011101 | 0 | 111010 | 100000111 | 1010110 | 10111 |
Color Harmonies of #2F086C
Complementary color
Monochromatic Colors of #2F086C
Black with #2F086C
Text Example
Text Example
White with #2F086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F086C; }
p { color: rgb(47,8,108); }
H1.HeaderClassName
{
color: #2F086C;
}
.AnyTagClassName
{
color: #2F086C;
}
</style>
background-color css
<style>
a { background-color: #2F086C; }
a { background-color: rgb(47,8,108); }
div.DivClassName
{
background-color: #2F086C;
}
.BgClassName
{
background-color: #2F086C;
}
</style>
border-color css
<style>
span { border-color: #2F086C; }
span { border-color: rgb(47,8,108); }
td.TdClassName
{
border-color: #2F086C;
}
.TagClassName
{
border-color: #2F086C;
}
</style>