Shades of Persian Indigo #3C139E
Tints of Persian Indigo #3C139E
RGB
CMYK
RGB Variations
Color information
#3C139E (or 0x3C139E) is known color: Persian Indigo. HEX triplet: 3C, 13 and 9E. RGB value is (60,19,158). Sum of RGB (Red+Green+Blue) = 60+19+158=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C139E is #C3EC61. Grayscale: #2E2E2E. Windows color (decimal): -12840034 or 10359612. OLE color: 10359612.
HSL color Cylindrical-coordinate representation of color #3C139E: hue angle of 257.7º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C139E is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 19 | 158 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.38 |
| HSL | 257.7º | 0.79% | 0.35% | - |
| HSV(B) | 257.7º | 0.88% | 0.62% | - |
| XYZ | 8.27 | 3.9 | 32.66 | - |
| YUV | 47.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 158 | 0.62 | 0.88 | 0 | 0.38 | 257.7 | 0.79 | 0.35 |
| Hex | 3C | 13 | 9E | 3E | 58 | 0 | 26 | 102 | 4F | 23 |
| Octal | 74 | 23 | 236 | 76 | 130 | 0 | 46 | 402 | 117 | 43 |
| Binary | 111100 | 10011 | 10011110 | 111110 | 1011000 | 0 | 100110 | 100000010 | 1001111 | 100011 |
Color Harmonies of #3C139E
Complementary color
Monochromatic Colors of #3C139E
Black with #3C139E
Text Example
Text Example
White with #3C139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C139E; }
p { color: rgb(60,19,158); }
H1.HeaderClassName
{
color: #3C139E;
}
.AnyTagClassName
{
color: #3C139E;
}
</style>
background-color css
<style>
a { background-color: #3C139E; }
a { background-color: rgb(60,19,158); }
div.DivClassName
{
background-color: #3C139E;
}
.BgClassName
{
background-color: #3C139E;
}
</style>
border-color css
<style>
span { border-color: #3C139E; }
span { border-color: rgb(60,19,158); }
td.TdClassName
{
border-color: #3C139E;
}
.TagClassName
{
border-color: #3C139E;
}
</style>