Shades of Persian Indigo #3C1999
Tints of Persian Indigo #3C1999
RGB
CMYK
RGB Variations
Color information
#3C1999 (or 0x3C1999) is known color: Persian Indigo. HEX triplet: 3C, 19 and 99. RGB value is (60,25,153). Sum of RGB (Red+Green+Blue) = 60+25+153=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1999 is #C3E666. Grayscale: #313131. Windows color (decimal): -12838503 or 10033468. OLE color: 10033468.
HSL color Cylindrical-coordinate representation of color #3C1999: hue angle of 256.41º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1999 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 25 | 153 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.4 |
| HSL | 256.41º | 0.72% | 0.35% | - |
| HSV(B) | 256.41º | 0.84% | 0.6% | - |
| XYZ | 7.96 | 3.96 | 30.48 | - |
| YUV | 50.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 153 | 0.61 | 0.84 | 0 | 0.4 | 256.41 | 0.72 | 0.35 |
| Hex | 3C | 19 | 99 | 3D | 54 | 0 | 28 | 100 | 48 | 23 |
| Octal | 74 | 31 | 231 | 75 | 124 | 0 | 50 | 400 | 110 | 43 |
| Binary | 111100 | 11001 | 10011001 | 111101 | 1010100 | 0 | 101000 | 100000000 | 1001000 | 100011 |
Color Harmonies of #3C1999
Complementary color
Monochromatic Colors of #3C1999
Black with #3C1999
Text Example
Text Example
White with #3C1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1999; }
p { color: rgb(60,25,153); }
H1.HeaderClassName
{
color: #3C1999;
}
.AnyTagClassName
{
color: #3C1999;
}
</style>
background-color css
<style>
a { background-color: #3C1999; }
a { background-color: rgb(60,25,153); }
div.DivClassName
{
background-color: #3C1999;
}
.BgClassName
{
background-color: #3C1999;
}
</style>
border-color css
<style>
span { border-color: #3C1999; }
span { border-color: rgb(60,25,153); }
td.TdClassName
{
border-color: #3C1999;
}
.TagClassName
{
border-color: #3C1999;
}
</style>