Shades of Persian Indigo #3A0E9A
Tints of Persian Indigo #3A0E9A
RGB
CMYK
RGB Variations
Color information
#3A0E9A (or 0x3A0E9A) is known color: Persian Indigo. HEX triplet: 3A, 0E and 9A. RGB value is (58,14,154). Sum of RGB (Red+Green+Blue) = 58+14+154=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A0E9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0E9A is #C5F165. Grayscale: #2A2A2A. Windows color (decimal): -12972390 or 10096186. OLE color: 10096186.
HSL color Cylindrical-coordinate representation of color #3A0E9A: hue angle of 258.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0E9A is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 14 | 154 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.40 |
| HSL | 258.86º | 0.83% | 0.33% | - |
| HSV(B) | 258.86º | 0.91% | 0.6% | - |
| XYZ | 7.73 | 3.55 | 30.85 | - |
| YUV | 43.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 154 | 0.62 | 0.91 | 0 | 0.40 | 258.86 | 0.83 | 0.33 |
| Hex | 3A | E | 9A | 3E | 5B | 0 | 28 | 103 | 53 | 21 |
| Octal | 72 | 16 | 232 | 76 | 133 | 0 | 50 | 403 | 123 | 41 |
| Binary | 111010 | 1110 | 10011010 | 111110 | 1011011 | 0 | 101000 | 100000011 | 1010011 | 100001 |
Color Harmonies of #3A0E9A
Complementary color
Monochromatic Colors of #3A0E9A
Black with #3A0E9A
Text Example
Text Example
White with #3A0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E9A; }
p { color: rgb(58,14,154); }
H1.HeaderClassName
{
color: #3A0E9A;
}
.AnyTagClassName
{
color: #3A0E9A;
}
</style>
background-color css
<style>
a { background-color: #3A0E9A; }
a { background-color: rgb(58,14,154); }
div.DivClassName
{
background-color: #3A0E9A;
}
.BgClassName
{
background-color: #3A0E9A;
}
</style>
border-color css
<style>
span { border-color: #3A0E9A; }
span { border-color: rgb(58,14,154); }
td.TdClassName
{
border-color: #3A0E9A;
}
.TagClassName
{
border-color: #3A0E9A;
}
</style>