Shades of Persian Indigo #2F096A
Tints of Persian Indigo #2F096A
RGB
CMYK
RGB Variations
Color information
#2F096A (or 0x2F096A) is known color: Persian Indigo. HEX triplet: 2F, 09 and 6A. RGB value is (47,9,106). Sum of RGB (Red+Green+Blue) = 47+9+106=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F096A is #D0F695. Grayscale: #1F1F1F. Windows color (decimal): -13694614 or 6949167. OLE color: 6949167.
HSL color Cylindrical-coordinate representation of color #2F096A: hue angle of 263.51º 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 #2F096A is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 9 | 106 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.58 |
| HSL | 263.51º | 0.84% | 0.23% | - |
| HSV(B) | 263.51º | 0.92% | 0.42% | - |
| XYZ | 3.87 | 1.84 | 13.79 | - |
| YUV | 31.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 106 | 0.56 | 0.92 | 0 | 0.58 | 263.51 | 0.84 | 0.23 |
| Hex | 2F | 9 | 6A | 38 | 5C | 0 | 3A | 108 | 54 | 17 |
| Octal | 57 | 11 | 152 | 70 | 134 | 0 | 72 | 410 | 124 | 27 |
| Binary | 101111 | 1001 | 1101010 | 111000 | 1011100 | 0 | 111010 | 100001000 | 1010100 | 10111 |
Color Harmonies of #2F096A
Complementary color
Monochromatic Colors of #2F096A
Black with #2F096A
Text Example
Text Example
White with #2F096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F096A; }
p { color: rgb(47,9,106); }
H1.HeaderClassName
{
color: #2F096A;
}
.AnyTagClassName
{
color: #2F096A;
}
</style>
background-color css
<style>
a { background-color: #2F096A; }
a { background-color: rgb(47,9,106); }
div.DivClassName
{
background-color: #2F096A;
}
.BgClassName
{
background-color: #2F096A;
}
</style>
border-color css
<style>
span { border-color: #2F096A; }
span { border-color: rgb(47,9,106); }
td.TdClassName
{
border-color: #2F096A;
}
.TagClassName
{
border-color: #2F096A;
}
</style>