Shades of Persian Indigo #3C1482
Tints of Persian Indigo #3C1482
RGB
CMYK
RGB Variations
Color information
#3C1482 (or 0x3C1482) is known color: Persian Indigo. HEX triplet: 3C, 14 and 82. RGB value is (60,20,130). Sum of RGB (Red+Green+Blue) = 60+20+130=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C1482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1482 is #C3EB7D. Grayscale: #2C2C2C. Windows color (decimal): -12839806 or 8524860. OLE color: 8524860.
HSL color Cylindrical-coordinate representation of color #3C1482: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1482 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 20 | 130 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.49 |
| HSL | 261.82º | 0.73% | 0.29% | - |
| HSV(B) | 261.82º | 0.85% | 0.51% | - |
| XYZ | 6.14 | 3.07 | 21.39 | - |
| YUV | 44.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 130 | 0.54 | 0.85 | 0 | 0.49 | 261.82 | 0.73 | 0.29 |
| Hex | 3C | 14 | 82 | 36 | 55 | 0 | 31 | 106 | 49 | 1D |
| Octal | 74 | 24 | 202 | 66 | 125 | 0 | 61 | 406 | 111 | 35 |
| Binary | 111100 | 10100 | 10000010 | 110110 | 1010101 | 0 | 110001 | 100000110 | 1001001 | 11101 |
Color Harmonies of #3C1482
Complementary color
Monochromatic Colors of #3C1482
Black with #3C1482
Text Example
Text Example
White with #3C1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1482; }
p { color: rgb(60,20,130); }
H1.HeaderClassName
{
color: #3C1482;
}
.AnyTagClassName
{
color: #3C1482;
}
</style>
background-color css
<style>
a { background-color: #3C1482; }
a { background-color: rgb(60,20,130); }
div.DivClassName
{
background-color: #3C1482;
}
.BgClassName
{
background-color: #3C1482;
}
</style>
border-color css
<style>
span { border-color: #3C1482; }
span { border-color: rgb(60,20,130); }
td.TdClassName
{
border-color: #3C1482;
}
.TagClassName
{
border-color: #3C1482;
}
</style>