Shades of Persian Indigo #3C169A
Tints of Persian Indigo #3C169A
RGB
CMYK
RGB Variations
Color information
#3C169A (or 0x3C169A) is known color: Persian Indigo. HEX triplet: 3C, 16 and 9A. RGB value is (60,22,154). Sum of RGB (Red+Green+Blue) = 60+22+154=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C169A is #C3E965. Grayscale: #2F2F2F. Windows color (decimal): -12839270 or 10098236. OLE color: 10098236.
HSL color Cylindrical-coordinate representation of color #3C169A: hue angle of 257.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C169A is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 22 | 154 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.40 |
| HSL | 257.27º | 0.75% | 0.35% | - |
| HSV(B) | 257.27º | 0.86% | 0.6% | - |
| XYZ | 7.98 | 3.87 | 30.9 | - |
| YUV | 48.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 154 | 0.61 | 0.86 | 0 | 0.40 | 257.27 | 0.75 | 0.35 |
| Hex | 3C | 16 | 9A | 3D | 56 | 0 | 28 | 101 | 4B | 23 |
| Octal | 74 | 26 | 232 | 75 | 126 | 0 | 50 | 401 | 113 | 43 |
| Binary | 111100 | 10110 | 10011010 | 111101 | 1010110 | 0 | 101000 | 100000001 | 1001011 | 100011 |
Color Harmonies of #3C169A
Complementary color
Monochromatic Colors of #3C169A
Black with #3C169A
Text Example
Text Example
White with #3C169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C169A; }
p { color: rgb(60,22,154); }
H1.HeaderClassName
{
color: #3C169A;
}
.AnyTagClassName
{
color: #3C169A;
}
</style>
background-color css
<style>
a { background-color: #3C169A; }
a { background-color: rgb(60,22,154); }
div.DivClassName
{
background-color: #3C169A;
}
.BgClassName
{
background-color: #3C169A;
}
</style>
border-color css
<style>
span { border-color: #3C169A; }
span { border-color: rgb(60,22,154); }
td.TdClassName
{
border-color: #3C169A;
}
.TagClassName
{
border-color: #3C169A;
}
</style>