Shades of Persian Indigo #3C12AD
Tints of Persian Indigo #3C12AD
RGB
CMYK
RGB Variations
Color information
#3C12AD (or 0x3C12AD) is known color: Persian Indigo. HEX triplet: 3C, 12 and AD. RGB value is (60,18,173). Sum of RGB (Red+Green+Blue) = 60+18+173=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C12AD is #C3ED52. Grayscale: #2F2F2F. Windows color (decimal): -12840275 or 11342396. OLE color: 11342396.
HSL color Cylindrical-coordinate representation of color #3C12AD: hue angle of 256.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C12AD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 18 | 173 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.32 |
| HSL | 256.26º | 0.81% | 0.37% | - |
| HSV(B) | 256.26º | 0.9% | 0.68% | - |
| XYZ | 9.62 | 4.41 | 39.88 | - |
| YUV | 48.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 173 | 0.65 | 0.90 | 0 | 0.32 | 256.26 | 0.81 | 0.37 |
| Hex | 3C | 12 | AD | 41 | 5A | 0 | 20 | 100 | 51 | 25 |
| Octal | 74 | 22 | 255 | 101 | 132 | 0 | 40 | 400 | 121 | 45 |
| Binary | 111100 | 10010 | 10101101 | 1000001 | 1011010 | 0 | 100000 | 100000000 | 1010001 | 100101 |
Color Harmonies of #3C12AD
Complementary color
Monochromatic Colors of #3C12AD
Black with #3C12AD
Text Example
Text Example
White with #3C12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C12AD; }
p { color: rgb(60,18,173); }
H1.HeaderClassName
{
color: #3C12AD;
}
.AnyTagClassName
{
color: #3C12AD;
}
</style>
background-color css
<style>
a { background-color: #3C12AD; }
a { background-color: rgb(60,18,173); }
div.DivClassName
{
background-color: #3C12AD;
}
.BgClassName
{
background-color: #3C12AD;
}
</style>
border-color css
<style>
span { border-color: #3C12AD; }
span { border-color: rgb(60,18,173); }
td.TdClassName
{
border-color: #3C12AD;
}
.TagClassName
{
border-color: #3C12AD;
}
</style>