Shades of Persian Indigo #2F056E
Tints of Persian Indigo #2F056E
RGB
CMYK
RGB Variations
Color information
#2F056E (or 0x2F056E) is known color: Persian Indigo. HEX triplet: 2F, 05 and 6E. RGB value is (47,5,110). Sum of RGB (Red+Green+Blue) = 47+5+110=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F056E is #D0FA91. Grayscale: #1D1D1D. Windows color (decimal): -13695634 or 7210287. OLE color: 7210287.
HSL color Cylindrical-coordinate representation of color #2F056E: hue angle of 264º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F056E is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 5 | 110 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.57 |
| HSL | 264º | 0.91% | 0.23% | - |
| HSV(B) | 264º | 0.95% | 0.43% | - |
| XYZ | 4.04 | 1.84 | 14.89 | - |
| YUV | 29.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 110 | 0.57 | 0.95 | 0 | 0.57 | 264 | 0.91 | 0.23 |
| Hex | 2F | 5 | 6E | 39 | 5F | 0 | 39 | 108 | 5B | 17 |
| Octal | 57 | 5 | 156 | 71 | 137 | 0 | 71 | 410 | 133 | 27 |
| Binary | 101111 | 101 | 1101110 | 111001 | 1011111 | 0 | 111001 | 100001000 | 1011011 | 10111 |
Color Harmonies of #2F056E
Complementary color
Monochromatic Colors of #2F056E
Black with #2F056E
Text Example
Text Example
White with #2F056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F056E; }
p { color: rgb(47,5,110); }
H1.HeaderClassName
{
color: #2F056E;
}
.AnyTagClassName
{
color: #2F056E;
}
</style>
background-color css
<style>
a { background-color: #2F056E; }
a { background-color: rgb(47,5,110); }
div.DivClassName
{
background-color: #2F056E;
}
.BgClassName
{
background-color: #2F056E;
}
</style>
border-color css
<style>
span { border-color: #2F056E; }
span { border-color: rgb(47,5,110); }
td.TdClassName
{
border-color: #2F056E;
}
.TagClassName
{
border-color: #2F056E;
}
</style>