Shades of Persian Indigo #3C2093
Tints of Persian Indigo #3C2093
RGB
CMYK
RGB Variations
Color information
#3C2093 (or 0x3C2093) is known color: Persian Indigo. HEX triplet: 3C, 20 and 93. RGB value is (60,32,147). Sum of RGB (Red+Green+Blue) = 60+32+147=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2093 is #C3DF6C. Grayscale: #353535. Windows color (decimal): -12836717 or 9642044. OLE color: 9642044.
HSL color Cylindrical-coordinate representation of color #3C2093: hue angle of 254.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2093 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 32 | 147 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.42 |
| HSL | 254.61º | 0.64% | 0.35% | - |
| HSV(B) | 254.61º | 0.78% | 0.58% | - |
| XYZ | 7.65 | 4.1 | 27.99 | - |
| YUV | 53.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 147 | 0.59 | 0.78 | 0 | 0.42 | 254.61 | 0.64 | 0.35 |
| Hex | 3C | 20 | 93 | 3B | 4E | 0 | 2A | FF | 40 | 23 |
| Octal | 74 | 40 | 223 | 73 | 116 | 0 | 52 | 377 | 100 | 43 |
| Binary | 111100 | 100000 | 10010011 | 111011 | 1001110 | 0 | 101010 | 11111111 | 1000000 | 100011 |
Color Harmonies of #3C2093
Complementary color
Monochromatic Colors of #3C2093
Black with #3C2093
Text Example
Text Example
White with #3C2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2093; }
p { color: rgb(60,32,147); }
H1.HeaderClassName
{
color: #3C2093;
}
.AnyTagClassName
{
color: #3C2093;
}
</style>
background-color css
<style>
a { background-color: #3C2093; }
a { background-color: rgb(60,32,147); }
div.DivClassName
{
background-color: #3C2093;
}
.BgClassName
{
background-color: #3C2093;
}
</style>
border-color css
<style>
span { border-color: #3C2093; }
span { border-color: rgb(60,32,147); }
td.TdClassName
{
border-color: #3C2093;
}
.TagClassName
{
border-color: #3C2093;
}
</style>