Shades of Persian Indigo #2F2277
Tints of Persian Indigo #2F2277
RGB
CMYK
RGB Variations
Color information
#2F2277 (or 0x2F2277) is known color: Persian Indigo. HEX triplet: 2F, 22 and 77. RGB value is (47,34,119). Sum of RGB (Red+Green+Blue) = 47+34+119=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F2277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2277 is #D0DD88. Grayscale: #2F2F2F. Windows color (decimal): -13688201 or 7807535. OLE color: 7807535.
HSL color Cylindrical-coordinate representation of color #2F2277: hue angle of 249.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2277 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 34 | 119 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.53 |
| HSL | 249.18º | 0.56% | 0.3% | - |
| HSV(B) | 249.18º | 0.71% | 0.47% | - |
| XYZ | 5.07 | 3.08 | 17.78 | - |
| YUV | 47.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 119 | 0.61 | 0.71 | 0 | 0.53 | 249.18 | 0.56 | 0.3 |
| Hex | 2F | 22 | 77 | 3D | 47 | 0 | 35 | F9 | 38 | 1E |
| Octal | 57 | 42 | 167 | 75 | 107 | 0 | 65 | 371 | 70 | 36 |
| Binary | 101111 | 100010 | 1110111 | 111101 | 1000111 | 0 | 110101 | 11111001 | 111000 | 11110 |
Color Harmonies of #2F2277
Complementary color
Monochromatic Colors of #2F2277
Black with #2F2277
Text Example
Text Example
White with #2F2277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2277; }
p { color: rgb(47,34,119); }
H1.HeaderClassName
{
color: #2F2277;
}
.AnyTagClassName
{
color: #2F2277;
}
</style>
background-color css
<style>
a { background-color: #2F2277; }
a { background-color: rgb(47,34,119); }
div.DivClassName
{
background-color: #2F2277;
}
.BgClassName
{
background-color: #2F2277;
}
</style>
border-color css
<style>
span { border-color: #2F2277; }
span { border-color: rgb(47,34,119); }
td.TdClassName
{
border-color: #2F2277;
}
.TagClassName
{
border-color: #2F2277;
}
</style>