Shades of Persian Indigo #3A10AD
Tints of Persian Indigo #3A10AD
RGB
CMYK
RGB Variations
Color information
#3A10AD (or 0x3A10AD) is known color: Persian Indigo. HEX triplet: 3A, 10 and AD. RGB value is (58,16,173). Sum of RGB (Red+Green+Blue) = 58+16+173=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A10AD is #C5EF52. Grayscale: #2D2D2D. Windows color (decimal): -12971859 or 11341882. OLE color: 11341882.
HSL color Cylindrical-coordinate representation of color #3A10AD: hue angle of 256.05º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A10AD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 16 | 173 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.32 |
| HSL | 256.05º | 0.83% | 0.37% | - |
| HSV(B) | 256.05º | 0.91% | 0.68% | - |
| XYZ | 9.47 | 4.29 | 39.86 | - |
| YUV | 46.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 173 | 0.66 | 0.91 | 0 | 0.32 | 256.05 | 0.83 | 0.37 |
| Hex | 3A | 10 | AD | 42 | 5B | 0 | 20 | 100 | 53 | 25 |
| Octal | 72 | 20 | 255 | 102 | 133 | 0 | 40 | 400 | 123 | 45 |
| Binary | 111010 | 10000 | 10101101 | 1000010 | 1011011 | 0 | 100000 | 100000000 | 1010011 | 100101 |
Color Harmonies of #3A10AD
Complementary color
Monochromatic Colors of #3A10AD
Black with #3A10AD
Text Example
Text Example
White with #3A10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10AD; }
p { color: rgb(58,16,173); }
H1.HeaderClassName
{
color: #3A10AD;
}
.AnyTagClassName
{
color: #3A10AD;
}
</style>
background-color css
<style>
a { background-color: #3A10AD; }
a { background-color: rgb(58,16,173); }
div.DivClassName
{
background-color: #3A10AD;
}
.BgClassName
{
background-color: #3A10AD;
}
</style>
border-color css
<style>
span { border-color: #3A10AD; }
span { border-color: rgb(58,16,173); }
td.TdClassName
{
border-color: #3A10AD;
}
.TagClassName
{
border-color: #3A10AD;
}
</style>