Shades of Persian Indigo #2F056D
Tints of Persian Indigo #2F056D
RGB
CMYK
RGB Variations
Color information
#2F056D (or 0x2F056D) is known color: Persian Indigo. HEX triplet: 2F, 05 and 6D. RGB value is (47,5,109). Sum of RGB (Red+Green+Blue) = 47+5+109=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F056D is #D0FA92. Grayscale: #1D1D1D. Windows color (decimal): -13695635 or 7144751. OLE color: 7144751.
HSL color Cylindrical-coordinate representation of color #2F056D: hue angle of 264.23º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F056D is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 5 | 109 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.57 |
| HSL | 264.23º | 0.91% | 0.22% | - |
| HSV(B) | 264.23º | 0.95% | 0.43% | - |
| XYZ | 3.99 | 1.82 | 14.61 | - |
| YUV | 29.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 109 | 0.57 | 0.95 | 0 | 0.57 | 264.23 | 0.91 | 0.22 |
| Hex | 2F | 5 | 6D | 39 | 5F | 0 | 39 | 108 | 5B | 16 |
| Octal | 57 | 5 | 155 | 71 | 137 | 0 | 71 | 410 | 133 | 26 |
| Binary | 101111 | 101 | 1101101 | 111001 | 1011111 | 0 | 111001 | 100001000 | 1011011 | 10110 |
Color Harmonies of #2F056D
Complementary color
Monochromatic Colors of #2F056D
Black with #2F056D
Text Example
Text Example
White with #2F056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F056D; }
p { color: rgb(47,5,109); }
H1.HeaderClassName
{
color: #2F056D;
}
.AnyTagClassName
{
color: #2F056D;
}
</style>
background-color css
<style>
a { background-color: #2F056D; }
a { background-color: rgb(47,5,109); }
div.DivClassName
{
background-color: #2F056D;
}
.BgClassName
{
background-color: #2F056D;
}
</style>
border-color css
<style>
span { border-color: #2F056D; }
span { border-color: rgb(47,5,109); }
td.TdClassName
{
border-color: #2F056D;
}
.TagClassName
{
border-color: #2F056D;
}
</style>