Shades of Persian Indigo #3E1675
Tints of Persian Indigo #3E1675
RGB
CMYK
RGB Variations
Color information
#3E1675 (or 0x3E1675) is known color: Persian Indigo. HEX triplet: 3E, 16 and 75. RGB value is (62,22,117). Sum of RGB (Red+Green+Blue) = 62+22+117=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1675 is #C1E98A. Grayscale: #2C2C2C. Windows color (decimal): -12708235 or 7673406. OLE color: 7673406.
HSL color Cylindrical-coordinate representation of color #3E1675: hue angle of 265.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1675 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 22 | 117 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.54 |
| HSL | 265.26º | 0.68% | 0.27% | - |
| HSV(B) | 265.26º | 0.81% | 0.46% | - |
| XYZ | 5.48 | 2.88 | 17.1 | - |
| YUV | 44.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 117 | 0.47 | 0.81 | 0 | 0.54 | 265.26 | 0.68 | 0.27 |
| Hex | 3E | 16 | 75 | 2F | 51 | 0 | 36 | 109 | 44 | 1B |
| Octal | 76 | 26 | 165 | 57 | 121 | 0 | 66 | 411 | 104 | 33 |
| Binary | 111110 | 10110 | 1110101 | 101111 | 1010001 | 0 | 110110 | 100001001 | 1000100 | 11011 |
Color Harmonies of #3E1675
Complementary color
Monochromatic Colors of #3E1675
Black with #3E1675
Text Example
Text Example
White with #3E1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1675; }
p { color: rgb(62,22,117); }
H1.HeaderClassName
{
color: #3E1675;
}
.AnyTagClassName
{
color: #3E1675;
}
</style>
background-color css
<style>
a { background-color: #3E1675; }
a { background-color: rgb(62,22,117); }
div.DivClassName
{
background-color: #3E1675;
}
.BgClassName
{
background-color: #3E1675;
}
</style>
border-color css
<style>
span { border-color: #3E1675; }
span { border-color: rgb(62,22,117); }
td.TdClassName
{
border-color: #3E1675;
}
.TagClassName
{
border-color: #3E1675;
}
</style>