Shades of Persian Indigo #3E1D8B
Tints of Persian Indigo #3E1D8B
RGB
CMYK
RGB Variations
Color information
#3E1D8B (or 0x3E1D8B) is known color: Persian Indigo. HEX triplet: 3E, 1D and 8B. RGB value is (62,29,139). Sum of RGB (Red+Green+Blue) = 62+29+139=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E1D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1D8B is #C1E274. Grayscale: #323232. Windows color (decimal): -12706421 or 9116990. OLE color: 9116990.
HSL color Cylindrical-coordinate representation of color #3E1D8B: hue angle of 258º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1D8B is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 29 | 139 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.45 |
| HSL | 258º | 0.65% | 0.33% | - |
| HSV(B) | 258º | 0.79% | 0.55% | - |
| XYZ | 7.09 | 3.77 | 24.78 | - |
| YUV | 51.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 139 | 0.55 | 0.79 | 0 | 0.45 | 258 | 0.65 | 0.33 |
| Hex | 3E | 1D | 8B | 37 | 4F | 0 | 2D | 102 | 41 | 21 |
| Octal | 76 | 35 | 213 | 67 | 117 | 0 | 55 | 402 | 101 | 41 |
| Binary | 111110 | 11101 | 10001011 | 110111 | 1001111 | 0 | 101101 | 100000010 | 1000001 | 100001 |
Color Harmonies of #3E1D8B
Complementary color
Monochromatic Colors of #3E1D8B
Black with #3E1D8B
Text Example
Text Example
White with #3E1D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D8B; }
p { color: rgb(62,29,139); }
H1.HeaderClassName
{
color: #3E1D8B;
}
.AnyTagClassName
{
color: #3E1D8B;
}
</style>
background-color css
<style>
a { background-color: #3E1D8B; }
a { background-color: rgb(62,29,139); }
div.DivClassName
{
background-color: #3E1D8B;
}
.BgClassName
{
background-color: #3E1D8B;
}
</style>
border-color css
<style>
span { border-color: #3E1D8B; }
span { border-color: rgb(62,29,139); }
td.TdClassName
{
border-color: #3E1D8B;
}
.TagClassName
{
border-color: #3E1D8B;
}
</style>