Shades of Persian Indigo #3A0FAE
Tints of Persian Indigo #3A0FAE
RGB
CMYK
RGB Variations
Color information
#3A0FAE (or 0x3A0FAE) is known color: Persian Indigo. HEX triplet: 3A, 0F and AE. RGB value is (58,15,174). Sum of RGB (Red+Green+Blue) = 58+15+174=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0FAE is #C5F051. Grayscale: #2D2D2D. Windows color (decimal): -12972114 or 11407162. OLE color: 11407162.
HSL color Cylindrical-coordinate representation of color #3A0FAE: hue angle of 256.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0FAE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 15 | 174 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.32 |
| HSL | 256.23º | 0.84% | 0.37% | - |
| HSV(B) | 256.23º | 0.91% | 0.68% | - |
| XYZ | 9.56 | 4.3 | 40.37 | - |
| YUV | 45.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 174 | 0.67 | 0.91 | 0 | 0.32 | 256.23 | 0.84 | 0.37 |
| Hex | 3A | F | AE | 43 | 5B | 0 | 20 | 100 | 54 | 25 |
| Octal | 72 | 17 | 256 | 103 | 133 | 0 | 40 | 400 | 124 | 45 |
| Binary | 111010 | 1111 | 10101110 | 1000011 | 1011011 | 0 | 100000 | 100000000 | 1010100 | 100101 |
Color Harmonies of #3A0FAE
Complementary color
Monochromatic Colors of #3A0FAE
Black with #3A0FAE
Text Example
Text Example
White with #3A0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FAE; }
p { color: rgb(58,15,174); }
H1.HeaderClassName
{
color: #3A0FAE;
}
.AnyTagClassName
{
color: #3A0FAE;
}
</style>
background-color css
<style>
a { background-color: #3A0FAE; }
a { background-color: rgb(58,15,174); }
div.DivClassName
{
background-color: #3A0FAE;
}
.BgClassName
{
background-color: #3A0FAE;
}
</style>
border-color css
<style>
span { border-color: #3A0FAE; }
span { border-color: rgb(58,15,174); }
td.TdClassName
{
border-color: #3A0FAE;
}
.TagClassName
{
border-color: #3A0FAE;
}
</style>