Shades of Persian Indigo #3C14AA
Tints of Persian Indigo #3C14AA
RGB
CMYK
RGB Variations
Color information
#3C14AA (or 0x3C14AA) is known color: Persian Indigo. HEX triplet: 3C, 14 and AA. RGB value is (60,20,170). Sum of RGB (Red+Green+Blue) = 60+20+170=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C14AA is #C3EB55. Grayscale: #303030. Windows color (decimal): -12839766 or 11146300. OLE color: 11146300.
HSL color Cylindrical-coordinate representation of color #3C14AA: hue angle of 256º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C14AA is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 20 | 170 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.33 |
| HSL | 256º | 0.79% | 0.37% | - |
| HSV(B) | 256º | 0.88% | 0.67% | - |
| XYZ | 9.37 | 4.36 | 38.38 | - |
| YUV | 49.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 170 | 0.65 | 0.88 | 0 | 0.33 | 256 | 0.79 | 0.37 |
| Hex | 3C | 14 | AA | 41 | 58 | 0 | 21 | 100 | 4F | 25 |
| Octal | 74 | 24 | 252 | 101 | 130 | 0 | 41 | 400 | 117 | 45 |
| Binary | 111100 | 10100 | 10101010 | 1000001 | 1011000 | 0 | 100001 | 100000000 | 1001111 | 100101 |
Color Harmonies of #3C14AA
Complementary color
Monochromatic Colors of #3C14AA
Black with #3C14AA
Text Example
Text Example
White with #3C14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C14AA; }
p { color: rgb(60,20,170); }
H1.HeaderClassName
{
color: #3C14AA;
}
.AnyTagClassName
{
color: #3C14AA;
}
</style>
background-color css
<style>
a { background-color: #3C14AA; }
a { background-color: rgb(60,20,170); }
div.DivClassName
{
background-color: #3C14AA;
}
.BgClassName
{
background-color: #3C14AA;
}
</style>
border-color css
<style>
span { border-color: #3C14AA; }
span { border-color: rgb(60,20,170); }
td.TdClassName
{
border-color: #3C14AA;
}
.TagClassName
{
border-color: #3C14AA;
}
</style>