Shades of Persian Indigo #3C1193
Tints of Persian Indigo #3C1193
RGB
CMYK
RGB Variations
Color information
#3C1193 (or 0x3C1193) is known color: Persian Indigo. HEX triplet: 3C, 11 and 93. RGB value is (60,17,147). Sum of RGB (Red+Green+Blue) = 60+17+147=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C1193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1193 is #C3EE6C. Grayscale: #2C2C2C. Windows color (decimal): -12840557 or 9638204. OLE color: 9638204.
HSL color Cylindrical-coordinate representation of color #3C1193: hue angle of 259.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1193 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 17 | 147 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.42 |
| HSL | 259.85º | 0.79% | 0.32% | - |
| HSV(B) | 259.85º | 0.88% | 0.58% | - |
| XYZ | 7.33 | 3.47 | 27.89 | - |
| YUV | 44.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 147 | 0.59 | 0.88 | 0 | 0.42 | 259.85 | 0.79 | 0.32 |
| Hex | 3C | 11 | 93 | 3B | 58 | 0 | 2A | 104 | 4F | 20 |
| Octal | 74 | 21 | 223 | 73 | 130 | 0 | 52 | 404 | 117 | 40 |
| Binary | 111100 | 10001 | 10010011 | 111011 | 1011000 | 0 | 101010 | 100000100 | 1001111 | 100000 |
Color Harmonies of #3C1193
Complementary color
Monochromatic Colors of #3C1193
Black with #3C1193
Text Example
Text Example
White with #3C1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1193; }
p { color: rgb(60,17,147); }
H1.HeaderClassName
{
color: #3C1193;
}
.AnyTagClassName
{
color: #3C1193;
}
</style>
background-color css
<style>
a { background-color: #3C1193; }
a { background-color: rgb(60,17,147); }
div.DivClassName
{
background-color: #3C1193;
}
.BgClassName
{
background-color: #3C1193;
}
</style>
border-color css
<style>
span { border-color: #3C1193; }
span { border-color: rgb(60,17,147); }
td.TdClassName
{
border-color: #3C1193;
}
.TagClassName
{
border-color: #3C1193;
}
</style>