Shades of Persian Indigo #3A0DA4
Tints of Persian Indigo #3A0DA4
RGB
CMYK
RGB Variations
Color information
#3A0DA4 (or 0x3A0DA4) is known color: Persian Indigo. HEX triplet: 3A, 0D and A4. RGB value is (58,13,164). Sum of RGB (Red+Green+Blue) = 58+13+164=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 164 (64.45% from 255 or 69.79% from 235); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A0DA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DA4 is #C5F25B. Grayscale: #2B2B2B. Windows color (decimal): -12972636 or 10751290. OLE color: 10751290.
HSL color Cylindrical-coordinate representation of color #3A0DA4: hue angle of 257.88º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0DA4 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 13 | 164 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.36 |
| HSL | 257.88º | 0.85% | 0.35% | - |
| HSV(B) | 257.88º | 0.92% | 0.64% | - |
| XYZ | 8.59 | 3.87 | 35.42 | - |
| YUV | 43.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 164 | 0.65 | 0.92 | 0 | 0.36 | 257.88 | 0.85 | 0.35 |
| Hex | 3A | D | A4 | 41 | 5C | 0 | 24 | 102 | 55 | 23 |
| Octal | 72 | 15 | 244 | 101 | 134 | 0 | 44 | 402 | 125 | 43 |
| Binary | 111010 | 1101 | 10100100 | 1000001 | 1011100 | 0 | 100100 | 100000010 | 1010101 | 100011 |
Color Harmonies of #3A0DA4
Complementary color
Monochromatic Colors of #3A0DA4
Black with #3A0DA4
Text Example
Text Example
White with #3A0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DA4; }
p { color: rgb(58,13,164); }
H1.HeaderClassName
{
color: #3A0DA4;
}
.AnyTagClassName
{
color: #3A0DA4;
}
</style>
background-color css
<style>
a { background-color: #3A0DA4; }
a { background-color: rgb(58,13,164); }
div.DivClassName
{
background-color: #3A0DA4;
}
.BgClassName
{
background-color: #3A0DA4;
}
</style>
border-color css
<style>
span { border-color: #3A0DA4; }
span { border-color: rgb(58,13,164); }
td.TdClassName
{
border-color: #3A0DA4;
}
.TagClassName
{
border-color: #3A0DA4;
}
</style>