Shades of Persian Indigo #2F098A
Tints of Persian Indigo #2F098A
RGB
CMYK
RGB Variations
Color information
#2F098A (or 0x2F098A) is known color: Persian Indigo. HEX triplet: 2F, 09 and 8A. RGB value is (47,9,138). Sum of RGB (Red+Green+Blue) = 47+9+138=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F098A is #D0F675. Grayscale: #222222. Windows color (decimal): -13694582 or 9046319. OLE color: 9046319.
HSL color Cylindrical-coordinate representation of color #2F098A: hue angle of 257.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F098A is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 9 | 138 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.46 |
| HSL | 257.67º | 0.88% | 0.29% | - |
| HSV(B) | 257.67º | 0.93% | 0.54% | - |
| XYZ | 5.86 | 2.63 | 24.24 | - |
| YUV | 35.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 138 | 0.66 | 0.93 | 0 | 0.46 | 257.67 | 0.88 | 0.29 |
| Hex | 2F | 9 | 8A | 42 | 5D | 0 | 2E | 102 | 58 | 1D |
| Octal | 57 | 11 | 212 | 102 | 135 | 0 | 56 | 402 | 130 | 35 |
| Binary | 101111 | 1001 | 10001010 | 1000010 | 1011101 | 0 | 101110 | 100000010 | 1011000 | 11101 |
Color Harmonies of #2F098A
Complementary color
Monochromatic Colors of #2F098A
Black with #2F098A
Text Example
Text Example
White with #2F098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F098A; }
p { color: rgb(47,9,138); }
H1.HeaderClassName
{
color: #2F098A;
}
.AnyTagClassName
{
color: #2F098A;
}
</style>
background-color css
<style>
a { background-color: #2F098A; }
a { background-color: rgb(47,9,138); }
div.DivClassName
{
background-color: #2F098A;
}
.BgClassName
{
background-color: #2F098A;
}
</style>
border-color css
<style>
span { border-color: #2F098A; }
span { border-color: rgb(47,9,138); }
td.TdClassName
{
border-color: #2F098A;
}
.TagClassName
{
border-color: #2F098A;
}
</style>