Shades of Persian Indigo #3C0CAE
Tints of Persian Indigo #3C0CAE
RGB
CMYK
RGB Variations
Color information
#3C0CAE (or 0x3C0CAE) is known color: Persian Indigo. HEX triplet: 3C, 0C and AE. RGB value is (60,12,174). Sum of RGB (Red+Green+Blue) = 60+12+174=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0CAE is #C3F351. Grayscale: #2C2C2C. Windows color (decimal): -12841810 or 11406396. OLE color: 11406396.
HSL color Cylindrical-coordinate representation of color #3C0CAE: hue angle of 257.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0CAE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 12 | 174 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.32 |
| HSL | 257.78º | 0.87% | 0.36% | - |
| HSV(B) | 257.78º | 0.93% | 0.68% | - |
| XYZ | 9.63 | 4.28 | 40.36 | - |
| YUV | 44.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 174 | 0.66 | 0.93 | 0 | 0.32 | 257.78 | 0.87 | 0.36 |
| Hex | 3C | C | AE | 42 | 5D | 0 | 20 | 102 | 57 | 24 |
| Octal | 74 | 14 | 256 | 102 | 135 | 0 | 40 | 402 | 127 | 44 |
| Binary | 111100 | 1100 | 10101110 | 1000010 | 1011101 | 0 | 100000 | 100000010 | 1010111 | 100100 |
Color Harmonies of #3C0CAE
Complementary color
Monochromatic Colors of #3C0CAE
Black with #3C0CAE
Text Example
Text Example
White with #3C0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CAE; }
p { color: rgb(60,12,174); }
H1.HeaderClassName
{
color: #3C0CAE;
}
.AnyTagClassName
{
color: #3C0CAE;
}
</style>
background-color css
<style>
a { background-color: #3C0CAE; }
a { background-color: rgb(60,12,174); }
div.DivClassName
{
background-color: #3C0CAE;
}
.BgClassName
{
background-color: #3C0CAE;
}
</style>
border-color css
<style>
span { border-color: #3C0CAE; }
span { border-color: rgb(60,12,174); }
td.TdClassName
{
border-color: #3C0CAE;
}
.TagClassName
{
border-color: #3C0CAE;
}
</style>