Shades of Persian Indigo #3C086B
Tints of Persian Indigo #3C086B
RGB
CMYK
RGB Variations
Color information
#3C086B (or 0x3C086B) is known color: Persian Indigo. HEX triplet: 3C, 08 and 6B. RGB value is (60,8,107). Sum of RGB (Red+Green+Blue) = 60+8+107=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C086B is #C3F794. Grayscale: #222222. Windows color (decimal): -12842901 or 7014460. OLE color: 7014460.
HSL color Cylindrical-coordinate representation of color #3C086B: hue angle of 271.52º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C086B is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 8 | 107 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.58 |
| HSL | 271.52º | 0.86% | 0.23% | - |
| HSV(B) | 271.52º | 0.93% | 0.42% | - |
| XYZ | 4.6 | 2.2 | 14.09 | - |
| YUV | 34.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 107 | 0.44 | 0.93 | 0 | 0.58 | 271.52 | 0.86 | 0.23 |
| Hex | 3C | 8 | 6B | 2C | 5D | 0 | 3A | 110 | 56 | 17 |
| Octal | 74 | 10 | 153 | 54 | 135 | 0 | 72 | 420 | 126 | 27 |
| Binary | 111100 | 1000 | 1101011 | 101100 | 1011101 | 0 | 111010 | 100010000 | 1010110 | 10111 |
Color Harmonies of #3C086B
Complementary color
Monochromatic Colors of #3C086B
Black with #3C086B
Text Example
Text Example
White with #3C086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C086B; }
p { color: rgb(60,8,107); }
H1.HeaderClassName
{
color: #3C086B;
}
.AnyTagClassName
{
color: #3C086B;
}
</style>
background-color css
<style>
a { background-color: #3C086B; }
a { background-color: rgb(60,8,107); }
div.DivClassName
{
background-color: #3C086B;
}
.BgClassName
{
background-color: #3C086B;
}
</style>
border-color css
<style>
span { border-color: #3C086B; }
span { border-color: rgb(60,8,107); }
td.TdClassName
{
border-color: #3C086B;
}
.TagClassName
{
border-color: #3C086B;
}
</style>