Shades of Persian Indigo #3C16A1
Tints of Persian Indigo #3C16A1
RGB
CMYK
RGB Variations
Color information
#3C16A1 (or 0x3C16A1) is known color: Persian Indigo. HEX triplet: 3C, 16 and A1. RGB value is (60,22,161). Sum of RGB (Red+Green+Blue) = 60+22+161=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #3C16A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16A1 is #C3E95E. Grayscale: #303030. Windows color (decimal): -12839263 or 10556988. OLE color: 10556988.
HSL color Cylindrical-coordinate representation of color #3C16A1: hue angle of 256.4º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C16A1 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 22 | 161 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.37 |
| HSL | 256.4º | 0.76% | 0.36% | - |
| HSV(B) | 256.4º | 0.86% | 0.63% | - |
| XYZ | 8.58 | 4.11 | 34.06 | - |
| YUV | 49.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 161 | 0.63 | 0.86 | 0 | 0.37 | 256.4 | 0.76 | 0.36 |
| Hex | 3C | 16 | A1 | 3F | 56 | 0 | 25 | 100 | 4C | 24 |
| Octal | 74 | 26 | 241 | 77 | 126 | 0 | 45 | 400 | 114 | 44 |
| Binary | 111100 | 10110 | 10100001 | 111111 | 1010110 | 0 | 100101 | 100000000 | 1001100 | 100100 |
Color Harmonies of #3C16A1
Complementary color
Monochromatic Colors of #3C16A1
Black with #3C16A1
Text Example
Text Example
White with #3C16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C16A1; }
p { color: rgb(60,22,161); }
H1.HeaderClassName
{
color: #3C16A1;
}
.AnyTagClassName
{
color: #3C16A1;
}
</style>
background-color css
<style>
a { background-color: #3C16A1; }
a { background-color: rgb(60,22,161); }
div.DivClassName
{
background-color: #3C16A1;
}
.BgClassName
{
background-color: #3C16A1;
}
</style>
border-color css
<style>
span { border-color: #3C16A1; }
span { border-color: rgb(60,22,161); }
td.TdClassName
{
border-color: #3C16A1;
}
.TagClassName
{
border-color: #3C16A1;
}
</style>