Shades of Persian Indigo #3C2190
Tints of Persian Indigo #3C2190
RGB
CMYK
RGB Variations
Color information
#3C2190 (or 0x3C2190) is known color: Persian Indigo. HEX triplet: 3C, 21 and 90. RGB value is (60,33,144). Sum of RGB (Red+Green+Blue) = 60+33+144=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C2190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2190 is #C3DE6F. Grayscale: #353535. Windows color (decimal): -12836464 or 9445692. OLE color: 9445692.
HSL color Cylindrical-coordinate representation of color #3C2190: hue angle of 254.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2190 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 33 | 144 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.44 |
| HSL | 254.59º | 0.63% | 0.35% | - |
| HSV(B) | 254.59º | 0.77% | 0.56% | - |
| XYZ | 7.44 | 4.06 | 26.78 | - |
| YUV | 53.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 144 | 0.58 | 0.77 | 0 | 0.44 | 254.59 | 0.63 | 0.35 |
| Hex | 3C | 21 | 90 | 3A | 4D | 0 | 2C | FF | 3F | 23 |
| Octal | 74 | 41 | 220 | 72 | 115 | 0 | 54 | 377 | 77 | 43 |
| Binary | 111100 | 100001 | 10010000 | 111010 | 1001101 | 0 | 101100 | 11111111 | 111111 | 100011 |
Color Harmonies of #3C2190
Complementary color
Monochromatic Colors of #3C2190
Black with #3C2190
Text Example
Text Example
White with #3C2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2190; }
p { color: rgb(60,33,144); }
H1.HeaderClassName
{
color: #3C2190;
}
.AnyTagClassName
{
color: #3C2190;
}
</style>
background-color css
<style>
a { background-color: #3C2190; }
a { background-color: rgb(60,33,144); }
div.DivClassName
{
background-color: #3C2190;
}
.BgClassName
{
background-color: #3C2190;
}
</style>
border-color css
<style>
span { border-color: #3C2190; }
span { border-color: rgb(60,33,144); }
td.TdClassName
{
border-color: #3C2190;
}
.TagClassName
{
border-color: #3C2190;
}
</style>