Shades of Persian Indigo #3A0CA4
Tints of Persian Indigo #3A0CA4
RGB
CMYK
RGB Variations
Color information
#3A0CA4 (or 0x3A0CA4) is known color: Persian Indigo. HEX triplet: 3A, 0C and A4. RGB value is (58,12,164). Sum of RGB (Red+Green+Blue) = 58+12+164=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A0CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0CA4 is #C5F35B. Grayscale: #2A2A2A. Windows color (decimal): -12972892 or 10751034. OLE color: 10751034.
HSL color Cylindrical-coordinate representation of color #3A0CA4: hue angle of 258.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0CA4 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 12 | 164 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.36 |
| HSL | 258.16º | 0.86% | 0.35% | - |
| HSV(B) | 258.16º | 0.93% | 0.64% | - |
| XYZ | 8.58 | 3.84 | 35.41 | - |
| YUV | 43.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 164 | 0.65 | 0.93 | 0 | 0.36 | 258.16 | 0.86 | 0.35 |
| Hex | 3A | C | A4 | 41 | 5D | 0 | 24 | 102 | 56 | 23 |
| Octal | 72 | 14 | 244 | 101 | 135 | 0 | 44 | 402 | 126 | 43 |
| Binary | 111010 | 1100 | 10100100 | 1000001 | 1011101 | 0 | 100100 | 100000010 | 1010110 | 100011 |
Color Harmonies of #3A0CA4
Complementary color
Monochromatic Colors of #3A0CA4
Black with #3A0CA4
Text Example
Text Example
White with #3A0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CA4; }
p { color: rgb(58,12,164); }
H1.HeaderClassName
{
color: #3A0CA4;
}
.AnyTagClassName
{
color: #3A0CA4;
}
</style>
background-color css
<style>
a { background-color: #3A0CA4; }
a { background-color: rgb(58,12,164); }
div.DivClassName
{
background-color: #3A0CA4;
}
.BgClassName
{
background-color: #3A0CA4;
}
</style>
border-color css
<style>
span { border-color: #3A0CA4; }
span { border-color: rgb(58,12,164); }
td.TdClassName
{
border-color: #3A0CA4;
}
.TagClassName
{
border-color: #3A0CA4;
}
</style>