Shades of Persian Indigo #3A0B7C
Tints of Persian Indigo #3A0B7C
RGB
CMYK
RGB Variations
Color information
#3A0B7C (or 0x3A0B7C) is known color: Persian Indigo. HEX triplet: 3A, 0B and 7C. RGB value is (58,11,124). Sum of RGB (Red+Green+Blue) = 58+11+124=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0B7C is #C5F483. Grayscale: #252525. Windows color (decimal): -12973188 or 8129338. OLE color: 8129338.
HSL color Cylindrical-coordinate representation of color #3A0B7C: hue angle of 264.96º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0B7C is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 11 | 124 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.51 |
| HSL | 264.96º | 0.84% | 0.26% | - |
| HSV(B) | 264.96º | 0.91% | 0.49% | - |
| XYZ | 5.5 | 2.59 | 19.28 | - |
| YUV | 37.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 124 | 0.53 | 0.91 | 0 | 0.51 | 264.96 | 0.84 | 0.26 |
| Hex | 3A | B | 7C | 35 | 5B | 0 | 33 | 109 | 54 | 1A |
| Octal | 72 | 13 | 174 | 65 | 133 | 0 | 63 | 411 | 124 | 32 |
| Binary | 111010 | 1011 | 1111100 | 110101 | 1011011 | 0 | 110011 | 100001001 | 1010100 | 11010 |
Color Harmonies of #3A0B7C
Complementary color
Monochromatic Colors of #3A0B7C
Black with #3A0B7C
Text Example
Text Example
White with #3A0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0B7C; }
p { color: rgb(58,11,124); }
H1.HeaderClassName
{
color: #3A0B7C;
}
.AnyTagClassName
{
color: #3A0B7C;
}
</style>
background-color css
<style>
a { background-color: #3A0B7C; }
a { background-color: rgb(58,11,124); }
div.DivClassName
{
background-color: #3A0B7C;
}
.BgClassName
{
background-color: #3A0B7C;
}
</style>
border-color css
<style>
span { border-color: #3A0B7C; }
span { border-color: rgb(58,11,124); }
td.TdClassName
{
border-color: #3A0B7C;
}
.TagClassName
{
border-color: #3A0B7C;
}
</style>