Shades of Persian Indigo #3A109E
Tints of Persian Indigo #3A109E
RGB
CMYK
RGB Variations
Color information
#3A109E (or 0x3A109E) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9E. RGB value is (58,16,158). Sum of RGB (Red+Green+Blue) = 58+16+158=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109E is #C5EF61. Grayscale: #2C2C2C. Windows color (decimal): -12971874 or 10358842. OLE color: 10358842.
HSL color Cylindrical-coordinate representation of color #3A109E: hue angle of 257.75º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A109E is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 16 | 158 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.38 |
| HSL | 257.75º | 0.82% | 0.34% | - |
| HSV(B) | 257.75º | 0.9% | 0.62% | - |
| XYZ | 8.1 | 3.74 | 32.64 | - |
| YUV | 44.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 158 | 0.63 | 0.90 | 0 | 0.38 | 257.75 | 0.82 | 0.34 |
| Hex | 3A | 10 | 9E | 3F | 5A | 0 | 26 | 102 | 52 | 22 |
| Octal | 72 | 20 | 236 | 77 | 132 | 0 | 46 | 402 | 122 | 42 |
| Binary | 111010 | 10000 | 10011110 | 111111 | 1011010 | 0 | 100110 | 100000010 | 1010010 | 100010 |
Color Harmonies of #3A109E
Complementary color
Monochromatic Colors of #3A109E
Black with #3A109E
Text Example
Text Example
White with #3A109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A109E; }
p { color: rgb(58,16,158); }
H1.HeaderClassName
{
color: #3A109E;
}
.AnyTagClassName
{
color: #3A109E;
}
</style>
background-color css
<style>
a { background-color: #3A109E; }
a { background-color: rgb(58,16,158); }
div.DivClassName
{
background-color: #3A109E;
}
.BgClassName
{
background-color: #3A109E;
}
</style>
border-color css
<style>
span { border-color: #3A109E; }
span { border-color: rgb(58,16,158); }
td.TdClassName
{
border-color: #3A109E;
}
.TagClassName
{
border-color: #3A109E;
}
</style>