Shades of Persian Indigo #3C1799
Tints of Persian Indigo #3C1799
RGB
CMYK
RGB Variations
Color information
#3C1799 (or 0x3C1799) is known color: Persian Indigo. HEX triplet: 3C, 17 and 99. RGB value is (60,23,153). Sum of RGB (Red+Green+Blue) = 60+23+153=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1799 is #C3E866. Grayscale: #303030. Windows color (decimal): -12839015 or 10032956. OLE color: 10032956.
HSL color Cylindrical-coordinate representation of color #3C1799: hue angle of 257.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1799 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 23 | 153 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.4 |
| HSL | 257.08º | 0.74% | 0.35% | - |
| HSV(B) | 257.08º | 0.85% | 0.6% | - |
| XYZ | 7.92 | 3.87 | 30.47 | - |
| YUV | 48.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 153 | 0.61 | 0.85 | 0 | 0.4 | 257.08 | 0.74 | 0.35 |
| Hex | 3C | 17 | 99 | 3D | 55 | 0 | 28 | 101 | 4A | 23 |
| Octal | 74 | 27 | 231 | 75 | 125 | 0 | 50 | 401 | 112 | 43 |
| Binary | 111100 | 10111 | 10011001 | 111101 | 1010101 | 0 | 101000 | 100000001 | 1001010 | 100011 |
Color Harmonies of #3C1799
Complementary color
Monochromatic Colors of #3C1799
Black with #3C1799
Text Example
Text Example
White with #3C1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1799; }
p { color: rgb(60,23,153); }
H1.HeaderClassName
{
color: #3C1799;
}
.AnyTagClassName
{
color: #3C1799;
}
</style>
background-color css
<style>
a { background-color: #3C1799; }
a { background-color: rgb(60,23,153); }
div.DivClassName
{
background-color: #3C1799;
}
.BgClassName
{
background-color: #3C1799;
}
</style>
border-color css
<style>
span { border-color: #3C1799; }
span { border-color: rgb(60,23,153); }
td.TdClassName
{
border-color: #3C1799;
}
.TagClassName
{
border-color: #3C1799;
}
</style>