Shades of Persian Indigo #3A12AB
Tints of Persian Indigo #3A12AB
RGB
CMYK
RGB Variations
Color information
#3A12AB (or 0x3A12AB) is known color: Persian Indigo. HEX triplet: 3A, 12 and AB. RGB value is (58,18,171). Sum of RGB (Red+Green+Blue) = 58+18+171=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A12AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A12AB is #C5ED54. Grayscale: #2E2E2E. Windows color (decimal): -12971349 or 11211322. OLE color: 11211322.
HSL color Cylindrical-coordinate representation of color #3A12AB: hue angle of 255.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A12AB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 18 | 171 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.33 |
| HSL | 255.69º | 0.81% | 0.37% | - |
| HSV(B) | 255.69º | 0.89% | 0.67% | - |
| XYZ | 9.31 | 4.27 | 38.86 | - |
| YUV | 47.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 171 | 0.66 | 0.89 | 0 | 0.33 | 255.69 | 0.81 | 0.37 |
| Hex | 3A | 12 | AB | 42 | 59 | 0 | 21 | 100 | 51 | 25 |
| Octal | 72 | 22 | 253 | 102 | 131 | 0 | 41 | 400 | 121 | 45 |
| Binary | 111010 | 10010 | 10101011 | 1000010 | 1011001 | 0 | 100001 | 100000000 | 1010001 | 100101 |
Color Harmonies of #3A12AB
Complementary color
Monochromatic Colors of #3A12AB
Black with #3A12AB
Text Example
Text Example
White with #3A12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12AB; }
p { color: rgb(58,18,171); }
H1.HeaderClassName
{
color: #3A12AB;
}
.AnyTagClassName
{
color: #3A12AB;
}
</style>
background-color css
<style>
a { background-color: #3A12AB; }
a { background-color: rgb(58,18,171); }
div.DivClassName
{
background-color: #3A12AB;
}
.BgClassName
{
background-color: #3A12AB;
}
</style>
border-color css
<style>
span { border-color: #3A12AB; }
span { border-color: rgb(58,18,171); }
td.TdClassName
{
border-color: #3A12AB;
}
.TagClassName
{
border-color: #3A12AB;
}
</style>