Shades of Persian Indigo #3C0A98
Tints of Persian Indigo #3C0A98
RGB
CMYK
RGB Variations
Color information
#3C0A98 (or 0x3C0A98) is known color: Persian Indigo. HEX triplet: 3C, 0A and 98. RGB value is (60,10,152). Sum of RGB (Red+Green+Blue) = 60+10+152=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C0A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A98 is #C3F567. Grayscale: #282828. Windows color (decimal): -12842344 or 9964092. OLE color: 9964092.
HSL color Cylindrical-coordinate representation of color #3C0A98: hue angle of 261.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0A98 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 10 | 152 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.40 |
| HSL | 261.13º | 0.88% | 0.32% | - |
| HSV(B) | 261.13º | 0.93% | 0.6% | - |
| XYZ | 7.64 | 3.44 | 29.97 | - |
| YUV | 41.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 152 | 0.61 | 0.93 | 0 | 0.40 | 261.13 | 0.88 | 0.32 |
| Hex | 3C | A | 98 | 3D | 5D | 0 | 28 | 105 | 58 | 20 |
| Octal | 74 | 12 | 230 | 75 | 135 | 0 | 50 | 405 | 130 | 40 |
| Binary | 111100 | 1010 | 10011000 | 111101 | 1011101 | 0 | 101000 | 100000101 | 1011000 | 100000 |
Color Harmonies of #3C0A98
Complementary color
Monochromatic Colors of #3C0A98
Black with #3C0A98
Text Example
Text Example
White with #3C0A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A98; }
p { color: rgb(60,10,152); }
H1.HeaderClassName
{
color: #3C0A98;
}
.AnyTagClassName
{
color: #3C0A98;
}
</style>
background-color css
<style>
a { background-color: #3C0A98; }
a { background-color: rgb(60,10,152); }
div.DivClassName
{
background-color: #3C0A98;
}
.BgClassName
{
background-color: #3C0A98;
}
</style>
border-color css
<style>
span { border-color: #3C0A98; }
span { border-color: rgb(60,10,152); }
td.TdClassName
{
border-color: #3C0A98;
}
.TagClassName
{
border-color: #3C0A98;
}
</style>