Shades of Persian Indigo #3A0C71
Tints of Persian Indigo #3A0C71
RGB
CMYK
RGB Variations
Color information
#3A0C71 (or 0x3A0C71) is known color: Persian Indigo. HEX triplet: 3A, 0C and 71. RGB value is (58,12,113). Sum of RGB (Red+Green+Blue) = 58+12+113=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0C71 is #C5F38E. Grayscale: #242424. Windows color (decimal): -12972943 or 7408698. OLE color: 7408698.
HSL color Cylindrical-coordinate representation of color #3A0C71: hue angle of 267.33º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0C71 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 12 | 113 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.56 |
| HSL | 267.33º | 0.81% | 0.25% | - |
| HSV(B) | 267.33º | 0.89% | 0.44% | - |
| XYZ | 4.86 | 2.35 | 15.82 | - |
| YUV | 37.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 113 | 0.49 | 0.89 | 0 | 0.56 | 267.33 | 0.81 | 0.25 |
| Hex | 3A | C | 71 | 31 | 59 | 0 | 38 | 10B | 51 | 19 |
| Octal | 72 | 14 | 161 | 61 | 131 | 0 | 70 | 413 | 121 | 31 |
| Binary | 111010 | 1100 | 1110001 | 110001 | 1011001 | 0 | 111000 | 100001011 | 1010001 | 11001 |
Color Harmonies of #3A0C71
Complementary color
Monochromatic Colors of #3A0C71
Black with #3A0C71
Text Example
Text Example
White with #3A0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C71; }
p { color: rgb(58,12,113); }
H1.HeaderClassName
{
color: #3A0C71;
}
.AnyTagClassName
{
color: #3A0C71;
}
</style>
background-color css
<style>
a { background-color: #3A0C71; }
a { background-color: rgb(58,12,113); }
div.DivClassName
{
background-color: #3A0C71;
}
.BgClassName
{
background-color: #3A0C71;
}
</style>
border-color css
<style>
span { border-color: #3A0C71; }
span { border-color: rgb(58,12,113); }
td.TdClassName
{
border-color: #3A0C71;
}
.TagClassName
{
border-color: #3A0C71;
}
</style>