Shades of Persian Indigo #3A0DA5
Tints of Persian Indigo #3A0DA5
RGB
CMYK
RGB Variations
Color information
#3A0DA5 (or 0x3A0DA5) is known color: Persian Indigo. HEX triplet: 3A, 0D and A5. RGB value is (58,13,165). Sum of RGB (Red+Green+Blue) = 58+13+165=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 165 (64.84% from 255 or 69.92% from 236); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A0DA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DA5 is #C5F25A. Grayscale: #2B2B2B. Windows color (decimal): -12972635 or 10816826. OLE color: 10816826.
HSL color Cylindrical-coordinate representation of color #3A0DA5: hue angle of 257.76º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0DA5 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 13 | 165 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.35 |
| HSL | 257.76º | 0.85% | 0.35% | - |
| HSV(B) | 257.76º | 0.92% | 0.65% | - |
| XYZ | 8.68 | 3.9 | 35.89 | - |
| YUV | 43.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 165 | 0.65 | 0.92 | 0 | 0.35 | 257.76 | 0.85 | 0.35 |
| Hex | 3A | D | A5 | 41 | 5C | 0 | 23 | 102 | 55 | 23 |
| Octal | 72 | 15 | 245 | 101 | 134 | 0 | 43 | 402 | 125 | 43 |
| Binary | 111010 | 1101 | 10100101 | 1000001 | 1011100 | 0 | 100011 | 100000010 | 1010101 | 100011 |
Color Harmonies of #3A0DA5
Complementary color
Monochromatic Colors of #3A0DA5
Black with #3A0DA5
Text Example
Text Example
White with #3A0DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DA5; }
p { color: rgb(58,13,165); }
H1.HeaderClassName
{
color: #3A0DA5;
}
.AnyTagClassName
{
color: #3A0DA5;
}
</style>
background-color css
<style>
a { background-color: #3A0DA5; }
a { background-color: rgb(58,13,165); }
div.DivClassName
{
background-color: #3A0DA5;
}
.BgClassName
{
background-color: #3A0DA5;
}
</style>
border-color css
<style>
span { border-color: #3A0DA5; }
span { border-color: rgb(58,13,165); }
td.TdClassName
{
border-color: #3A0DA5;
}
.TagClassName
{
border-color: #3A0DA5;
}
</style>