Shades of Persian Indigo #3E168E
Tints of Persian Indigo #3E168E
RGB
CMYK
RGB Variations
Color information
#3E168E (or 0x3E168E) is known color: Persian Indigo. HEX triplet: 3E, 16 and 8E. RGB value is (62,22,142). Sum of RGB (Red+Green+Blue) = 62+22+142=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E168E is #C1E971. Grayscale: #2F2F2F. Windows color (decimal): -12708210 or 9311806. OLE color: 9311806.
HSL color Cylindrical-coordinate representation of color #3E168E: hue angle of 260º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E168E is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 22 | 142 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.44 |
| HSL | 260º | 0.73% | 0.32% | - |
| HSV(B) | 260º | 0.85% | 0.56% | - |
| XYZ | 7.16 | 3.55 | 25.9 | - |
| YUV | 47.64 | 181.25 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 142 | 0.56 | 0.85 | 0 | 0.44 | 260 | 0.73 | 0.32 |
| Hex | 3E | 16 | 8E | 38 | 55 | 0 | 2C | 104 | 49 | 20 |
| Octal | 76 | 26 | 216 | 70 | 125 | 0 | 54 | 404 | 111 | 40 |
| Binary | 111110 | 10110 | 10001110 | 111000 | 1010101 | 0 | 101100 | 100000100 | 1001001 | 100000 |
Color Harmonies of #3E168E
Complementary color
Monochromatic Colors of #3E168E
Black with #3E168E
Text Example
Text Example
White with #3E168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E168E; }
p { color: rgb(62,22,142); }
H1.HeaderClassName
{
color: #3E168E;
}
.AnyTagClassName
{
color: #3E168E;
}
</style>
background-color css
<style>
a { background-color: #3E168E; }
a { background-color: rgb(62,22,142); }
div.DivClassName
{
background-color: #3E168E;
}
.BgClassName
{
background-color: #3E168E;
}
</style>
border-color css
<style>
span { border-color: #3E168E; }
span { border-color: rgb(62,22,142); }
td.TdClassName
{
border-color: #3E168E;
}
.TagClassName
{
border-color: #3E168E;
}
</style>