Shades of Persian Indigo #3A0A9B
Tints of Persian Indigo #3A0A9B
RGB
CMYK
RGB Variations
Color information
#3A0A9B (or 0x3A0A9B) is known color: Persian Indigo. HEX triplet: 3A, 0A and 9B. RGB value is (58,10,155). Sum of RGB (Red+Green+Blue) = 58+10+155=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A9B is #C5F564. Grayscale: #282828. Windows color (decimal): -12973413 or 10160698. OLE color: 10160698.
HSL color Cylindrical-coordinate representation of color #3A0A9B: hue angle of 259.86º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0A9B is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 10 | 155 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.39 |
| HSL | 259.86º | 0.88% | 0.32% | - |
| HSV(B) | 259.86º | 0.94% | 0.61% | - |
| XYZ | 7.77 | 3.48 | 31.27 | - |
| YUV | 40.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 155 | 0.63 | 0.94 | 0 | 0.39 | 259.86 | 0.88 | 0.32 |
| Hex | 3A | A | 9B | 3F | 5E | 0 | 27 | 104 | 58 | 20 |
| Octal | 72 | 12 | 233 | 77 | 136 | 0 | 47 | 404 | 130 | 40 |
| Binary | 111010 | 1010 | 10011011 | 111111 | 1011110 | 0 | 100111 | 100000100 | 1011000 | 100000 |
Color Harmonies of #3A0A9B
Complementary color
Monochromatic Colors of #3A0A9B
Black with #3A0A9B
Text Example
Text Example
White with #3A0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A9B; }
p { color: rgb(58,10,155); }
H1.HeaderClassName
{
color: #3A0A9B;
}
.AnyTagClassName
{
color: #3A0A9B;
}
</style>
background-color css
<style>
a { background-color: #3A0A9B; }
a { background-color: rgb(58,10,155); }
div.DivClassName
{
background-color: #3A0A9B;
}
.BgClassName
{
background-color: #3A0A9B;
}
</style>
border-color css
<style>
span { border-color: #3A0A9B; }
span { border-color: rgb(58,10,155); }
td.TdClassName
{
border-color: #3A0A9B;
}
.TagClassName
{
border-color: #3A0A9B;
}
</style>