Shades of Persian Indigo #2F0364
Tints of Persian Indigo #2F0364
RGB
CMYK
RGB Variations
Color information
#2F0364 (or 0x2F0364) is known color: Persian Indigo. HEX triplet: 2F, 03 and 64. RGB value is (47,3,100). Sum of RGB (Red+Green+Blue) = 47+3+100=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #2F0364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0364 is #D0FC9B. Grayscale: #1A1A1A. Windows color (decimal): -13696156 or 6554415. OLE color: 6554415.
HSL color Cylindrical-coordinate representation of color #2F0364: hue angle of 267.22º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0364 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 3 | 100 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.61 |
| HSL | 267.22º | 0.94% | 0.2% | - |
| HSV(B) | 267.22º | 0.97% | 0.39% | - |
| XYZ | 3.51 | 1.59 | 12.18 | - |
| YUV | 27.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 100 | 0.53 | 0.97 | 0 | 0.61 | 267.22 | 0.94 | 0.2 |
| Hex | 2F | 3 | 64 | 35 | 61 | 0 | 3D | 10B | 5E | 14 |
| Octal | 57 | 3 | 144 | 65 | 141 | 0 | 75 | 413 | 136 | 24 |
| Binary | 101111 | 11 | 1100100 | 110101 | 1100001 | 0 | 111101 | 100001011 | 1011110 | 10100 |
Color Harmonies of #2F0364
Complementary color
Monochromatic Colors of #2F0364
Black with #2F0364
Text Example
Text Example
White with #2F0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0364; }
p { color: rgb(47,3,100); }
H1.HeaderClassName
{
color: #2F0364;
}
.AnyTagClassName
{
color: #2F0364;
}
</style>
background-color css
<style>
a { background-color: #2F0364; }
a { background-color: rgb(47,3,100); }
div.DivClassName
{
background-color: #2F0364;
}
.BgClassName
{
background-color: #2F0364;
}
</style>
border-color css
<style>
span { border-color: #2F0364; }
span { border-color: rgb(47,3,100); }
td.TdClassName
{
border-color: #2F0364;
}
.TagClassName
{
border-color: #2F0364;
}
</style>