Shades of Persian Indigo #3C0C6E
Tints of Persian Indigo #3C0C6E
RGB
CMYK
RGB Variations
Color information
#3C0C6E (or 0x3C0C6E) is known color: Persian Indigo. HEX triplet: 3C, 0C and 6E. RGB value is (60,12,110). Sum of RGB (Red+Green+Blue) = 60+12+110=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C0C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0C6E is #C3F391. Grayscale: #252525. Windows color (decimal): -12841874 or 7212092. OLE color: 7212092.
HSL color Cylindrical-coordinate representation of color #3C0C6E: hue angle of 269.39º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0C6E is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 12 | 110 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.57 |
| HSL | 269.39º | 0.8% | 0.24% | - |
| HSV(B) | 269.39º | 0.89% | 0.43% | - |
| XYZ | 4.81 | 2.35 | 14.95 | - |
| YUV | 37.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 110 | 0.45 | 0.89 | 0 | 0.57 | 269.39 | 0.8 | 0.24 |
| Hex | 3C | C | 6E | 2D | 59 | 0 | 39 | 10D | 50 | 18 |
| Octal | 74 | 14 | 156 | 55 | 131 | 0 | 71 | 415 | 120 | 30 |
| Binary | 111100 | 1100 | 1101110 | 101101 | 1011001 | 0 | 111001 | 100001101 | 1010000 | 11000 |
Color Harmonies of #3C0C6E
Complementary color
Monochromatic Colors of #3C0C6E
Black with #3C0C6E
Text Example
Text Example
White with #3C0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C6E; }
p { color: rgb(60,12,110); }
H1.HeaderClassName
{
color: #3C0C6E;
}
.AnyTagClassName
{
color: #3C0C6E;
}
</style>
background-color css
<style>
a { background-color: #3C0C6E; }
a { background-color: rgb(60,12,110); }
div.DivClassName
{
background-color: #3C0C6E;
}
.BgClassName
{
background-color: #3C0C6E;
}
</style>
border-color css
<style>
span { border-color: #3C0C6E; }
span { border-color: rgb(60,12,110); }
td.TdClassName
{
border-color: #3C0C6E;
}
.TagClassName
{
border-color: #3C0C6E;
}
</style>