Shades of Persian Indigo #3A12AD
Tints of Persian Indigo #3A12AD
RGB
CMYK
RGB Variations
Color information
#3A12AD (or 0x3A12AD) is known color: Persian Indigo. HEX triplet: 3A, 12 and AD. RGB value is (58,18,173). Sum of RGB (Red+Green+Blue) = 58+18+173=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A12AD is #C5ED52. Grayscale: #2F2F2F. Windows color (decimal): -12971347 or 11342394. OLE color: 11342394.
HSL color Cylindrical-coordinate representation of color #3A12AD: hue angle of 255.48º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A12AD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 18 | 173 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.32 |
| HSL | 255.48º | 0.81% | 0.37% | - |
| HSV(B) | 255.48º | 0.9% | 0.68% | - |
| XYZ | 9.5 | 4.35 | 39.87 | - |
| YUV | 47.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 173 | 0.66 | 0.90 | 0 | 0.32 | 255.48 | 0.81 | 0.37 |
| Hex | 3A | 12 | AD | 42 | 5A | 0 | 20 | FF | 51 | 25 |
| Octal | 72 | 22 | 255 | 102 | 132 | 0 | 40 | 377 | 121 | 45 |
| Binary | 111010 | 10010 | 10101101 | 1000010 | 1011010 | 0 | 100000 | 11111111 | 1010001 | 100101 |
Color Harmonies of #3A12AD
Complementary color
Monochromatic Colors of #3A12AD
Black with #3A12AD
Text Example
Text Example
White with #3A12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12AD; }
p { color: rgb(58,18,173); }
H1.HeaderClassName
{
color: #3A12AD;
}
.AnyTagClassName
{
color: #3A12AD;
}
</style>
background-color css
<style>
a { background-color: #3A12AD; }
a { background-color: rgb(58,18,173); }
div.DivClassName
{
background-color: #3A12AD;
}
.BgClassName
{
background-color: #3A12AD;
}
</style>
border-color css
<style>
span { border-color: #3A12AD; }
span { border-color: rgb(58,18,173); }
td.TdClassName
{
border-color: #3A12AD;
}
.TagClassName
{
border-color: #3A12AD;
}
</style>