Shades of Persian Indigo #3C0A9C
Tints of Persian Indigo #3C0A9C
RGB
CMYK
RGB Variations
Color information
#3C0A9C (or 0x3C0A9C) is known color: Persian Indigo. HEX triplet: 3C, 0A and 9C. RGB value is (60,10,156). Sum of RGB (Red+Green+Blue) = 60+10+156=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C0A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A9C is #C3F563. Grayscale: #292929. Windows color (decimal): -12842340 or 10226236. OLE color: 10226236.
HSL color Cylindrical-coordinate representation of color #3C0A9C: hue angle of 260.55º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0A9C is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 10 | 156 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.39 |
| HSL | 260.55º | 0.88% | 0.33% | - |
| HSV(B) | 260.55º | 0.94% | 0.61% | - |
| XYZ | 7.97 | 3.58 | 31.72 | - |
| YUV | 41.59 | 192.57 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 156 | 0.62 | 0.94 | 0 | 0.39 | 260.55 | 0.88 | 0.33 |
| Hex | 3C | A | 9C | 3E | 5E | 0 | 27 | 105 | 58 | 21 |
| Octal | 74 | 12 | 234 | 76 | 136 | 0 | 47 | 405 | 130 | 41 |
| Binary | 111100 | 1010 | 10011100 | 111110 | 1011110 | 0 | 100111 | 100000101 | 1011000 | 100001 |
Color Harmonies of #3C0A9C
Complementary color
Monochromatic Colors of #3C0A9C
Black with #3C0A9C
Text Example
Text Example
White with #3C0A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A9C; }
p { color: rgb(60,10,156); }
H1.HeaderClassName
{
color: #3C0A9C;
}
.AnyTagClassName
{
color: #3C0A9C;
}
</style>
background-color css
<style>
a { background-color: #3C0A9C; }
a { background-color: rgb(60,10,156); }
div.DivClassName
{
background-color: #3C0A9C;
}
.BgClassName
{
background-color: #3C0A9C;
}
</style>
border-color css
<style>
span { border-color: #3C0A9C; }
span { border-color: rgb(60,10,156); }
td.TdClassName
{
border-color: #3C0A9C;
}
.TagClassName
{
border-color: #3C0A9C;
}
</style>