Shades of Persian Indigo #2F0763
Tints of Persian Indigo #2F0763
RGB
CMYK
RGB Variations
Color information
#2F0763 (or 0x2F0763) is known color: Persian Indigo. HEX triplet: 2F, 07 and 63. RGB value is (47,7,99). Sum of RGB (Red+Green+Blue) = 47+7+99=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F0763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0763 is #D0F89C. Grayscale: #1D1D1D. Windows color (decimal): -13695133 or 6489903. OLE color: 6489903.
HSL color Cylindrical-coordinate representation of color #2F0763: hue angle of 266.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0763 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 7 | 99 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.61 |
| HSL | 266.09º | 0.87% | 0.21% | - |
| HSV(B) | 266.09º | 0.93% | 0.39% | - |
| XYZ | 3.5 | 1.66 | 11.94 | - |
| YUV | 29.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 99 | 0.53 | 0.93 | 0 | 0.61 | 266.09 | 0.87 | 0.21 |
| Hex | 2F | 7 | 63 | 35 | 5D | 0 | 3D | 10A | 57 | 15 |
| Octal | 57 | 7 | 143 | 65 | 135 | 0 | 75 | 412 | 127 | 25 |
| Binary | 101111 | 111 | 1100011 | 110101 | 1011101 | 0 | 111101 | 100001010 | 1010111 | 10101 |
Color Harmonies of #2F0763
Complementary color
Monochromatic Colors of #2F0763
Black with #2F0763
Text Example
Text Example
White with #2F0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0763; }
p { color: rgb(47,7,99); }
H1.HeaderClassName
{
color: #2F0763;
}
.AnyTagClassName
{
color: #2F0763;
}
</style>
background-color css
<style>
a { background-color: #2F0763; }
a { background-color: rgb(47,7,99); }
div.DivClassName
{
background-color: #2F0763;
}
.BgClassName
{
background-color: #2F0763;
}
</style>
border-color css
<style>
span { border-color: #2F0763; }
span { border-color: rgb(47,7,99); }
td.TdClassName
{
border-color: #2F0763;
}
.TagClassName
{
border-color: #2F0763;
}
</style>