Shades of Persian Indigo #3C167E
Tints of Persian Indigo #3C167E
RGB
CMYK
RGB Variations
Color information
#3C167E (or 0x3C167E) is known color: Persian Indigo. HEX triplet: 3C, 16 and 7E. RGB value is (60,22,126). Sum of RGB (Red+Green+Blue) = 60+22+126=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C167E is #C3E981. Grayscale: #2C2C2C. Windows color (decimal): -12839298 or 8263228. OLE color: 8263228.
HSL color Cylindrical-coordinate representation of color #3C167E: hue angle of 261.92º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C167E is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 22 | 126 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.51 |
| HSL | 261.92º | 0.7% | 0.29% | - |
| HSV(B) | 261.92º | 0.83% | 0.49% | - |
| XYZ | 5.92 | 3.04 | 20.01 | - |
| YUV | 45.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 126 | 0.52 | 0.83 | 0 | 0.51 | 261.92 | 0.7 | 0.29 |
| Hex | 3C | 16 | 7E | 34 | 53 | 0 | 33 | 106 | 46 | 1D |
| Octal | 74 | 26 | 176 | 64 | 123 | 0 | 63 | 406 | 106 | 35 |
| Binary | 111100 | 10110 | 1111110 | 110100 | 1010011 | 0 | 110011 | 100000110 | 1000110 | 11101 |
Color Harmonies of #3C167E
Complementary color
Monochromatic Colors of #3C167E
Black with #3C167E
Text Example
Text Example
White with #3C167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C167E; }
p { color: rgb(60,22,126); }
H1.HeaderClassName
{
color: #3C167E;
}
.AnyTagClassName
{
color: #3C167E;
}
</style>
background-color css
<style>
a { background-color: #3C167E; }
a { background-color: rgb(60,22,126); }
div.DivClassName
{
background-color: #3C167E;
}
.BgClassName
{
background-color: #3C167E;
}
</style>
border-color css
<style>
span { border-color: #3C167E; }
span { border-color: rgb(60,22,126); }
td.TdClassName
{
border-color: #3C167E;
}
.TagClassName
{
border-color: #3C167E;
}
</style>