Shades of Persian Indigo #3C1D99
Tints of Persian Indigo #3C1D99
RGB
CMYK
RGB Variations
Color information
#3C1D99 (or 0x3C1D99) is known color: Persian Indigo. HEX triplet: 3C, 1D and 99. RGB value is (60,29,153). Sum of RGB (Red+Green+Blue) = 60+29+153=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1D99 is #C3E266. Grayscale: #333333. Windows color (decimal): -12837479 or 10034492. OLE color: 10034492.
HSL color Cylindrical-coordinate representation of color #3C1D99: hue angle of 255º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1D99 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 29 | 153 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.4 |
| HSL | 255º | 0.68% | 0.36% | - |
| HSV(B) | 255º | 0.81% | 0.6% | - |
| XYZ | 8.05 | 4.14 | 30.51 | - |
| YUV | 52.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 153 | 0.61 | 0.81 | 0 | 0.4 | 255 | 0.68 | 0.36 |
| Hex | 3C | 1D | 99 | 3D | 51 | 0 | 28 | FF | 44 | 24 |
| Octal | 74 | 35 | 231 | 75 | 121 | 0 | 50 | 377 | 104 | 44 |
| Binary | 111100 | 11101 | 10011001 | 111101 | 1010001 | 0 | 101000 | 11111111 | 1000100 | 100100 |
Color Harmonies of #3C1D99
Complementary color
Monochromatic Colors of #3C1D99
Black with #3C1D99
Text Example
Text Example
White with #3C1D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D99; }
p { color: rgb(60,29,153); }
H1.HeaderClassName
{
color: #3C1D99;
}
.AnyTagClassName
{
color: #3C1D99;
}
</style>
background-color css
<style>
a { background-color: #3C1D99; }
a { background-color: rgb(60,29,153); }
div.DivClassName
{
background-color: #3C1D99;
}
.BgClassName
{
background-color: #3C1D99;
}
</style>
border-color css
<style>
span { border-color: #3C1D99; }
span { border-color: rgb(60,29,153); }
td.TdClassName
{
border-color: #3C1D99;
}
.TagClassName
{
border-color: #3C1D99;
}
</style>