Shades of Persian Indigo #3C1492
Tints of Persian Indigo #3C1492
RGB
CMYK
RGB Variations
Color information
#3C1492 (or 0x3C1492) is known color: Persian Indigo. HEX triplet: 3C, 14 and 92. RGB value is (60,20,146). Sum of RGB (Red+Green+Blue) = 60+20+146=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C1492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1492 is #C3EB6D. Grayscale: #2D2D2D. Windows color (decimal): -12839790 or 9573436. OLE color: 9573436.
HSL color Cylindrical-coordinate representation of color #3C1492: hue angle of 259.05º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1492 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 20 | 146 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.43 |
| HSL | 259.05º | 0.76% | 0.33% | - |
| HSV(B) | 259.05º | 0.86% | 0.57% | - |
| XYZ | 7.3 | 3.54 | 27.49 | - |
| YUV | 46.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 146 | 0.59 | 0.86 | 0 | 0.43 | 259.05 | 0.76 | 0.33 |
| Hex | 3C | 14 | 92 | 3B | 56 | 0 | 2B | 103 | 4C | 21 |
| Octal | 74 | 24 | 222 | 73 | 126 | 0 | 53 | 403 | 114 | 41 |
| Binary | 111100 | 10100 | 10010010 | 111011 | 1010110 | 0 | 101011 | 100000011 | 1001100 | 100001 |
Color Harmonies of #3C1492
Complementary color
Monochromatic Colors of #3C1492
Black with #3C1492
Text Example
Text Example
White with #3C1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1492; }
p { color: rgb(60,20,146); }
H1.HeaderClassName
{
color: #3C1492;
}
.AnyTagClassName
{
color: #3C1492;
}
</style>
background-color css
<style>
a { background-color: #3C1492; }
a { background-color: rgb(60,20,146); }
div.DivClassName
{
background-color: #3C1492;
}
.BgClassName
{
background-color: #3C1492;
}
</style>
border-color css
<style>
span { border-color: #3C1492; }
span { border-color: rgb(60,20,146); }
td.TdClassName
{
border-color: #3C1492;
}
.TagClassName
{
border-color: #3C1492;
}
</style>