Shades of Persian Indigo #3C228E
Tints of Persian Indigo #3C228E
RGB
CMYK
RGB Variations
Color information
#3C228E (or 0x3C228E) is known color: Persian Indigo. HEX triplet: 3C, 22 and 8E. RGB value is (60,34,142). Sum of RGB (Red+Green+Blue) = 60+34+142=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C228E is #C3DD71. Grayscale: #353535. Windows color (decimal): -12836210 or 9314876. OLE color: 9314876.
HSL color Cylindrical-coordinate representation of color #3C228E: hue angle of 254.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C228E is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 34 | 142 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.44 |
| HSL | 254.44º | 0.61% | 0.35% | - |
| HSV(B) | 254.44º | 0.76% | 0.56% | - |
| XYZ | 7.32 | 4.06 | 25.99 | - |
| YUV | 54.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 142 | 0.58 | 0.76 | 0 | 0.44 | 254.44 | 0.61 | 0.35 |
| Hex | 3C | 22 | 8E | 3A | 4C | 0 | 2C | FE | 3D | 23 |
| Octal | 74 | 42 | 216 | 72 | 114 | 0 | 54 | 376 | 75 | 43 |
| Binary | 111100 | 100010 | 10001110 | 111010 | 1001100 | 0 | 101100 | 11111110 | 111101 | 100011 |
Color Harmonies of #3C228E
Complementary color
Monochromatic Colors of #3C228E
Black with #3C228E
Text Example
Text Example
White with #3C228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C228E; }
p { color: rgb(60,34,142); }
H1.HeaderClassName
{
color: #3C228E;
}
.AnyTagClassName
{
color: #3C228E;
}
</style>
background-color css
<style>
a { background-color: #3C228E; }
a { background-color: rgb(60,34,142); }
div.DivClassName
{
background-color: #3C228E;
}
.BgClassName
{
background-color: #3C228E;
}
</style>
border-color css
<style>
span { border-color: #3C228E; }
span { border-color: rgb(60,34,142); }
td.TdClassName
{
border-color: #3C228E;
}
.TagClassName
{
border-color: #3C228E;
}
</style>