Shades of Persian Indigo #2F086A
Tints of Persian Indigo #2F086A
RGB
CMYK
RGB Variations
Color information
#2F086A (or 0x2F086A) is known color: Persian Indigo. HEX triplet: 2F, 08 and 6A. RGB value is (47,8,106). Sum of RGB (Red+Green+Blue) = 47+8+106=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F086A is #D0F795. Grayscale: #1E1E1E. Windows color (decimal): -13694870 or 6948911. OLE color: 6948911.
HSL color Cylindrical-coordinate representation of color #2F086A: hue angle of 263.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F086A is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 8 | 106 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.58 |
| HSL | 263.88º | 0.86% | 0.22% | - |
| HSV(B) | 263.88º | 0.92% | 0.42% | - |
| XYZ | 3.86 | 1.82 | 13.78 | - |
| YUV | 30.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 106 | 0.56 | 0.92 | 0 | 0.58 | 263.88 | 0.86 | 0.22 |
| Hex | 2F | 8 | 6A | 38 | 5C | 0 | 3A | 108 | 56 | 16 |
| Octal | 57 | 10 | 152 | 70 | 134 | 0 | 72 | 410 | 126 | 26 |
| Binary | 101111 | 1000 | 1101010 | 111000 | 1011100 | 0 | 111010 | 100001000 | 1010110 | 10110 |
Color Harmonies of #2F086A
Complementary color
Monochromatic Colors of #2F086A
Black with #2F086A
Text Example
Text Example
White with #2F086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F086A; }
p { color: rgb(47,8,106); }
H1.HeaderClassName
{
color: #2F086A;
}
.AnyTagClassName
{
color: #2F086A;
}
</style>
background-color css
<style>
a { background-color: #2F086A; }
a { background-color: rgb(47,8,106); }
div.DivClassName
{
background-color: #2F086A;
}
.BgClassName
{
background-color: #2F086A;
}
</style>
border-color css
<style>
span { border-color: #2F086A; }
span { border-color: rgb(47,8,106); }
td.TdClassName
{
border-color: #2F086A;
}
.TagClassName
{
border-color: #2F086A;
}
</style>