Shades of Persian Indigo #3E1085
Tints of Persian Indigo #3E1085
RGB
CMYK
RGB Variations
Color information
#3E1085 (or 0x3E1085) is known color: Persian Indigo. HEX triplet: 3E, 10 and 85. RGB value is (62,16,133). Sum of RGB (Red+Green+Blue) = 62+16+133=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1085 is #C1EF7A. Grayscale: #2A2A2A. Windows color (decimal): -12709755 or 8720446. OLE color: 8720446.
HSL color Cylindrical-coordinate representation of color #3E1085: hue angle of 263.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1085 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 16 | 133 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.48 |
| HSL | 263.59º | 0.79% | 0.29% | - |
| HSV(B) | 263.59º | 0.88% | 0.52% | - |
| XYZ | 6.41 | 3.09 | 22.45 | - |
| YUV | 43.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 133 | 0.53 | 0.88 | 0 | 0.48 | 263.59 | 0.79 | 0.29 |
| Hex | 3E | 10 | 85 | 35 | 58 | 0 | 30 | 108 | 4F | 1D |
| Octal | 76 | 20 | 205 | 65 | 130 | 0 | 60 | 410 | 117 | 35 |
| Binary | 111110 | 10000 | 10000101 | 110101 | 1011000 | 0 | 110000 | 100001000 | 1001111 | 11101 |
Color Harmonies of #3E1085
Complementary color
Monochromatic Colors of #3E1085
Black with #3E1085
Text Example
Text Example
White with #3E1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1085; }
p { color: rgb(62,16,133); }
H1.HeaderClassName
{
color: #3E1085;
}
.AnyTagClassName
{
color: #3E1085;
}
</style>
background-color css
<style>
a { background-color: #3E1085; }
a { background-color: rgb(62,16,133); }
div.DivClassName
{
background-color: #3E1085;
}
.BgClassName
{
background-color: #3E1085;
}
</style>
border-color css
<style>
span { border-color: #3E1085; }
span { border-color: rgb(62,16,133); }
td.TdClassName
{
border-color: #3E1085;
}
.TagClassName
{
border-color: #3E1085;
}
</style>