Shades of Persian Indigo #2F056C
Tints of Persian Indigo #2F056C
RGB
CMYK
RGB Variations
Color information
#2F056C (or 0x2F056C) is known color: Persian Indigo. HEX triplet: 2F, 05 and 6C. RGB value is (47,5,108). Sum of RGB (Red+Green+Blue) = 47+5+108=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F056C is #D0FA93. Grayscale: #1C1C1C. Windows color (decimal): -13695636 or 7079215. OLE color: 7079215.
HSL color Cylindrical-coordinate representation of color #2F056C: hue angle of 264.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F056C is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 5 | 108 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.58 |
| HSL | 264.47º | 0.91% | 0.22% | - |
| HSV(B) | 264.47º | 0.95% | 0.42% | - |
| XYZ | 3.93 | 1.8 | 14.33 | - |
| YUV | 29.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 108 | 0.56 | 0.95 | 0 | 0.58 | 264.47 | 0.91 | 0.22 |
| Hex | 2F | 5 | 6C | 38 | 5F | 0 | 3A | 108 | 5B | 16 |
| Octal | 57 | 5 | 154 | 70 | 137 | 0 | 72 | 410 | 133 | 26 |
| Binary | 101111 | 101 | 1101100 | 111000 | 1011111 | 0 | 111010 | 100001000 | 1011011 | 10110 |
Color Harmonies of #2F056C
Complementary color
Monochromatic Colors of #2F056C
Black with #2F056C
Text Example
Text Example
White with #2F056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F056C; }
p { color: rgb(47,5,108); }
H1.HeaderClassName
{
color: #2F056C;
}
.AnyTagClassName
{
color: #2F056C;
}
</style>
background-color css
<style>
a { background-color: #2F056C; }
a { background-color: rgb(47,5,108); }
div.DivClassName
{
background-color: #2F056C;
}
.BgClassName
{
background-color: #2F056C;
}
</style>
border-color css
<style>
span { border-color: #2F056C; }
span { border-color: rgb(47,5,108); }
td.TdClassName
{
border-color: #2F056C;
}
.TagClassName
{
border-color: #2F056C;
}
</style>