Shades of Persian Indigo #2F096B
Tints of Persian Indigo #2F096B
RGB
CMYK
RGB Variations
Color information
#2F096B (or 0x2F096B) is known color: Persian Indigo. HEX triplet: 2F, 09 and 6B. RGB value is (47,9,107). Sum of RGB (Red+Green+Blue) = 47+9+107=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F096B is #D0F694. Grayscale: #1F1F1F. Windows color (decimal): -13694613 or 7014703. OLE color: 7014703.
HSL color Cylindrical-coordinate representation of color #2F096B: hue angle of 263.27º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F096B is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 9 | 107 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.58 |
| HSL | 263.27º | 0.84% | 0.23% | - |
| HSV(B) | 263.27º | 0.92% | 0.42% | - |
| XYZ | 3.92 | 1.86 | 14.06 | - |
| YUV | 31.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 107 | 0.56 | 0.92 | 0 | 0.58 | 263.27 | 0.84 | 0.23 |
| Hex | 2F | 9 | 6B | 38 | 5C | 0 | 3A | 107 | 54 | 17 |
| Octal | 57 | 11 | 153 | 70 | 134 | 0 | 72 | 407 | 124 | 27 |
| Binary | 101111 | 1001 | 1101011 | 111000 | 1011100 | 0 | 111010 | 100000111 | 1010100 | 10111 |
Color Harmonies of #2F096B
Complementary color
Monochromatic Colors of #2F096B
Black with #2F096B
Text Example
Text Example
White with #2F096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F096B; }
p { color: rgb(47,9,107); }
H1.HeaderClassName
{
color: #2F096B;
}
.AnyTagClassName
{
color: #2F096B;
}
</style>
background-color css
<style>
a { background-color: #2F096B; }
a { background-color: rgb(47,9,107); }
div.DivClassName
{
background-color: #2F096B;
}
.BgClassName
{
background-color: #2F096B;
}
</style>
border-color css
<style>
span { border-color: #2F096B; }
span { border-color: rgb(47,9,107); }
td.TdClassName
{
border-color: #2F096B;
}
.TagClassName
{
border-color: #2F096B;
}
</style>