Shades of Persian Indigo #2F0077
Tints of Persian Indigo #2F0077
RGB
CMYK
RGB Variations
Color information
#2F0077 (or 0x2F0077) is known color: Persian Indigo. HEX triplet: 2F, 00 and 77. RGB value is (47,0,119). Sum of RGB (Red+Green+Blue) = 47+0+119=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0077 is #D0FF88. Grayscale: #1B1B1B. Windows color (decimal): -13696905 or 7798831. OLE color: 7798831.
HSL color Cylindrical-coordinate representation of color #2F0077: hue angle of 263.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0077 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 0 | 119 | - |
| CMYK | 0.61 | 1 | 0 | 0.53 |
| HSL | 263.7º | 1% | 0.23% | - |
| HSV(B) | 263.7º | 1% | 0.47% | - |
| XYZ | 4.5 | 1.94 | 17.59 | - |
| YUV | 27.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 119 | 0.61 | 1 | 0 | 0.53 | 263.7 | 1 | 0.23 |
| Hex | 2F | 0 | 77 | 3D | 64 | 0 | 35 | 108 | 64 | 17 |
| Octal | 57 | 0 | 167 | 75 | 144 | 0 | 65 | 410 | 144 | 27 |
| Binary | 101111 | 0 | 1110111 | 111101 | 1100100 | 0 | 110101 | 100001000 | 1100100 | 10111 |
Color Harmonies of #2F0077
Complementary color
Monochromatic Colors of #2F0077
Black with #2F0077
Text Example
Text Example
White with #2F0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0077; }
p { color: rgb(47,0,119); }
H1.HeaderClassName
{
color: #2F0077;
}
.AnyTagClassName
{
color: #2F0077;
}
</style>
background-color css
<style>
a { background-color: #2F0077; }
a { background-color: rgb(47,0,119); }
div.DivClassName
{
background-color: #2F0077;
}
.BgClassName
{
background-color: #2F0077;
}
</style>
border-color css
<style>
span { border-color: #2F0077; }
span { border-color: rgb(47,0,119); }
td.TdClassName
{
border-color: #2F0077;
}
.TagClassName
{
border-color: #2F0077;
}
</style>