Shades of Persian Indigo #3E179E
Tints of Persian Indigo #3E179E
RGB
CMYK
RGB Variations
Color information
#3E179E (or 0x3E179E) is known color: Persian Indigo. HEX triplet: 3E, 17 and 9E. RGB value is (62,23,158). Sum of RGB (Red+Green+Blue) = 62+23+158=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E179E is #C1E861. Grayscale: #313131. Windows color (decimal): -12707938 or 10360638. OLE color: 10360638.
HSL color Cylindrical-coordinate representation of color #3E179E: hue angle of 257.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E179E is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 23 | 158 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.38 |
| HSL | 257.33º | 0.75% | 0.35% | - |
| HSV(B) | 257.33º | 0.85% | 0.62% | - |
| XYZ | 8.46 | 4.11 | 32.69 | - |
| YUV | 50.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 158 | 0.61 | 0.85 | 0 | 0.38 | 257.33 | 0.75 | 0.35 |
| Hex | 3E | 17 | 9E | 3D | 55 | 0 | 26 | 101 | 4B | 23 |
| Octal | 76 | 27 | 236 | 75 | 125 | 0 | 46 | 401 | 113 | 43 |
| Binary | 111110 | 10111 | 10011110 | 111101 | 1010101 | 0 | 100110 | 100000001 | 1001011 | 100011 |
Color Harmonies of #3E179E
Complementary color
Monochromatic Colors of #3E179E
Black with #3E179E
Text Example
Text Example
White with #3E179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E179E; }
p { color: rgb(62,23,158); }
H1.HeaderClassName
{
color: #3E179E;
}
.AnyTagClassName
{
color: #3E179E;
}
</style>
background-color css
<style>
a { background-color: #3E179E; }
a { background-color: rgb(62,23,158); }
div.DivClassName
{
background-color: #3E179E;
}
.BgClassName
{
background-color: #3E179E;
}
</style>
border-color css
<style>
span { border-color: #3E179E; }
span { border-color: rgb(62,23,158); }
td.TdClassName
{
border-color: #3E179E;
}
.TagClassName
{
border-color: #3E179E;
}
</style>