Shades of Persian Indigo #3C1596
Tints of Persian Indigo #3C1596
RGB
CMYK
RGB Variations
Color information
#3C1596 (or 0x3C1596) is known color: Persian Indigo. HEX triplet: 3C, 15 and 96. RGB value is (60,21,150). Sum of RGB (Red+Green+Blue) = 60+21+150=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C1596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1596 is #C3EA69. Grayscale: #2E2E2E. Windows color (decimal): -12839530 or 9835836. OLE color: 9835836.
HSL color Cylindrical-coordinate representation of color #3C1596: hue angle of 258.14º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1596 is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 21 | 150 | - |
| CMYK | 0.6 | 0.86 | 0 | 0.41 |
| HSL | 258.14º | 0.75% | 0.34% | - |
| HSV(B) | 258.14º | 0.86% | 0.59% | - |
| XYZ | 7.64 | 3.7 | 29.17 | - |
| YUV | 47.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 150 | 0.6 | 0.86 | 0 | 0.41 | 258.14 | 0.75 | 0.34 |
| Hex | 3C | 15 | 96 | 3C | 56 | 0 | 29 | 102 | 4B | 22 |
| Octal | 74 | 25 | 226 | 74 | 126 | 0 | 51 | 402 | 113 | 42 |
| Binary | 111100 | 10101 | 10010110 | 111100 | 1010110 | 0 | 101001 | 100000010 | 1001011 | 100010 |
Color Harmonies of #3C1596
Complementary color
Monochromatic Colors of #3C1596
Black with #3C1596
Text Example
Text Example
White with #3C1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1596; }
p { color: rgb(60,21,150); }
H1.HeaderClassName
{
color: #3C1596;
}
.AnyTagClassName
{
color: #3C1596;
}
</style>
background-color css
<style>
a { background-color: #3C1596; }
a { background-color: rgb(60,21,150); }
div.DivClassName
{
background-color: #3C1596;
}
.BgClassName
{
background-color: #3C1596;
}
</style>
border-color css
<style>
span { border-color: #3C1596; }
span { border-color: rgb(60,21,150); }
td.TdClassName
{
border-color: #3C1596;
}
.TagClassName
{
border-color: #3C1596;
}
</style>