Shades of Persian Indigo #3C0E8E
Tints of Persian Indigo #3C0E8E
RGB
CMYK
RGB Variations
Color information
#3C0E8E (or 0x3C0E8E) is known color: Persian Indigo. HEX triplet: 3C, 0E and 8E. RGB value is (60,14,142). Sum of RGB (Red+Green+Blue) = 60+14+142=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C0E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0E8E is #C3F171. Grayscale: #292929. Windows color (decimal): -12841330 or 9309756. OLE color: 9309756.
HSL color Cylindrical-coordinate representation of color #3C0E8E: hue angle of 261.56º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0E8E is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 14 | 142 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.44 |
| HSL | 261.56º | 0.82% | 0.31% | - |
| HSV(B) | 261.56º | 0.9% | 0.56% | - |
| XYZ | 6.9 | 3.23 | 25.85 | - |
| YUV | 42.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 142 | 0.58 | 0.90 | 0 | 0.44 | 261.56 | 0.82 | 0.31 |
| Hex | 3C | E | 8E | 3A | 5A | 0 | 2C | 106 | 52 | 1F |
| Octal | 74 | 16 | 216 | 72 | 132 | 0 | 54 | 406 | 122 | 37 |
| Binary | 111100 | 1110 | 10001110 | 111010 | 1011010 | 0 | 101100 | 100000110 | 1010010 | 11111 |
Color Harmonies of #3C0E8E
Complementary color
Monochromatic Colors of #3C0E8E
Black with #3C0E8E
Text Example
Text Example
White with #3C0E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E8E; }
p { color: rgb(60,14,142); }
H1.HeaderClassName
{
color: #3C0E8E;
}
.AnyTagClassName
{
color: #3C0E8E;
}
</style>
background-color css
<style>
a { background-color: #3C0E8E; }
a { background-color: rgb(60,14,142); }
div.DivClassName
{
background-color: #3C0E8E;
}
.BgClassName
{
background-color: #3C0E8E;
}
</style>
border-color css
<style>
span { border-color: #3C0E8E; }
span { border-color: rgb(60,14,142); }
td.TdClassName
{
border-color: #3C0E8E;
}
.TagClassName
{
border-color: #3C0E8E;
}
</style>