Shades of Persian Indigo #3E0A6D
Tints of Persian Indigo #3E0A6D
RGB
CMYK
RGB Variations
Color information
#3E0A6D (or 0x3E0A6D) is known color: Persian Indigo. HEX triplet: 3E, 0A and 6D. RGB value is (62,10,109). Sum of RGB (Red+Green+Blue) = 62+10+109=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E0A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0A6D is #C1F592. Grayscale: #242424. Windows color (decimal): -12711315 or 7146046. OLE color: 7146046.
HSL color Cylindrical-coordinate representation of color #3E0A6D: hue angle of 271.52º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0A6D is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 10 | 109 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.57 |
| HSL | 271.52º | 0.83% | 0.23% | - |
| HSV(B) | 271.52º | 0.91% | 0.43% | - |
| XYZ | 4.86 | 2.35 | 14.66 | - |
| YUV | 36.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 109 | 0.43 | 0.91 | 0 | 0.57 | 271.52 | 0.83 | 0.23 |
| Hex | 3E | A | 6D | 2B | 5B | 0 | 39 | 110 | 53 | 17 |
| Octal | 76 | 12 | 155 | 53 | 133 | 0 | 71 | 420 | 123 | 27 |
| Binary | 111110 | 1010 | 1101101 | 101011 | 1011011 | 0 | 111001 | 100010000 | 1010011 | 10111 |
Color Harmonies of #3E0A6D
Complementary color
Monochromatic Colors of #3E0A6D
Black with #3E0A6D
Text Example
Text Example
White with #3E0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A6D; }
p { color: rgb(62,10,109); }
H1.HeaderClassName
{
color: #3E0A6D;
}
.AnyTagClassName
{
color: #3E0A6D;
}
</style>
background-color css
<style>
a { background-color: #3E0A6D; }
a { background-color: rgb(62,10,109); }
div.DivClassName
{
background-color: #3E0A6D;
}
.BgClassName
{
background-color: #3E0A6D;
}
</style>
border-color css
<style>
span { border-color: #3E0A6D; }
span { border-color: rgb(62,10,109); }
td.TdClassName
{
border-color: #3E0A6D;
}
.TagClassName
{
border-color: #3E0A6D;
}
</style>