Shades of Persian Indigo #2F0B76
Tints of Persian Indigo #2F0B76
RGB
CMYK
RGB Variations
Color information
#2F0B76 (or 0x2F0B76) is known color: Persian Indigo. HEX triplet: 2F, 0B and 76. RGB value is (47,11,118). Sum of RGB (Red+Green+Blue) = 47+11+118=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0B76 is #D0F489. Grayscale: #212121. Windows color (decimal): -13694090 or 7736111. OLE color: 7736111.
HSL color Cylindrical-coordinate representation of color #2F0B76: hue angle of 260.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0B76 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 11 | 118 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.54 |
| HSL | 260.19º | 0.83% | 0.25% | - |
| HSV(B) | 260.19º | 0.91% | 0.46% | - |
| XYZ | 4.56 | 2.15 | 17.31 | - |
| YUV | 33.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 118 | 0.60 | 0.91 | 0 | 0.54 | 260.19 | 0.83 | 0.25 |
| Hex | 2F | B | 76 | 3C | 5B | 0 | 36 | 104 | 53 | 19 |
| Octal | 57 | 13 | 166 | 74 | 133 | 0 | 66 | 404 | 123 | 31 |
| Binary | 101111 | 1011 | 1110110 | 111100 | 1011011 | 0 | 110110 | 100000100 | 1010011 | 11001 |
Color Harmonies of #2F0B76
Complementary color
Monochromatic Colors of #2F0B76
Black with #2F0B76
Text Example
Text Example
White with #2F0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B76; }
p { color: rgb(47,11,118); }
H1.HeaderClassName
{
color: #2F0B76;
}
.AnyTagClassName
{
color: #2F0B76;
}
</style>
background-color css
<style>
a { background-color: #2F0B76; }
a { background-color: rgb(47,11,118); }
div.DivClassName
{
background-color: #2F0B76;
}
.BgClassName
{
background-color: #2F0B76;
}
</style>
border-color css
<style>
span { border-color: #2F0B76; }
span { border-color: rgb(47,11,118); }
td.TdClassName
{
border-color: #2F0B76;
}
.TagClassName
{
border-color: #2F0B76;
}
</style>