Shades of Persian Indigo #3A0C78
Tints of Persian Indigo #3A0C78
RGB
CMYK
RGB Variations
Color information
#3A0C78 (or 0x3A0C78) is known color: Persian Indigo. HEX triplet: 3A, 0C and 78. RGB value is (58,12,120). Sum of RGB (Red+Green+Blue) = 58+12+120=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A0C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0C78 is #C5F387. Grayscale: #252525. Windows color (decimal): -12972936 or 7867450. OLE color: 7867450.
HSL color Cylindrical-coordinate representation of color #3A0C78: hue angle of 265.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0C78 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 12 | 120 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.53 |
| HSL | 265.56º | 0.82% | 0.26% | - |
| HSV(B) | 265.56º | 0.9% | 0.47% | - |
| XYZ | 5.27 | 2.52 | 17.98 | - |
| YUV | 38.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 120 | 0.52 | 0.90 | 0 | 0.53 | 265.56 | 0.82 | 0.26 |
| Hex | 3A | C | 78 | 34 | 5A | 0 | 35 | 10A | 52 | 1A |
| Octal | 72 | 14 | 170 | 64 | 132 | 0 | 65 | 412 | 122 | 32 |
| Binary | 111010 | 1100 | 1111000 | 110100 | 1011010 | 0 | 110101 | 100001010 | 1010010 | 11010 |
Color Harmonies of #3A0C78
Complementary color
Monochromatic Colors of #3A0C78
Black with #3A0C78
Text Example
Text Example
White with #3A0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C78; }
p { color: rgb(58,12,120); }
H1.HeaderClassName
{
color: #3A0C78;
}
.AnyTagClassName
{
color: #3A0C78;
}
</style>
background-color css
<style>
a { background-color: #3A0C78; }
a { background-color: rgb(58,12,120); }
div.DivClassName
{
background-color: #3A0C78;
}
.BgClassName
{
background-color: #3A0C78;
}
</style>
border-color css
<style>
span { border-color: #3A0C78; }
span { border-color: rgb(58,12,120); }
td.TdClassName
{
border-color: #3A0C78;
}
.TagClassName
{
border-color: #3A0C78;
}
</style>