Shades of Persian Indigo #3A0DB0
Tints of Persian Indigo #3A0DB0
RGB
CMYK
RGB Variations
Color information
#3A0DB0 (or 0x3A0DB0) is known color: Persian Indigo. HEX triplet: 3A, 0D and B0. RGB value is (58,13,176). Sum of RGB (Red+Green+Blue) = 58+13+176=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 176 (69.14% from 255 or 71.26% from 247); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A0DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0DB0 is #C5F24F. Grayscale: #2C2C2C. Windows color (decimal): -12972624 or 11537722. OLE color: 11537722.
HSL color Cylindrical-coordinate representation of color #3A0DB0: hue angle of 256.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0DB0 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 13 | 176 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.31 |
| HSL | 256.56º | 0.86% | 0.37% | - |
| HSV(B) | 256.56º | 0.93% | 0.69% | - |
| XYZ | 9.73 | 4.32 | 41.4 | - |
| YUV | 45.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 176 | 0.67 | 0.93 | 0 | 0.31 | 256.56 | 0.86 | 0.37 |
| Hex | 3A | D | B0 | 43 | 5D | 0 | 1F | 101 | 56 | 25 |
| Octal | 72 | 15 | 260 | 103 | 135 | 0 | 37 | 401 | 126 | 45 |
| Binary | 111010 | 1101 | 10110000 | 1000011 | 1011101 | 0 | 11111 | 100000001 | 1010110 | 100101 |
Color Harmonies of #3A0DB0
Complementary color
Monochromatic Colors of #3A0DB0
Black with #3A0DB0
Text Example
Text Example
White with #3A0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DB0; }
p { color: rgb(58,13,176); }
H1.HeaderClassName
{
color: #3A0DB0;
}
.AnyTagClassName
{
color: #3A0DB0;
}
</style>
background-color css
<style>
a { background-color: #3A0DB0; }
a { background-color: rgb(58,13,176); }
div.DivClassName
{
background-color: #3A0DB0;
}
.BgClassName
{
background-color: #3A0DB0;
}
</style>
border-color css
<style>
span { border-color: #3A0DB0; }
span { border-color: rgb(58,13,176); }
td.TdClassName
{
border-color: #3A0DB0;
}
.TagClassName
{
border-color: #3A0DB0;
}
</style>