Shades of Persian Indigo #2F0A65
Tints of Persian Indigo #2F0A65
RGB
CMYK
RGB Variations
Color information
#2F0A65 (or 0x2F0A65) is known color: Persian Indigo. HEX triplet: 2F, 0A and 65. RGB value is (47,10,101). Sum of RGB (Red+Green+Blue) = 47+10+101=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F0A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0A65 is #D0F59A. Grayscale: #1F1F1F. Windows color (decimal): -13694363 or 6621743. OLE color: 6621743.
HSL color Cylindrical-coordinate representation of color #2F0A65: hue angle of 264.4º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0A65 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 10 | 101 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.60 |
| HSL | 264.4º | 0.82% | 0.22% | - |
| HSV(B) | 264.4º | 0.9% | 0.4% | - |
| XYZ | 3.63 | 1.76 | 12.46 | - |
| YUV | 31.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 101 | 0.53 | 0.90 | 0 | 0.60 | 264.4 | 0.82 | 0.22 |
| Hex | 2F | A | 65 | 35 | 5A | 0 | 3C | 108 | 52 | 16 |
| Octal | 57 | 12 | 145 | 65 | 132 | 0 | 74 | 410 | 122 | 26 |
| Binary | 101111 | 1010 | 1100101 | 110101 | 1011010 | 0 | 111100 | 100001000 | 1010010 | 10110 |
Color Harmonies of #2F0A65
Complementary color
Monochromatic Colors of #2F0A65
Black with #2F0A65
Text Example
Text Example
White with #2F0A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0A65; }
p { color: rgb(47,10,101); }
H1.HeaderClassName
{
color: #2F0A65;
}
.AnyTagClassName
{
color: #2F0A65;
}
</style>
background-color css
<style>
a { background-color: #2F0A65; }
a { background-color: rgb(47,10,101); }
div.DivClassName
{
background-color: #2F0A65;
}
.BgClassName
{
background-color: #2F0A65;
}
</style>
border-color css
<style>
span { border-color: #2F0A65; }
span { border-color: rgb(47,10,101); }
td.TdClassName
{
border-color: #2F0A65;
}
.TagClassName
{
border-color: #2F0A65;
}
</style>