Shades of Persian Indigo #3A109F
Tints of Persian Indigo #3A109F
RGB
CMYK
RGB Variations
Color information
#3A109F (or 0x3A109F) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9F. RGB value is (58,16,159). Sum of RGB (Red+Green+Blue) = 58+16+159=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109F is #C5EF60. Grayscale: #2C2C2C. Windows color (decimal): -12971873 or 10424378. OLE color: 10424378.
HSL color Cylindrical-coordinate representation of color #3A109F: hue angle of 257.62º 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 #3A109F is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 16 | 159 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.38 |
| HSL | 257.62º | 0.82% | 0.34% | - |
| HSV(B) | 257.62º | 0.9% | 0.62% | - |
| XYZ | 8.19 | 3.77 | 33.1 | - |
| YUV | 44.86 | 192.41 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 159 | 0.64 | 0.90 | 0 | 0.38 | 257.62 | 0.82 | 0.34 |
| Hex | 3A | 10 | 9F | 40 | 5A | 0 | 26 | 102 | 52 | 22 |
| Octal | 72 | 20 | 237 | 100 | 132 | 0 | 46 | 402 | 122 | 42 |
| Binary | 111010 | 10000 | 10011111 | 1000000 | 1011010 | 0 | 100110 | 100000010 | 1010010 | 100010 |
Color Harmonies of #3A109F
Complementary color
Monochromatic Colors of #3A109F
Black with #3A109F
Text Example
Text Example
White with #3A109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A109F; }
p { color: rgb(58,16,159); }
H1.HeaderClassName
{
color: #3A109F;
}
.AnyTagClassName
{
color: #3A109F;
}
</style>
background-color css
<style>
a { background-color: #3A109F; }
a { background-color: rgb(58,16,159); }
div.DivClassName
{
background-color: #3A109F;
}
.BgClassName
{
background-color: #3A109F;
}
</style>
border-color css
<style>
span { border-color: #3A109F; }
span { border-color: rgb(58,16,159); }
td.TdClassName
{
border-color: #3A109F;
}
.TagClassName
{
border-color: #3A109F;
}
</style>