Shades of Persian Indigo #3C0A94
Tints of Persian Indigo #3C0A94
RGB
CMYK
RGB Variations
Color information
#3C0A94 (or 0x3C0A94) is known color: Persian Indigo. HEX triplet: 3C, 0A and 94. RGB value is (60,10,148). Sum of RGB (Red+Green+Blue) = 60+10+148=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C0A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A94 is #C3F56B. Grayscale: #282828. Windows color (decimal): -12842348 or 9701948. OLE color: 9701948.
HSL color Cylindrical-coordinate representation of color #3C0A94: hue angle of 261.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0A94 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 10 | 148 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.42 |
| HSL | 261.74º | 0.87% | 0.31% | - |
| HSV(B) | 261.74º | 0.93% | 0.58% | - |
| XYZ | 7.32 | 3.32 | 28.27 | - |
| YUV | 40.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 148 | 0.59 | 0.93 | 0 | 0.42 | 261.74 | 0.87 | 0.31 |
| Hex | 3C | A | 94 | 3B | 5D | 0 | 2A | 106 | 57 | 1F |
| Octal | 74 | 12 | 224 | 73 | 135 | 0 | 52 | 406 | 127 | 37 |
| Binary | 111100 | 1010 | 10010100 | 111011 | 1011101 | 0 | 101010 | 100000110 | 1010111 | 11111 |
Color Harmonies of #3C0A94
Complementary color
Monochromatic Colors of #3C0A94
Black with #3C0A94
Text Example
Text Example
White with #3C0A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A94; }
p { color: rgb(60,10,148); }
H1.HeaderClassName
{
color: #3C0A94;
}
.AnyTagClassName
{
color: #3C0A94;
}
</style>
background-color css
<style>
a { background-color: #3C0A94; }
a { background-color: rgb(60,10,148); }
div.DivClassName
{
background-color: #3C0A94;
}
.BgClassName
{
background-color: #3C0A94;
}
</style>
border-color css
<style>
span { border-color: #3C0A94; }
span { border-color: rgb(60,10,148); }
td.TdClassName
{
border-color: #3C0A94;
}
.TagClassName
{
border-color: #3C0A94;
}
</style>