Shades of Persian Indigo #3E167D
Tints of Persian Indigo #3E167D
RGB
CMYK
RGB Variations
Color information
#3E167D (or 0x3E167D) is known color: Persian Indigo. HEX triplet: 3E, 16 and 7D. RGB value is (62,22,125). Sum of RGB (Red+Green+Blue) = 62+22+125=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E167D is #C1E982. Grayscale: #2D2D2D. Windows color (decimal): -12708227 or 8197694. OLE color: 8197694.
HSL color Cylindrical-coordinate representation of color #3E167D: hue angle of 263.3º degrees, saturation: 0.7, 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 #3E167D is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 22 | 125 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.51 |
| HSL | 263.3º | 0.7% | 0.29% | - |
| HSV(B) | 263.3º | 0.82% | 0.49% | - |
| XYZ | 5.98 | 3.08 | 19.68 | - |
| YUV | 45.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 125 | 0.50 | 0.82 | 0 | 0.51 | 263.3 | 0.7 | 0.29 |
| Hex | 3E | 16 | 7D | 32 | 52 | 0 | 33 | 107 | 46 | 1D |
| Octal | 76 | 26 | 175 | 62 | 122 | 0 | 63 | 407 | 106 | 35 |
| Binary | 111110 | 10110 | 1111101 | 110010 | 1010010 | 0 | 110011 | 100000111 | 1000110 | 11101 |
Color Harmonies of #3E167D
Complementary color
Monochromatic Colors of #3E167D
Black with #3E167D
Text Example
Text Example
White with #3E167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E167D; }
p { color: rgb(62,22,125); }
H1.HeaderClassName
{
color: #3E167D;
}
.AnyTagClassName
{
color: #3E167D;
}
</style>
background-color css
<style>
a { background-color: #3E167D; }
a { background-color: rgb(62,22,125); }
div.DivClassName
{
background-color: #3E167D;
}
.BgClassName
{
background-color: #3E167D;
}
</style>
border-color css
<style>
span { border-color: #3E167D; }
span { border-color: rgb(62,22,125); }
td.TdClassName
{
border-color: #3E167D;
}
.TagClassName
{
border-color: #3E167D;
}
</style>