Shades of Persian Indigo #3C0E99
Tints of Persian Indigo #3C0E99
RGB
CMYK
RGB Variations
Color information
#3C0E99 (or 0x3C0E99) is known color: Persian Indigo. HEX triplet: 3C, 0E and 99. RGB value is (60,14,153). Sum of RGB (Red+Green+Blue) = 60+14+153=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0E99 is #C3F166. Grayscale: #2B2B2B. Windows color (decimal): -12841319 or 10030652. OLE color: 10030652.
HSL color Cylindrical-coordinate representation of color #3C0E99: hue angle of 259.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0E99 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 14 | 153 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.4 |
| HSL | 259.86º | 0.83% | 0.33% | - |
| HSV(B) | 259.86º | 0.91% | 0.6% | - |
| XYZ | 7.77 | 3.57 | 30.42 | - |
| YUV | 43.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 153 | 0.61 | 0.91 | 0 | 0.4 | 259.86 | 0.83 | 0.33 |
| Hex | 3C | E | 99 | 3D | 5B | 0 | 28 | 104 | 53 | 21 |
| Octal | 74 | 16 | 231 | 75 | 133 | 0 | 50 | 404 | 123 | 41 |
| Binary | 111100 | 1110 | 10011001 | 111101 | 1011011 | 0 | 101000 | 100000100 | 1010011 | 100001 |
Color Harmonies of #3C0E99
Complementary color
Monochromatic Colors of #3C0E99
Black with #3C0E99
Text Example
Text Example
White with #3C0E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E99; }
p { color: rgb(60,14,153); }
H1.HeaderClassName
{
color: #3C0E99;
}
.AnyTagClassName
{
color: #3C0E99;
}
</style>
background-color css
<style>
a { background-color: #3C0E99; }
a { background-color: rgb(60,14,153); }
div.DivClassName
{
background-color: #3C0E99;
}
.BgClassName
{
background-color: #3C0E99;
}
</style>
border-color css
<style>
span { border-color: #3C0E99; }
span { border-color: rgb(60,14,153); }
td.TdClassName
{
border-color: #3C0E99;
}
.TagClassName
{
border-color: #3C0E99;
}
</style>