Shades of Persian Indigo #3C1481
Tints of Persian Indigo #3C1481
RGB
CMYK
RGB Variations
Color information
#3C1481 (or 0x3C1481) is known color: Persian Indigo. HEX triplet: 3C, 14 and 81. RGB value is (60,20,129). Sum of RGB (Red+Green+Blue) = 60+20+129=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C1481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1481 is #C3EB7E. Grayscale: #2B2B2B. Windows color (decimal): -12839807 or 8459324. OLE color: 8459324.
HSL color Cylindrical-coordinate representation of color #3C1481: hue angle of 262.02º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1481 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 20 | 129 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.49 |
| HSL | 262.02º | 0.73% | 0.29% | - |
| HSV(B) | 262.02º | 0.84% | 0.51% | - |
| XYZ | 6.08 | 3.05 | 21.04 | - |
| YUV | 44.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 129 | 0.53 | 0.84 | 0 | 0.49 | 262.02 | 0.73 | 0.29 |
| Hex | 3C | 14 | 81 | 35 | 54 | 0 | 31 | 106 | 49 | 1D |
| Octal | 74 | 24 | 201 | 65 | 124 | 0 | 61 | 406 | 111 | 35 |
| Binary | 111100 | 10100 | 10000001 | 110101 | 1010100 | 0 | 110001 | 100000110 | 1001001 | 11101 |
Color Harmonies of #3C1481
Complementary color
Monochromatic Colors of #3C1481
Black with #3C1481
Text Example
Text Example
White with #3C1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1481; }
p { color: rgb(60,20,129); }
H1.HeaderClassName
{
color: #3C1481;
}
.AnyTagClassName
{
color: #3C1481;
}
</style>
background-color css
<style>
a { background-color: #3C1481; }
a { background-color: rgb(60,20,129); }
div.DivClassName
{
background-color: #3C1481;
}
.BgClassName
{
background-color: #3C1481;
}
</style>
border-color css
<style>
span { border-color: #3C1481; }
span { border-color: rgb(60,20,129); }
td.TdClassName
{
border-color: #3C1481;
}
.TagClassName
{
border-color: #3C1481;
}
</style>