Shades of Persian Indigo #3C1D94
Tints of Persian Indigo #3C1D94
RGB
CMYK
RGB Variations
Color information
#3C1D94 (or 0x3C1D94) is known color: Persian Indigo. HEX triplet: 3C, 1D and 94. RGB value is (60,29,148). Sum of RGB (Red+Green+Blue) = 60+29+148=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C1D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1D94 is #C3E26B. Grayscale: #333333. Windows color (decimal): -12837484 or 9706812. OLE color: 9706812.
HSL color Cylindrical-coordinate representation of color #3C1D94: hue angle of 255.63º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1D94 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 29 | 148 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.42 |
| HSL | 255.63º | 0.67% | 0.35% | - |
| HSV(B) | 255.63º | 0.8% | 0.58% | - |
| XYZ | 7.65 | 3.98 | 28.38 | - |
| YUV | 51.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 148 | 0.59 | 0.80 | 0 | 0.42 | 255.63 | 0.67 | 0.35 |
| Hex | 3C | 1D | 94 | 3B | 50 | 0 | 2A | 100 | 43 | 23 |
| Octal | 74 | 35 | 224 | 73 | 120 | 0 | 52 | 400 | 103 | 43 |
| Binary | 111100 | 11101 | 10010100 | 111011 | 1010000 | 0 | 101010 | 100000000 | 1000011 | 100011 |
Color Harmonies of #3C1D94
Complementary color
Monochromatic Colors of #3C1D94
Black with #3C1D94
Text Example
Text Example
White with #3C1D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D94; }
p { color: rgb(60,29,148); }
H1.HeaderClassName
{
color: #3C1D94;
}
.AnyTagClassName
{
color: #3C1D94;
}
</style>
background-color css
<style>
a { background-color: #3C1D94; }
a { background-color: rgb(60,29,148); }
div.DivClassName
{
background-color: #3C1D94;
}
.BgClassName
{
background-color: #3C1D94;
}
</style>
border-color css
<style>
span { border-color: #3C1D94; }
span { border-color: rgb(60,29,148); }
td.TdClassName
{
border-color: #3C1D94;
}
.TagClassName
{
border-color: #3C1D94;
}
</style>