Shades of Persian Indigo #3A0F9E
Tints of Persian Indigo #3A0F9E
RGB
CMYK
RGB Variations
Color information
#3A0F9E (or 0x3A0F9E) is known color: Persian Indigo. HEX triplet: 3A, 0F and 9E. RGB value is (58,15,158). Sum of RGB (Red+Green+Blue) = 58+15+158=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A0F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0F9E is #C5F061. Grayscale: #2B2B2B. Windows color (decimal): -12972130 or 10358586. OLE color: 10358586.
HSL color Cylindrical-coordinate representation of color #3A0F9E: hue angle of 258.04º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0F9E is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 15 | 158 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.38 |
| HSL | 258.04º | 0.83% | 0.34% | - |
| HSV(B) | 258.04º | 0.91% | 0.62% | - |
| XYZ | 8.09 | 3.71 | 32.64 | - |
| YUV | 44.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 158 | 0.63 | 0.91 | 0 | 0.38 | 258.04 | 0.83 | 0.34 |
| Hex | 3A | F | 9E | 3F | 5B | 0 | 26 | 102 | 53 | 22 |
| Octal | 72 | 17 | 236 | 77 | 133 | 0 | 46 | 402 | 123 | 42 |
| Binary | 111010 | 1111 | 10011110 | 111111 | 1011011 | 0 | 100110 | 100000010 | 1010011 | 100010 |
Color Harmonies of #3A0F9E
Complementary color
Monochromatic Colors of #3A0F9E
Black with #3A0F9E
Text Example
Text Example
White with #3A0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F9E; }
p { color: rgb(58,15,158); }
H1.HeaderClassName
{
color: #3A0F9E;
}
.AnyTagClassName
{
color: #3A0F9E;
}
</style>
background-color css
<style>
a { background-color: #3A0F9E; }
a { background-color: rgb(58,15,158); }
div.DivClassName
{
background-color: #3A0F9E;
}
.BgClassName
{
background-color: #3A0F9E;
}
</style>
border-color css
<style>
span { border-color: #3A0F9E; }
span { border-color: rgb(58,15,158); }
td.TdClassName
{
border-color: #3A0F9E;
}
.TagClassName
{
border-color: #3A0F9E;
}
</style>