Shades of Persian Indigo #3A0CAC
Tints of Persian Indigo #3A0CAC
RGB
CMYK
RGB Variations
Color information
#3A0CAC (or 0x3A0CAC) is known color: Persian Indigo. HEX triplet: 3A, 0C and AC. RGB value is (58,12,172). Sum of RGB (Red+Green+Blue) = 58+12+172=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0CAC is #C5F353. Grayscale: #2B2B2B. Windows color (decimal): -12972884 or 11275322. OLE color: 11275322.
HSL color Cylindrical-coordinate representation of color #3A0CAC: hue angle of 257.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0CAC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 12 | 172 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.33 |
| HSL | 257.25º | 0.87% | 0.36% | - |
| HSV(B) | 257.25º | 0.93% | 0.67% | - |
| XYZ | 9.32 | 4.14 | 39.34 | - |
| YUV | 43.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 172 | 0.66 | 0.93 | 0 | 0.33 | 257.25 | 0.87 | 0.36 |
| Hex | 3A | C | AC | 42 | 5D | 0 | 21 | 101 | 57 | 24 |
| Octal | 72 | 14 | 254 | 102 | 135 | 0 | 41 | 401 | 127 | 44 |
| Binary | 111010 | 1100 | 10101100 | 1000010 | 1011101 | 0 | 100001 | 100000001 | 1010111 | 100100 |
Color Harmonies of #3A0CAC
Complementary color
Monochromatic Colors of #3A0CAC
Black with #3A0CAC
Text Example
Text Example
White with #3A0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CAC; }
p { color: rgb(58,12,172); }
H1.HeaderClassName
{
color: #3A0CAC;
}
.AnyTagClassName
{
color: #3A0CAC;
}
</style>
background-color css
<style>
a { background-color: #3A0CAC; }
a { background-color: rgb(58,12,172); }
div.DivClassName
{
background-color: #3A0CAC;
}
.BgClassName
{
background-color: #3A0CAC;
}
</style>
border-color css
<style>
span { border-color: #3A0CAC; }
span { border-color: rgb(58,12,172); }
td.TdClassName
{
border-color: #3A0CAC;
}
.TagClassName
{
border-color: #3A0CAC;
}
</style>