Shades of Persian Indigo #3A0C88
Tints of Persian Indigo #3A0C88
RGB
CMYK
RGB Variations
Color information
#3A0C88 (or 0x3A0C88) is known color: Persian Indigo. HEX triplet: 3A, 0C and 88. RGB value is (58,12,136). Sum of RGB (Red+Green+Blue) = 58+12+136=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A0C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0C88 is #C5F377. Grayscale: #272727. Windows color (decimal): -12972920 or 8916026. OLE color: 8916026.
HSL color Cylindrical-coordinate representation of color #3A0C88: hue angle of 262.26º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0C88 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 12 | 136 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.47 |
| HSL | 262.26º | 0.84% | 0.29% | - |
| HSV(B) | 262.26º | 0.91% | 0.53% | - |
| XYZ | 6.32 | 2.94 | 23.53 | - |
| YUV | 39.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 136 | 0.57 | 0.91 | 0 | 0.47 | 262.26 | 0.84 | 0.29 |
| Hex | 3A | C | 88 | 39 | 5B | 0 | 2F | 106 | 54 | 1D |
| Octal | 72 | 14 | 210 | 71 | 133 | 0 | 57 | 406 | 124 | 35 |
| Binary | 111010 | 1100 | 10001000 | 111001 | 1011011 | 0 | 101111 | 100000110 | 1010100 | 11101 |
Color Harmonies of #3A0C88
Complementary color
Monochromatic Colors of #3A0C88
Black with #3A0C88
Text Example
Text Example
White with #3A0C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C88; }
p { color: rgb(58,12,136); }
H1.HeaderClassName
{
color: #3A0C88;
}
.AnyTagClassName
{
color: #3A0C88;
}
</style>
background-color css
<style>
a { background-color: #3A0C88; }
a { background-color: rgb(58,12,136); }
div.DivClassName
{
background-color: #3A0C88;
}
.BgClassName
{
background-color: #3A0C88;
}
</style>
border-color css
<style>
span { border-color: #3A0C88; }
span { border-color: rgb(58,12,136); }
td.TdClassName
{
border-color: #3A0C88;
}
.TagClassName
{
border-color: #3A0C88;
}
</style>