Shades of Persian Indigo #3C126D
Tints of Persian Indigo #3C126D
RGB
CMYK
RGB Variations
Color information
#3C126D (or 0x3C126D) is known color: Persian Indigo. HEX triplet: 3C, 12 and 6D. RGB value is (60,18,109). Sum of RGB (Red+Green+Blue) = 60+18+109=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C126D is #C3ED92. Grayscale: #282828. Windows color (decimal): -12840339 or 7148092. OLE color: 7148092.
HSL color Cylindrical-coordinate representation of color #3C126D: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C126D is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 18 | 109 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.57 |
| HSL | 267.69º | 0.72% | 0.25% | - |
| HSV(B) | 267.69º | 0.83% | 0.43% | - |
| XYZ | 4.84 | 2.5 | 14.69 | - |
| YUV | 40.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 109 | 0.45 | 0.83 | 0 | 0.57 | 267.69 | 0.72 | 0.25 |
| Hex | 3C | 12 | 6D | 2D | 53 | 0 | 39 | 10C | 48 | 19 |
| Octal | 74 | 22 | 155 | 55 | 123 | 0 | 71 | 414 | 110 | 31 |
| Binary | 111100 | 10010 | 1101101 | 101101 | 1010011 | 0 | 111001 | 100001100 | 1001000 | 11001 |
Color Harmonies of #3C126D
Complementary color
Monochromatic Colors of #3C126D
Black with #3C126D
Text Example
Text Example
White with #3C126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C126D; }
p { color: rgb(60,18,109); }
H1.HeaderClassName
{
color: #3C126D;
}
.AnyTagClassName
{
color: #3C126D;
}
</style>
background-color css
<style>
a { background-color: #3C126D; }
a { background-color: rgb(60,18,109); }
div.DivClassName
{
background-color: #3C126D;
}
.BgClassName
{
background-color: #3C126D;
}
</style>
border-color css
<style>
span { border-color: #3C126D; }
span { border-color: rgb(60,18,109); }
td.TdClassName
{
border-color: #3C126D;
}
.TagClassName
{
border-color: #3C126D;
}
</style>