Shades of Persian Indigo #3E108A
Tints of Persian Indigo #3E108A
RGB
CMYK
RGB Variations
Color information
#3E108A (or 0x3E108A) is known color: Persian Indigo. HEX triplet: 3E, 10 and 8A. RGB value is (62,16,138). Sum of RGB (Red+Green+Blue) = 62+16+138=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E108A is #C1EF75. Grayscale: #2B2B2B. Windows color (decimal): -12709750 or 9048126. OLE color: 9048126.
HSL color Cylindrical-coordinate representation of color #3E108A: hue angle of 262.62º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E108A is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 16 | 138 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.46 |
| HSL | 262.62º | 0.79% | 0.3% | - |
| HSV(B) | 262.62º | 0.88% | 0.54% | - |
| XYZ | 6.76 | 3.23 | 24.31 | - |
| YUV | 43.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 138 | 0.55 | 0.88 | 0 | 0.46 | 262.62 | 0.79 | 0.3 |
| Hex | 3E | 10 | 8A | 37 | 58 | 0 | 2E | 107 | 4F | 1E |
| Octal | 76 | 20 | 212 | 67 | 130 | 0 | 56 | 407 | 117 | 36 |
| Binary | 111110 | 10000 | 10001010 | 110111 | 1011000 | 0 | 101110 | 100000111 | 1001111 | 11110 |
Color Harmonies of #3E108A
Complementary color
Monochromatic Colors of #3E108A
Black with #3E108A
Text Example
Text Example
White with #3E108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E108A; }
p { color: rgb(62,16,138); }
H1.HeaderClassName
{
color: #3E108A;
}
.AnyTagClassName
{
color: #3E108A;
}
</style>
background-color css
<style>
a { background-color: #3E108A; }
a { background-color: rgb(62,16,138); }
div.DivClassName
{
background-color: #3E108A;
}
.BgClassName
{
background-color: #3E108A;
}
</style>
border-color css
<style>
span { border-color: #3E108A; }
span { border-color: rgb(62,16,138); }
td.TdClassName
{
border-color: #3E108A;
}
.TagClassName
{
border-color: #3E108A;
}
</style>