Shades of Persian Indigo #3C1279
Tints of Persian Indigo #3C1279
RGB
CMYK
RGB Variations
Color information
#3C1279 (or 0x3C1279) is known color: Persian Indigo. HEX triplet: 3C, 12 and 79. RGB value is (60,18,121). Sum of RGB (Red+Green+Blue) = 60+18+121=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C1279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1279 is #C3ED86. Grayscale: #292929. Windows color (decimal): -12840327 or 7934524. OLE color: 7934524.
HSL color Cylindrical-coordinate representation of color #3C1279: hue angle of 264.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1279 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 18 | 121 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.53 |
| HSL | 264.47º | 0.74% | 0.27% | - |
| HSV(B) | 264.47º | 0.85% | 0.47% | - |
| XYZ | 5.53 | 2.77 | 18.33 | - |
| YUV | 42.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 121 | 0.50 | 0.85 | 0 | 0.53 | 264.47 | 0.74 | 0.27 |
| Hex | 3C | 12 | 79 | 32 | 55 | 0 | 35 | 108 | 4A | 1B |
| Octal | 74 | 22 | 171 | 62 | 125 | 0 | 65 | 410 | 112 | 33 |
| Binary | 111100 | 10010 | 1111001 | 110010 | 1010101 | 0 | 110101 | 100001000 | 1001010 | 11011 |
Color Harmonies of #3C1279
Complementary color
Monochromatic Colors of #3C1279
Black with #3C1279
Text Example
Text Example
White with #3C1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1279; }
p { color: rgb(60,18,121); }
H1.HeaderClassName
{
color: #3C1279;
}
.AnyTagClassName
{
color: #3C1279;
}
</style>
background-color css
<style>
a { background-color: #3C1279; }
a { background-color: rgb(60,18,121); }
div.DivClassName
{
background-color: #3C1279;
}
.BgClassName
{
background-color: #3C1279;
}
</style>
border-color css
<style>
span { border-color: #3C1279; }
span { border-color: rgb(60,18,121); }
td.TdClassName
{
border-color: #3C1279;
}
.TagClassName
{
border-color: #3C1279;
}
</style>