Shades of Persian Indigo #3C1188
Tints of Persian Indigo #3C1188
RGB
CMYK
RGB Variations
Color information
#3C1188 (or 0x3C1188) is known color: Persian Indigo. HEX triplet: 3C, 11 and 88. RGB value is (60,17,136). Sum of RGB (Red+Green+Blue) = 60+17+136=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C1188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1188 is #C3EE77. Grayscale: #2A2A2A. Windows color (decimal): -12840568 or 8917308. OLE color: 8917308.
HSL color Cylindrical-coordinate representation of color #3C1188: hue angle of 261.68º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1188 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 17 | 136 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.47 |
| HSL | 261.68º | 0.78% | 0.3% | - |
| HSV(B) | 261.68º | 0.88% | 0.53% | - |
| XYZ | 6.51 | 3.14 | 23.56 | - |
| YUV | 43.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 136 | 0.56 | 0.87 | 0 | 0.47 | 261.68 | 0.78 | 0.3 |
| Hex | 3C | 11 | 88 | 38 | 57 | 0 | 2F | 106 | 4E | 1E |
| Octal | 74 | 21 | 210 | 70 | 127 | 0 | 57 | 406 | 116 | 36 |
| Binary | 111100 | 10001 | 10001000 | 111000 | 1010111 | 0 | 101111 | 100000110 | 1001110 | 11110 |
Color Harmonies of #3C1188
Complementary color
Monochromatic Colors of #3C1188
Black with #3C1188
Text Example
Text Example
White with #3C1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1188; }
p { color: rgb(60,17,136); }
H1.HeaderClassName
{
color: #3C1188;
}
.AnyTagClassName
{
color: #3C1188;
}
</style>
background-color css
<style>
a { background-color: #3C1188; }
a { background-color: rgb(60,17,136); }
div.DivClassName
{
background-color: #3C1188;
}
.BgClassName
{
background-color: #3C1188;
}
</style>
border-color css
<style>
span { border-color: #3C1188; }
span { border-color: rgb(60,17,136); }
td.TdClassName
{
border-color: #3C1188;
}
.TagClassName
{
border-color: #3C1188;
}
</style>