Shades of Persian Indigo #3C0A99
Tints of Persian Indigo #3C0A99
RGB
CMYK
RGB Variations
Color information
#3C0A99 (or 0x3C0A99) is known color: Persian Indigo. HEX triplet: 3C, 0A and 99. RGB value is (60,10,153). Sum of RGB (Red+Green+Blue) = 60+10+153=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A99 is #C3F566. Grayscale: #282828. Windows color (decimal): -12842343 or 10029628. OLE color: 10029628.
HSL color Cylindrical-coordinate representation of color #3C0A99: hue angle of 260.98º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0A99 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 10 | 153 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.4 |
| HSL | 260.98º | 0.88% | 0.32% | - |
| HSV(B) | 260.98º | 0.93% | 0.6% | - |
| XYZ | 7.72 | 3.48 | 30.4 | - |
| YUV | 41.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 153 | 0.61 | 0.93 | 0 | 0.4 | 260.98 | 0.88 | 0.32 |
| Hex | 3C | A | 99 | 3D | 5D | 0 | 28 | 105 | 58 | 20 |
| Octal | 74 | 12 | 231 | 75 | 135 | 0 | 50 | 405 | 130 | 40 |
| Binary | 111100 | 1010 | 10011001 | 111101 | 1011101 | 0 | 101000 | 100000101 | 1011000 | 100000 |
Color Harmonies of #3C0A99
Complementary color
Monochromatic Colors of #3C0A99
Black with #3C0A99
Text Example
Text Example
White with #3C0A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A99; }
p { color: rgb(60,10,153); }
H1.HeaderClassName
{
color: #3C0A99;
}
.AnyTagClassName
{
color: #3C0A99;
}
</style>
background-color css
<style>
a { background-color: #3C0A99; }
a { background-color: rgb(60,10,153); }
div.DivClassName
{
background-color: #3C0A99;
}
.BgClassName
{
background-color: #3C0A99;
}
</style>
border-color css
<style>
span { border-color: #3C0A99; }
span { border-color: rgb(60,10,153); }
td.TdClassName
{
border-color: #3C0A99;
}
.TagClassName
{
border-color: #3C0A99;
}
</style>