Shades of Persian Indigo #3A0BA5
Tints of Persian Indigo #3A0BA5
RGB
CMYK
RGB Variations
Color information
#3A0BA5 (or 0x3A0BA5) is known color: Persian Indigo. HEX triplet: 3A, 0B and A5. RGB value is (58,11,165). Sum of RGB (Red+Green+Blue) = 58+11+165=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A0BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0BA5 is #C5F45A. Grayscale: #2A2A2A. Windows color (decimal): -12973147 or 10816314. OLE color: 10816314.
HSL color Cylindrical-coordinate representation of color #3A0BA5: hue angle of 258.31º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0BA5 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 11 | 165 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.35 |
| HSL | 258.31º | 0.88% | 0.35% | - |
| HSV(B) | 258.31º | 0.93% | 0.65% | - |
| XYZ | 8.66 | 3.86 | 35.89 | - |
| YUV | 42.61 | 197.07 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 165 | 0.65 | 0.93 | 0 | 0.35 | 258.31 | 0.88 | 0.35 |
| Hex | 3A | B | A5 | 41 | 5D | 0 | 23 | 102 | 58 | 23 |
| Octal | 72 | 13 | 245 | 101 | 135 | 0 | 43 | 402 | 130 | 43 |
| Binary | 111010 | 1011 | 10100101 | 1000001 | 1011101 | 0 | 100011 | 100000010 | 1011000 | 100011 |
Color Harmonies of #3A0BA5
Complementary color
Monochromatic Colors of #3A0BA5
Black with #3A0BA5
Text Example
Text Example
White with #3A0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BA5; }
p { color: rgb(58,11,165); }
H1.HeaderClassName
{
color: #3A0BA5;
}
.AnyTagClassName
{
color: #3A0BA5;
}
</style>
background-color css
<style>
a { background-color: #3A0BA5; }
a { background-color: rgb(58,11,165); }
div.DivClassName
{
background-color: #3A0BA5;
}
.BgClassName
{
background-color: #3A0BA5;
}
</style>
border-color css
<style>
span { border-color: #3A0BA5; }
span { border-color: rgb(58,11,165); }
td.TdClassName
{
border-color: #3A0BA5;
}
.TagClassName
{
border-color: #3A0BA5;
}
</style>