Shades of Persian Indigo #3C109F
Tints of Persian Indigo #3C109F
RGB
CMYK
RGB Variations
Color information
#3C109F (or 0x3C109F) is known color: Persian Indigo. HEX triplet: 3C, 10 and 9F. RGB value is (60,16,159). Sum of RGB (Red+Green+Blue) = 60+16+159=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C109F is #C3EF60. Grayscale: #2C2C2C. Windows color (decimal): -12840801 or 10424380. OLE color: 10424380.
HSL color Cylindrical-coordinate representation of color #3C109F: hue angle of 258.46º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C109F is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 16 | 159 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.38 |
| HSL | 258.46º | 0.82% | 0.34% | - |
| HSV(B) | 258.46º | 0.9% | 0.62% | - |
| XYZ | 8.31 | 3.83 | 33.1 | - |
| YUV | 45.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 159 | 0.62 | 0.90 | 0 | 0.38 | 258.46 | 0.82 | 0.34 |
| Hex | 3C | 10 | 9F | 3E | 5A | 0 | 26 | 102 | 52 | 22 |
| Octal | 74 | 20 | 237 | 76 | 132 | 0 | 46 | 402 | 122 | 42 |
| Binary | 111100 | 10000 | 10011111 | 111110 | 1011010 | 0 | 100110 | 100000010 | 1010010 | 100010 |
Color Harmonies of #3C109F
Complementary color
Monochromatic Colors of #3C109F
Black with #3C109F
Text Example
Text Example
White with #3C109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C109F; }
p { color: rgb(60,16,159); }
H1.HeaderClassName
{
color: #3C109F;
}
.AnyTagClassName
{
color: #3C109F;
}
</style>
background-color css
<style>
a { background-color: #3C109F; }
a { background-color: rgb(60,16,159); }
div.DivClassName
{
background-color: #3C109F;
}
.BgClassName
{
background-color: #3C109F;
}
</style>
border-color css
<style>
span { border-color: #3C109F; }
span { border-color: rgb(60,16,159); }
td.TdClassName
{
border-color: #3C109F;
}
.TagClassName
{
border-color: #3C109F;
}
</style>