Shades of Persian Indigo #3C1572
Tints of Persian Indigo #3C1572
RGB
CMYK
RGB Variations
Color information
#3C1572 (or 0x3C1572) is known color: Persian Indigo. HEX triplet: 3C, 15 and 72. RGB value is (60,21,114). Sum of RGB (Red+Green+Blue) = 60+21+114=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1572 is #C3EA8D. Grayscale: #2A2A2A. Windows color (decimal): -12839566 or 7476540. OLE color: 7476540.
HSL color Cylindrical-coordinate representation of color #3C1572: hue angle of 265.16º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1572 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 21 | 114 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.55 |
| HSL | 265.16º | 0.69% | 0.26% | - |
| HSV(B) | 265.16º | 0.82% | 0.45% | - |
| XYZ | 5.17 | 2.71 | 16.17 | - |
| YUV | 43.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 114 | 0.47 | 0.82 | 0 | 0.55 | 265.16 | 0.69 | 0.26 |
| Hex | 3C | 15 | 72 | 2F | 52 | 0 | 37 | 109 | 45 | 1A |
| Octal | 74 | 25 | 162 | 57 | 122 | 0 | 67 | 411 | 105 | 32 |
| Binary | 111100 | 10101 | 1110010 | 101111 | 1010010 | 0 | 110111 | 100001001 | 1000101 | 11010 |
Color Harmonies of #3C1572
Complementary color
Monochromatic Colors of #3C1572
Black with #3C1572
Text Example
Text Example
White with #3C1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1572; }
p { color: rgb(60,21,114); }
H1.HeaderClassName
{
color: #3C1572;
}
.AnyTagClassName
{
color: #3C1572;
}
</style>
background-color css
<style>
a { background-color: #3C1572; }
a { background-color: rgb(60,21,114); }
div.DivClassName
{
background-color: #3C1572;
}
.BgClassName
{
background-color: #3C1572;
}
</style>
border-color css
<style>
span { border-color: #3C1572; }
span { border-color: rgb(60,21,114); }
td.TdClassName
{
border-color: #3C1572;
}
.TagClassName
{
border-color: #3C1572;
}
</style>