Shades of Persian Indigo #3E0C8A
Tints of Persian Indigo #3E0C8A
RGB
CMYK
RGB Variations
Color information
#3E0C8A (or 0x3E0C8A) is known color: Persian Indigo. HEX triplet: 3E, 0C and 8A. RGB value is (62,12,138). Sum of RGB (Red+Green+Blue) = 62+12+138=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E0C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0C8A is #C1F375. Grayscale: #282828. Windows color (decimal): -12710774 or 9047102. OLE color: 9047102.
HSL color Cylindrical-coordinate representation of color #3E0C8A: hue angle of 263.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0C8A is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 12 | 138 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.46 |
| HSL | 263.81º | 0.84% | 0.29% | - |
| HSV(B) | 263.81º | 0.91% | 0.54% | - |
| XYZ | 6.71 | 3.12 | 24.29 | - |
| YUV | 41.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 138 | 0.55 | 0.91 | 0 | 0.46 | 263.81 | 0.84 | 0.29 |
| Hex | 3E | C | 8A | 37 | 5B | 0 | 2E | 108 | 54 | 1D |
| Octal | 76 | 14 | 212 | 67 | 133 | 0 | 56 | 410 | 124 | 35 |
| Binary | 111110 | 1100 | 10001010 | 110111 | 1011011 | 0 | 101110 | 100001000 | 1010100 | 11101 |
Color Harmonies of #3E0C8A
Complementary color
Monochromatic Colors of #3E0C8A
Black with #3E0C8A
Text Example
Text Example
White with #3E0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0C8A; }
p { color: rgb(62,12,138); }
H1.HeaderClassName
{
color: #3E0C8A;
}
.AnyTagClassName
{
color: #3E0C8A;
}
</style>
background-color css
<style>
a { background-color: #3E0C8A; }
a { background-color: rgb(62,12,138); }
div.DivClassName
{
background-color: #3E0C8A;
}
.BgClassName
{
background-color: #3E0C8A;
}
</style>
border-color css
<style>
span { border-color: #3E0C8A; }
span { border-color: rgb(62,12,138); }
td.TdClassName
{
border-color: #3E0C8A;
}
.TagClassName
{
border-color: #3E0C8A;
}
</style>