Shades of Persian Indigo #2F0473
Tints of Persian Indigo #2F0473
RGB
CMYK
RGB Variations
Color information
#2F0473 (or 0x2F0473) is known color: Persian Indigo. HEX triplet: 2F, 04 and 73. RGB value is (47,4,115). Sum of RGB (Red+Green+Blue) = 47+4+115=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F0473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0473 is #D0FB8C. Grayscale: #1D1D1D. Windows color (decimal): -13695885 or 7537711. OLE color: 7537711.
HSL color Cylindrical-coordinate representation of color #2F0473: hue angle of 263.24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0473 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 4 | 115 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.55 |
| HSL | 263.24º | 0.93% | 0.23% | - |
| HSV(B) | 263.24º | 0.97% | 0.45% | - |
| XYZ | 4.31 | 1.93 | 16.36 | - |
| YUV | 29.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 115 | 0.59 | 0.97 | 0 | 0.55 | 263.24 | 0.93 | 0.23 |
| Hex | 2F | 4 | 73 | 3B | 61 | 0 | 37 | 107 | 5D | 17 |
| Octal | 57 | 4 | 163 | 73 | 141 | 0 | 67 | 407 | 135 | 27 |
| Binary | 101111 | 100 | 1110011 | 111011 | 1100001 | 0 | 110111 | 100000111 | 1011101 | 10111 |
Color Harmonies of #2F0473
Complementary color
Monochromatic Colors of #2F0473
Black with #2F0473
Text Example
Text Example
White with #2F0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0473; }
p { color: rgb(47,4,115); }
H1.HeaderClassName
{
color: #2F0473;
}
.AnyTagClassName
{
color: #2F0473;
}
</style>
background-color css
<style>
a { background-color: #2F0473; }
a { background-color: rgb(47,4,115); }
div.DivClassName
{
background-color: #2F0473;
}
.BgClassName
{
background-color: #2F0473;
}
</style>
border-color css
<style>
span { border-color: #2F0473; }
span { border-color: rgb(47,4,115); }
td.TdClassName
{
border-color: #2F0473;
}
.TagClassName
{
border-color: #2F0473;
}
</style>