Shades of Persian Indigo #3E108C
Tints of Persian Indigo #3E108C
RGB
CMYK
RGB Variations
Color information
#3E108C (or 0x3E108C) is known color: Persian Indigo. HEX triplet: 3E, 10 and 8C. RGB value is (62,16,140). Sum of RGB (Red+Green+Blue) = 62+16+140=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E108C is #C1EF73. Grayscale: #2B2B2B. Windows color (decimal): -12709748 or 9179198. OLE color: 9179198.
HSL color Cylindrical-coordinate representation of color #3E108C: hue angle of 262.26º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E108C is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 16 | 140 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.45 |
| HSL | 262.26º | 0.79% | 0.31% | - |
| HSV(B) | 262.26º | 0.89% | 0.55% | - |
| XYZ | 6.91 | 3.29 | 25.08 | - |
| YUV | 43.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 140 | 0.56 | 0.89 | 0 | 0.45 | 262.26 | 0.79 | 0.31 |
| Hex | 3E | 10 | 8C | 38 | 59 | 0 | 2D | 106 | 4F | 1F |
| Octal | 76 | 20 | 214 | 70 | 131 | 0 | 55 | 406 | 117 | 37 |
| Binary | 111110 | 10000 | 10001100 | 111000 | 1011001 | 0 | 101101 | 100000110 | 1001111 | 11111 |
Color Harmonies of #3E108C
Complementary color
Monochromatic Colors of #3E108C
Black with #3E108C
Text Example
Text Example
White with #3E108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E108C; }
p { color: rgb(62,16,140); }
H1.HeaderClassName
{
color: #3E108C;
}
.AnyTagClassName
{
color: #3E108C;
}
</style>
background-color css
<style>
a { background-color: #3E108C; }
a { background-color: rgb(62,16,140); }
div.DivClassName
{
background-color: #3E108C;
}
.BgClassName
{
background-color: #3E108C;
}
</style>
border-color css
<style>
span { border-color: #3E108C; }
span { border-color: rgb(62,16,140); }
td.TdClassName
{
border-color: #3E108C;
}
.TagClassName
{
border-color: #3E108C;
}
</style>