Shades of Persian Indigo #3C118A
Tints of Persian Indigo #3C118A
RGB
CMYK
RGB Variations
Color information
#3C118A (or 0x3C118A) is known color: Persian Indigo. HEX triplet: 3C, 11 and 8A. RGB value is (60,17,138). Sum of RGB (Red+Green+Blue) = 60+17+138=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C118A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C118A is #C3EE75. Grayscale: #2B2B2B. Windows color (decimal): -12840566 or 9048380. OLE color: 9048380.
HSL color Cylindrical-coordinate representation of color #3C118A: hue angle of 261.32º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C118A is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 17 | 138 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.46 |
| HSL | 261.32º | 0.78% | 0.3% | - |
| HSV(B) | 261.32º | 0.88% | 0.54% | - |
| XYZ | 6.65 | 3.2 | 24.31 | - |
| YUV | 43.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 138 | 0.57 | 0.88 | 0 | 0.46 | 261.32 | 0.78 | 0.3 |
| Hex | 3C | 11 | 8A | 39 | 58 | 0 | 2E | 105 | 4E | 1E |
| Octal | 74 | 21 | 212 | 71 | 130 | 0 | 56 | 405 | 116 | 36 |
| Binary | 111100 | 10001 | 10001010 | 111001 | 1011000 | 0 | 101110 | 100000101 | 1001110 | 11110 |
Color Harmonies of #3C118A
Complementary color
Monochromatic Colors of #3C118A
Black with #3C118A
Text Example
Text Example
White with #3C118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C118A; }
p { color: rgb(60,17,138); }
H1.HeaderClassName
{
color: #3C118A;
}
.AnyTagClassName
{
color: #3C118A;
}
</style>
background-color css
<style>
a { background-color: #3C118A; }
a { background-color: rgb(60,17,138); }
div.DivClassName
{
background-color: #3C118A;
}
.BgClassName
{
background-color: #3C118A;
}
</style>
border-color css
<style>
span { border-color: #3C118A; }
span { border-color: rgb(60,17,138); }
td.TdClassName
{
border-color: #3C118A;
}
.TagClassName
{
border-color: #3C118A;
}
</style>