Shades of Persian Indigo #3C0D78
Tints of Persian Indigo #3C0D78
RGB
CMYK
RGB Variations
Color information
#3C0D78 (or 0x3C0D78) is known color: Persian Indigo. HEX triplet: 3C, 0D and 78. RGB value is (60,13,120). Sum of RGB (Red+Green+Blue) = 60+13+120=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C0D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D78 is #C3F287. Grayscale: #262626. Windows color (decimal): -12841608 or 7867708. OLE color: 7867708.
HSL color Cylindrical-coordinate representation of color #3C0D78: hue angle of 266.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0D78 is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 13 | 120 | - |
| CMYK | 0.5 | 0.89 | 0 | 0.53 |
| HSL | 266.36º | 0.8% | 0.26% | - |
| HSV(B) | 266.36º | 0.89% | 0.47% | - |
| XYZ | 5.4 | 2.6 | 17.99 | - |
| YUV | 39.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 120 | 0.5 | 0.89 | 0 | 0.53 | 266.36 | 0.8 | 0.26 |
| Hex | 3C | D | 78 | 32 | 59 | 0 | 35 | 10A | 50 | 1A |
| Octal | 74 | 15 | 170 | 62 | 131 | 0 | 65 | 412 | 120 | 32 |
| Binary | 111100 | 1101 | 1111000 | 110010 | 1011001 | 0 | 110101 | 100001010 | 1010000 | 11010 |
Color Harmonies of #3C0D78
Complementary color
Monochromatic Colors of #3C0D78
Black with #3C0D78
Text Example
Text Example
White with #3C0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D78; }
p { color: rgb(60,13,120); }
H1.HeaderClassName
{
color: #3C0D78;
}
.AnyTagClassName
{
color: #3C0D78;
}
</style>
background-color css
<style>
a { background-color: #3C0D78; }
a { background-color: rgb(60,13,120); }
div.DivClassName
{
background-color: #3C0D78;
}
.BgClassName
{
background-color: #3C0D78;
}
</style>
border-color css
<style>
span { border-color: #3C0D78; }
span { border-color: rgb(60,13,120); }
td.TdClassName
{
border-color: #3C0D78;
}
.TagClassName
{
border-color: #3C0D78;
}
</style>