Shades of Persian Indigo #3C1470
Tints of Persian Indigo #3C1470
RGB
CMYK
RGB Variations
Color information
#3C1470 (or 0x3C1470) is known color: Persian Indigo. HEX triplet: 3C, 14 and 70. RGB value is (60,20,112). Sum of RGB (Red+Green+Blue) = 60+20+112=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C1470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1470 is #C3EB8F. Grayscale: #2A2A2A. Windows color (decimal): -12839824 or 7345212. OLE color: 7345212.
HSL color Cylindrical-coordinate representation of color #3C1470: hue angle of 266.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1470 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 20 | 112 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.56 |
| HSL | 266.09º | 0.7% | 0.26% | - |
| HSV(B) | 266.09º | 0.82% | 0.44% | - |
| XYZ | 5.04 | 2.63 | 15.57 | - |
| YUV | 42.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 112 | 0.46 | 0.82 | 0 | 0.56 | 266.09 | 0.7 | 0.26 |
| Hex | 3C | 14 | 70 | 2E | 52 | 0 | 38 | 10A | 46 | 1A |
| Octal | 74 | 24 | 160 | 56 | 122 | 0 | 70 | 412 | 106 | 32 |
| Binary | 111100 | 10100 | 1110000 | 101110 | 1010010 | 0 | 111000 | 100001010 | 1000110 | 11010 |
Color Harmonies of #3C1470
Complementary color
Monochromatic Colors of #3C1470
Black with #3C1470
Text Example
Text Example
White with #3C1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1470; }
p { color: rgb(60,20,112); }
H1.HeaderClassName
{
color: #3C1470;
}
.AnyTagClassName
{
color: #3C1470;
}
</style>
background-color css
<style>
a { background-color: #3C1470; }
a { background-color: rgb(60,20,112); }
div.DivClassName
{
background-color: #3C1470;
}
.BgClassName
{
background-color: #3C1470;
}
</style>
border-color css
<style>
span { border-color: #3C1470; }
span { border-color: rgb(60,20,112); }
td.TdClassName
{
border-color: #3C1470;
}
.TagClassName
{
border-color: #3C1470;
}
</style>