Shades of Persian Indigo #3A10AC
Tints of Persian Indigo #3A10AC
RGB
CMYK
RGB Variations
Color information
#3A10AC (or 0x3A10AC) is known color: Persian Indigo. HEX triplet: 3A, 10 and AC. RGB value is (58,16,172). Sum of RGB (Red+Green+Blue) = 58+16+172=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A10AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A10AC is #C5EF53. Grayscale: #2D2D2D. Windows color (decimal): -12971860 or 11276346. OLE color: 11276346.
HSL color Cylindrical-coordinate representation of color #3A10AC: hue angle of 256.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A10AC is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 16 | 172 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.33 |
| HSL | 256.15º | 0.83% | 0.37% | - |
| HSV(B) | 256.15º | 0.91% | 0.67% | - |
| XYZ | 9.38 | 4.25 | 39.36 | - |
| YUV | 46.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 172 | 0.66 | 0.91 | 0 | 0.33 | 256.15 | 0.83 | 0.37 |
| Hex | 3A | 10 | AC | 42 | 5B | 0 | 21 | 100 | 53 | 25 |
| Octal | 72 | 20 | 254 | 102 | 133 | 0 | 41 | 400 | 123 | 45 |
| Binary | 111010 | 10000 | 10101100 | 1000010 | 1011011 | 0 | 100001 | 100000000 | 1010011 | 100101 |
Color Harmonies of #3A10AC
Complementary color
Monochromatic Colors of #3A10AC
Black with #3A10AC
Text Example
Text Example
White with #3A10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10AC; }
p { color: rgb(58,16,172); }
H1.HeaderClassName
{
color: #3A10AC;
}
.AnyTagClassName
{
color: #3A10AC;
}
</style>
background-color css
<style>
a { background-color: #3A10AC; }
a { background-color: rgb(58,16,172); }
div.DivClassName
{
background-color: #3A10AC;
}
.BgClassName
{
background-color: #3A10AC;
}
</style>
border-color css
<style>
span { border-color: #3A10AC; }
span { border-color: rgb(58,16,172); }
td.TdClassName
{
border-color: #3A10AC;
}
.TagClassName
{
border-color: #3A10AC;
}
</style>