Shades of Persian Indigo #3E177D
Tints of Persian Indigo #3E177D
RGB
CMYK
RGB Variations
Color information
#3E177D (or 0x3E177D) is known color: Persian Indigo. HEX triplet: 3E, 17 and 7D. RGB value is (62,23,125). Sum of RGB (Red+Green+Blue) = 62+23+125=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E177D is #C1E882. Grayscale: #2D2D2D. Windows color (decimal): -12707971 or 8197950. OLE color: 8197950.
HSL color Cylindrical-coordinate representation of color #3E177D: hue angle of 262.94º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E177D is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 23 | 125 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.51 |
| HSL | 262.94º | 0.69% | 0.29% | - |
| HSV(B) | 262.94º | 0.82% | 0.49% | - |
| XYZ | 5.99 | 3.12 | 19.69 | - |
| YUV | 46.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 125 | 0.50 | 0.82 | 0 | 0.51 | 262.94 | 0.69 | 0.29 |
| Hex | 3E | 17 | 7D | 32 | 52 | 0 | 33 | 107 | 45 | 1D |
| Octal | 76 | 27 | 175 | 62 | 122 | 0 | 63 | 407 | 105 | 35 |
| Binary | 111110 | 10111 | 1111101 | 110010 | 1010010 | 0 | 110011 | 100000111 | 1000101 | 11101 |
Color Harmonies of #3E177D
Complementary color
Monochromatic Colors of #3E177D
Black with #3E177D
Text Example
Text Example
White with #3E177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E177D; }
p { color: rgb(62,23,125); }
H1.HeaderClassName
{
color: #3E177D;
}
.AnyTagClassName
{
color: #3E177D;
}
</style>
background-color css
<style>
a { background-color: #3E177D; }
a { background-color: rgb(62,23,125); }
div.DivClassName
{
background-color: #3E177D;
}
.BgClassName
{
background-color: #3E177D;
}
</style>
border-color css
<style>
span { border-color: #3E177D; }
span { border-color: rgb(62,23,125); }
td.TdClassName
{
border-color: #3E177D;
}
.TagClassName
{
border-color: #3E177D;
}
</style>