Shades of Persian Indigo #3A109B
Tints of Persian Indigo #3A109B
RGB
CMYK
RGB Variations
Color information
#3A109B (or 0x3A109B) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9B. RGB value is (58,16,155). Sum of RGB (Red+Green+Blue) = 58+16+155=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109B is #C5EF64. Grayscale: #2B2B2B. Windows color (decimal): -12971877 or 10162234. OLE color: 10162234.
HSL color Cylindrical-coordinate representation of color #3A109B: hue angle of 258.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A109B is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 16 | 155 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.39 |
| HSL | 258.13º | 0.81% | 0.34% | - |
| HSV(B) | 258.13º | 0.9% | 0.61% | - |
| XYZ | 7.85 | 3.64 | 31.3 | - |
| YUV | 44.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 155 | 0.63 | 0.90 | 0 | 0.39 | 258.13 | 0.81 | 0.34 |
| Hex | 3A | 10 | 9B | 3F | 5A | 0 | 27 | 102 | 51 | 22 |
| Octal | 72 | 20 | 233 | 77 | 132 | 0 | 47 | 402 | 121 | 42 |
| Binary | 111010 | 10000 | 10011011 | 111111 | 1011010 | 0 | 100111 | 100000010 | 1010001 | 100010 |
Color Harmonies of #3A109B
Complementary color
Monochromatic Colors of #3A109B
Black with #3A109B
Text Example
Text Example
White with #3A109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A109B; }
p { color: rgb(58,16,155); }
H1.HeaderClassName
{
color: #3A109B;
}
.AnyTagClassName
{
color: #3A109B;
}
</style>
background-color css
<style>
a { background-color: #3A109B; }
a { background-color: rgb(58,16,155); }
div.DivClassName
{
background-color: #3A109B;
}
.BgClassName
{
background-color: #3A109B;
}
</style>
border-color css
<style>
span { border-color: #3A109B; }
span { border-color: rgb(58,16,155); }
td.TdClassName
{
border-color: #3A109B;
}
.TagClassName
{
border-color: #3A109B;
}
</style>