Shades of Persian Indigo #3A0DAD
Tints of Persian Indigo #3A0DAD
RGB
CMYK
RGB Variations
Color information
#3A0DAD (or 0x3A0DAD) is known color: Persian Indigo. HEX triplet: 3A, 0D and AD. RGB value is (58,13,173). Sum of RGB (Red+Green+Blue) = 58+13+173=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DAD is #C5F252. Grayscale: #2C2C2C. Windows color (decimal): -12972627 or 11341114. OLE color: 11341114.
HSL color Cylindrical-coordinate representation of color #3A0DAD: hue angle of 256.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0DAD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 13 | 173 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.32 |
| HSL | 256.88º | 0.86% | 0.36% | - |
| HSV(B) | 256.88º | 0.92% | 0.68% | - |
| XYZ | 9.43 | 4.2 | 39.85 | - |
| YUV | 44.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 173 | 0.66 | 0.92 | 0 | 0.32 | 256.88 | 0.86 | 0.36 |
| Hex | 3A | D | AD | 42 | 5C | 0 | 20 | 101 | 56 | 24 |
| Octal | 72 | 15 | 255 | 102 | 134 | 0 | 40 | 401 | 126 | 44 |
| Binary | 111010 | 1101 | 10101101 | 1000010 | 1011100 | 0 | 100000 | 100000001 | 1010110 | 100100 |
Color Harmonies of #3A0DAD
Complementary color
Monochromatic Colors of #3A0DAD
Black with #3A0DAD
Text Example
Text Example
White with #3A0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DAD; }
p { color: rgb(58,13,173); }
H1.HeaderClassName
{
color: #3A0DAD;
}
.AnyTagClassName
{
color: #3A0DAD;
}
</style>
background-color css
<style>
a { background-color: #3A0DAD; }
a { background-color: rgb(58,13,173); }
div.DivClassName
{
background-color: #3A0DAD;
}
.BgClassName
{
background-color: #3A0DAD;
}
</style>
border-color css
<style>
span { border-color: #3A0DAD; }
span { border-color: rgb(58,13,173); }
td.TdClassName
{
border-color: #3A0DAD;
}
.TagClassName
{
border-color: #3A0DAD;
}
</style>