Shades of Persian Indigo #2F0076
Tints of Persian Indigo #2F0076
RGB
CMYK
RGB Variations
Color information
#2F0076 (or 0x2F0076) is known color: Persian Indigo. HEX triplet: 2F, 00 and 76. RGB value is (47,0,118). Sum of RGB (Red+Green+Blue) = 47+0+118=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0076 is #D0FF89. Grayscale: #1B1B1B. Windows color (decimal): -13696906 or 7733295. OLE color: 7733295.
HSL color Cylindrical-coordinate representation of color #2F0076: hue angle of 263.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0076 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 0 | 118 | - |
| CMYK | 0.60 | 1 | 0 | 0.54 |
| HSL | 263.9º | 1% | 0.23% | - |
| HSV(B) | 263.9º | 1% | 0.46% | - |
| XYZ | 4.44 | 1.91 | 17.27 | - |
| YUV | 27.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 118 | 0.60 | 1 | 0 | 0.54 | 263.9 | 1 | 0.23 |
| Hex | 2F | 0 | 76 | 3C | 64 | 0 | 36 | 108 | 64 | 17 |
| Octal | 57 | 0 | 166 | 74 | 144 | 0 | 66 | 410 | 144 | 27 |
| Binary | 101111 | 0 | 1110110 | 111100 | 1100100 | 0 | 110110 | 100001000 | 1100100 | 10111 |
Color Harmonies of #2F0076
Complementary color
Monochromatic Colors of #2F0076
Black with #2F0076
Text Example
Text Example
White with #2F0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0076; }
p { color: rgb(47,0,118); }
H1.HeaderClassName
{
color: #2F0076;
}
.AnyTagClassName
{
color: #2F0076;
}
</style>
background-color css
<style>
a { background-color: #2F0076; }
a { background-color: rgb(47,0,118); }
div.DivClassName
{
background-color: #2F0076;
}
.BgClassName
{
background-color: #2F0076;
}
</style>
border-color css
<style>
span { border-color: #2F0076; }
span { border-color: rgb(47,0,118); }
td.TdClassName
{
border-color: #2F0076;
}
.TagClassName
{
border-color: #2F0076;
}
</style>