Shades of Persian Indigo #2F0993
Tints of Persian Indigo #2F0993
RGB
CMYK
RGB Variations
Color information
#2F0993 (or 0x2F0993) is known color: Persian Indigo. HEX triplet: 2F, 09 and 93. RGB value is (47,9,147). Sum of RGB (Red+Green+Blue) = 47+9+147=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F0993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0993 is #D0F66C. Grayscale: #232323. Windows color (decimal): -13694573 or 9636143. OLE color: 9636143.
HSL color Cylindrical-coordinate representation of color #2F0993: hue angle of 256.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0993 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 9 | 147 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.42 |
| HSL | 256.52º | 0.88% | 0.31% | - |
| HSV(B) | 256.52º | 0.94% | 0.58% | - |
| XYZ | 6.54 | 2.91 | 27.82 | - |
| YUV | 36.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 147 | 0.68 | 0.94 | 0 | 0.42 | 256.52 | 0.88 | 0.31 |
| Hex | 2F | 9 | 93 | 44 | 5E | 0 | 2A | 101 | 58 | 1F |
| Octal | 57 | 11 | 223 | 104 | 136 | 0 | 52 | 401 | 130 | 37 |
| Binary | 101111 | 1001 | 10010011 | 1000100 | 1011110 | 0 | 101010 | 100000001 | 1011000 | 11111 |
Color Harmonies of #2F0993
Complementary color
Monochromatic Colors of #2F0993
Black with #2F0993
Text Example
Text Example
White with #2F0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0993; }
p { color: rgb(47,9,147); }
H1.HeaderClassName
{
color: #2F0993;
}
.AnyTagClassName
{
color: #2F0993;
}
</style>
background-color css
<style>
a { background-color: #2F0993; }
a { background-color: rgb(47,9,147); }
div.DivClassName
{
background-color: #2F0993;
}
.BgClassName
{
background-color: #2F0993;
}
</style>
border-color css
<style>
span { border-color: #2F0993; }
span { border-color: rgb(47,9,147); }
td.TdClassName
{
border-color: #2F0993;
}
.TagClassName
{
border-color: #2F0993;
}
</style>