Shades of Persian Indigo #2F0799
Tints of Persian Indigo #2F0799
RGB
CMYK
RGB Variations
Color information
#2F0799 (or 0x2F0799) is known color: Persian Indigo. HEX triplet: 2F, 07 and 99. RGB value is (47,7,153). Sum of RGB (Red+Green+Blue) = 47+7+153=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F0799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0799 is #D0F866. Grayscale: #232323. Windows color (decimal): -13695079 or 10028847. OLE color: 10028847.
HSL color Cylindrical-coordinate representation of color #2F0799: hue angle of 256.44º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0799 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 7 | 153 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.4 |
| HSL | 256.44º | 0.91% | 0.31% | - |
| HSV(B) | 256.44º | 0.95% | 0.6% | - |
| XYZ | 7 | 3.06 | 30.36 | - |
| YUV | 35.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 153 | 0.69 | 0.95 | 0 | 0.4 | 256.44 | 0.91 | 0.31 |
| Hex | 2F | 7 | 99 | 45 | 5F | 0 | 28 | 100 | 5B | 1F |
| Octal | 57 | 7 | 231 | 105 | 137 | 0 | 50 | 400 | 133 | 37 |
| Binary | 101111 | 111 | 10011001 | 1000101 | 1011111 | 0 | 101000 | 100000000 | 1011011 | 11111 |
Color Harmonies of #2F0799
Complementary color
Monochromatic Colors of #2F0799
Black with #2F0799
Text Example
Text Example
White with #2F0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0799; }
p { color: rgb(47,7,153); }
H1.HeaderClassName
{
color: #2F0799;
}
.AnyTagClassName
{
color: #2F0799;
}
</style>
background-color css
<style>
a { background-color: #2F0799; }
a { background-color: rgb(47,7,153); }
div.DivClassName
{
background-color: #2F0799;
}
.BgClassName
{
background-color: #2F0799;
}
</style>
border-color css
<style>
span { border-color: #2F0799; }
span { border-color: rgb(47,7,153); }
td.TdClassName
{
border-color: #2F0799;
}
.TagClassName
{
border-color: #2F0799;
}
</style>