Shades of Persian Indigo #2F0564
Tints of Persian Indigo #2F0564
RGB
CMYK
RGB Variations
Color information
#2F0564 (or 0x2F0564) is known color: Persian Indigo. HEX triplet: 2F, 05 and 64. RGB value is (47,5,100). Sum of RGB (Red+Green+Blue) = 47+5+100=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #2F0564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0564 is #D0FA9B. Grayscale: #1C1C1C. Windows color (decimal): -13695644 or 6554927. OLE color: 6554927.
HSL color Cylindrical-coordinate representation of color #2F0564: hue angle of 266.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0564 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 5 | 100 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.61 |
| HSL | 266.53º | 0.9% | 0.21% | - |
| HSV(B) | 266.53º | 0.95% | 0.39% | - |
| XYZ | 3.53 | 1.63 | 12.19 | - |
| YUV | 28.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 100 | 0.53 | 0.95 | 0 | 0.61 | 266.53 | 0.9 | 0.21 |
| Hex | 2F | 5 | 64 | 35 | 5F | 0 | 3D | 10B | 5A | 15 |
| Octal | 57 | 5 | 144 | 65 | 137 | 0 | 75 | 413 | 132 | 25 |
| Binary | 101111 | 101 | 1100100 | 110101 | 1011111 | 0 | 111101 | 100001011 | 1011010 | 10101 |
Color Harmonies of #2F0564
Complementary color
Monochromatic Colors of #2F0564
Black with #2F0564
Text Example
Text Example
White with #2F0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0564; }
p { color: rgb(47,5,100); }
H1.HeaderClassName
{
color: #2F0564;
}
.AnyTagClassName
{
color: #2F0564;
}
</style>
background-color css
<style>
a { background-color: #2F0564; }
a { background-color: rgb(47,5,100); }
div.DivClassName
{
background-color: #2F0564;
}
.BgClassName
{
background-color: #2F0564;
}
</style>
border-color css
<style>
span { border-color: #2F0564; }
span { border-color: rgb(47,5,100); }
td.TdClassName
{
border-color: #2F0564;
}
.TagClassName
{
border-color: #2F0564;
}
</style>