Shades of Persian Indigo #3A0CAB
Tints of Persian Indigo #3A0CAB
RGB
CMYK
RGB Variations
Color information
#3A0CAB (or 0x3A0CAB) is known color: Persian Indigo. HEX triplet: 3A, 0C and AB. RGB value is (58,12,171). Sum of RGB (Red+Green+Blue) = 58+12+171=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0CAB is #C5F354. Grayscale: #2B2B2B. Windows color (decimal): -12972885 or 11209786. OLE color: 11209786.
HSL color Cylindrical-coordinate representation of color #3A0CAB: hue angle of 257.36º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0CAB is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 12 | 171 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.33 |
| HSL | 257.36º | 0.87% | 0.36% | - |
| HSV(B) | 257.36º | 0.93% | 0.67% | - |
| XYZ | 9.23 | 4.1 | 38.83 | - |
| YUV | 43.88 | 199.74 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 171 | 0.66 | 0.93 | 0 | 0.33 | 257.36 | 0.87 | 0.36 |
| Hex | 3A | C | AB | 42 | 5D | 0 | 21 | 101 | 57 | 24 |
| Octal | 72 | 14 | 253 | 102 | 135 | 0 | 41 | 401 | 127 | 44 |
| Binary | 111010 | 1100 | 10101011 | 1000010 | 1011101 | 0 | 100001 | 100000001 | 1010111 | 100100 |
Color Harmonies of #3A0CAB
Complementary color
Monochromatic Colors of #3A0CAB
Black with #3A0CAB
Text Example
Text Example
White with #3A0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CAB; }
p { color: rgb(58,12,171); }
H1.HeaderClassName
{
color: #3A0CAB;
}
.AnyTagClassName
{
color: #3A0CAB;
}
</style>
background-color css
<style>
a { background-color: #3A0CAB; }
a { background-color: rgb(58,12,171); }
div.DivClassName
{
background-color: #3A0CAB;
}
.BgClassName
{
background-color: #3A0CAB;
}
</style>
border-color css
<style>
span { border-color: #3A0CAB; }
span { border-color: rgb(58,12,171); }
td.TdClassName
{
border-color: #3A0CAB;
}
.TagClassName
{
border-color: #3A0CAB;
}
</style>