Shades of Persian Indigo #3C16AB
Tints of Persian Indigo #3C16AB
RGB
CMYK
RGB Variations
Color information
#3C16AB (or 0x3C16AB) is known color: Persian Indigo. HEX triplet: 3C, 16 and AB. RGB value is (60,22,171). Sum of RGB (Red+Green+Blue) = 60+22+171=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16AB is #C3E954. Grayscale: #313131. Windows color (decimal): -12839253 or 11212348. OLE color: 11212348.
HSL color Cylindrical-coordinate representation of color #3C16AB: hue angle of 255.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C16AB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 22 | 171 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.33 |
| HSL | 255.3º | 0.77% | 0.38% | - |
| HSV(B) | 255.3º | 0.87% | 0.67% | - |
| XYZ | 9.5 | 4.47 | 38.89 | - |
| YUV | 50.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 171 | 0.65 | 0.87 | 0 | 0.33 | 255.3 | 0.77 | 0.38 |
| Hex | 3C | 16 | AB | 41 | 57 | 0 | 21 | FF | 4D | 26 |
| Octal | 74 | 26 | 253 | 101 | 127 | 0 | 41 | 377 | 115 | 46 |
| Binary | 111100 | 10110 | 10101011 | 1000001 | 1010111 | 0 | 100001 | 11111111 | 1001101 | 100110 |
Color Harmonies of #3C16AB
Complementary color
Monochromatic Colors of #3C16AB
Black with #3C16AB
Text Example
Text Example
White with #3C16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C16AB; }
p { color: rgb(60,22,171); }
H1.HeaderClassName
{
color: #3C16AB;
}
.AnyTagClassName
{
color: #3C16AB;
}
</style>
background-color css
<style>
a { background-color: #3C16AB; }
a { background-color: rgb(60,22,171); }
div.DivClassName
{
background-color: #3C16AB;
}
.BgClassName
{
background-color: #3C16AB;
}
</style>
border-color css
<style>
span { border-color: #3C16AB; }
span { border-color: rgb(60,22,171); }
td.TdClassName
{
border-color: #3C16AB;
}
.TagClassName
{
border-color: #3C16AB;
}
</style>