Shades of Persian Indigo #3A12AC
Tints of Persian Indigo #3A12AC
RGB
CMYK
RGB Variations
Color information
#3A12AC (or 0x3A12AC) is known color: Persian Indigo. HEX triplet: 3A, 12 and AC. RGB value is (58,18,172). Sum of RGB (Red+Green+Blue) = 58+18+172=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A12AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A12AC is #C5ED53. Grayscale: #2E2E2E. Windows color (decimal): -12971348 or 11276858. OLE color: 11276858.
HSL color Cylindrical-coordinate representation of color #3A12AC: hue angle of 255.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A12AC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 18 | 172 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.33 |
| HSL | 255.58º | 0.81% | 0.37% | - |
| HSV(B) | 255.58º | 0.9% | 0.67% | - |
| XYZ | 9.41 | 4.31 | 39.37 | - |
| YUV | 47.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 172 | 0.66 | 0.90 | 0 | 0.33 | 255.58 | 0.81 | 0.37 |
| Hex | 3A | 12 | AC | 42 | 5A | 0 | 21 | 100 | 51 | 25 |
| Octal | 72 | 22 | 254 | 102 | 132 | 0 | 41 | 400 | 121 | 45 |
| Binary | 111010 | 10010 | 10101100 | 1000010 | 1011010 | 0 | 100001 | 100000000 | 1010001 | 100101 |
Color Harmonies of #3A12AC
Complementary color
Monochromatic Colors of #3A12AC
Black with #3A12AC
Text Example
Text Example
White with #3A12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12AC; }
p { color: rgb(58,18,172); }
H1.HeaderClassName
{
color: #3A12AC;
}
.AnyTagClassName
{
color: #3A12AC;
}
</style>
background-color css
<style>
a { background-color: #3A12AC; }
a { background-color: rgb(58,18,172); }
div.DivClassName
{
background-color: #3A12AC;
}
.BgClassName
{
background-color: #3A12AC;
}
</style>
border-color css
<style>
span { border-color: #3A12AC; }
span { border-color: rgb(58,18,172); }
td.TdClassName
{
border-color: #3A12AC;
}
.TagClassName
{
border-color: #3A12AC;
}
</style>