Shades of Persian Indigo #3C0DA0
Tints of Persian Indigo #3C0DA0
RGB
CMYK
RGB Variations
Color information
#3C0DA0 (or 0x3C0DA0) is known color: Persian Indigo. HEX triplet: 3C, 0D and A0. RGB value is (60,13,160). Sum of RGB (Red+Green+Blue) = 60+13+160=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3C0DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0DA0 is #C3F25F. Grayscale: #2B2B2B. Windows color (decimal): -12841568 or 10489148. OLE color: 10489148.
HSL color Cylindrical-coordinate representation of color #3C0DA0: hue angle of 259.18º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0DA0 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 13 | 160 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.37 |
| HSL | 259.18º | 0.85% | 0.34% | - |
| HSV(B) | 259.18º | 0.92% | 0.63% | - |
| XYZ | 8.35 | 3.79 | 33.55 | - |
| YUV | 43.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 160 | 0.62 | 0.92 | 0 | 0.37 | 259.18 | 0.85 | 0.34 |
| Hex | 3C | D | A0 | 3E | 5C | 0 | 25 | 103 | 55 | 22 |
| Octal | 74 | 15 | 240 | 76 | 134 | 0 | 45 | 403 | 125 | 42 |
| Binary | 111100 | 1101 | 10100000 | 111110 | 1011100 | 0 | 100101 | 100000011 | 1010101 | 100010 |
Color Harmonies of #3C0DA0
Complementary color
Monochromatic Colors of #3C0DA0
Black with #3C0DA0
Text Example
Text Example
White with #3C0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DA0; }
p { color: rgb(60,13,160); }
H1.HeaderClassName
{
color: #3C0DA0;
}
.AnyTagClassName
{
color: #3C0DA0;
}
</style>
background-color css
<style>
a { background-color: #3C0DA0; }
a { background-color: rgb(60,13,160); }
div.DivClassName
{
background-color: #3C0DA0;
}
.BgClassName
{
background-color: #3C0DA0;
}
</style>
border-color css
<style>
span { border-color: #3C0DA0; }
span { border-color: rgb(60,13,160); }
td.TdClassName
{
border-color: #3C0DA0;
}
.TagClassName
{
border-color: #3C0DA0;
}
</style>