Shades of Persian Indigo #3C1C80
Tints of Persian Indigo #3C1C80
RGB
CMYK
RGB Variations
Color information
#3C1C80 (or 0x3C1C80) is known color: Persian Indigo. HEX triplet: 3C, 1C and 80. RGB value is (60,28,128). Sum of RGB (Red+Green+Blue) = 60+28+128=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C1C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1C80 is #C3E37F. Grayscale: #303030. Windows color (decimal): -12837760 or 8395836. OLE color: 8395836.
HSL color Cylindrical-coordinate representation of color #3C1C80: hue angle of 259.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1C80 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 28 | 128 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.50 |
| HSL | 259.2º | 0.64% | 0.31% | - |
| HSV(B) | 259.2º | 0.78% | 0.5% | - |
| XYZ | 6.18 | 3.35 | 20.74 | - |
| YUV | 48.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 128 | 0.53 | 0.78 | 0 | 0.50 | 259.2 | 0.64 | 0.31 |
| Hex | 3C | 1C | 80 | 35 | 4E | 0 | 32 | 103 | 40 | 1F |
| Octal | 74 | 34 | 200 | 65 | 116 | 0 | 62 | 403 | 100 | 37 |
| Binary | 111100 | 11100 | 10000000 | 110101 | 1001110 | 0 | 110010 | 100000011 | 1000000 | 11111 |
Color Harmonies of #3C1C80
Complementary color
Monochromatic Colors of #3C1C80
Black with #3C1C80
Text Example
Text Example
White with #3C1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C80; }
p { color: rgb(60,28,128); }
H1.HeaderClassName
{
color: #3C1C80;
}
.AnyTagClassName
{
color: #3C1C80;
}
</style>
background-color css
<style>
a { background-color: #3C1C80; }
a { background-color: rgb(60,28,128); }
div.DivClassName
{
background-color: #3C1C80;
}
.BgClassName
{
background-color: #3C1C80;
}
</style>
border-color css
<style>
span { border-color: #3C1C80; }
span { border-color: rgb(60,28,128); }
td.TdClassName
{
border-color: #3C1C80;
}
.TagClassName
{
border-color: #3C1C80;
}
</style>