Shades of Persian Indigo #3E147F
Tints of Persian Indigo #3E147F
RGB
CMYK
RGB Variations
Color information
#3E147F (or 0x3E147F) is known color: Persian Indigo. HEX triplet: 3E, 14 and 7F. RGB value is (62,20,127). Sum of RGB (Red+Green+Blue) = 62+20+127=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E147F is #C1EB80. Grayscale: #2C2C2C. Windows color (decimal): -12708737 or 8328254. OLE color: 8328254.
HSL color Cylindrical-coordinate representation of color #3E147F: hue angle of 263.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E147F is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 20 | 127 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.50 |
| HSL | 263.55º | 0.73% | 0.29% | - |
| HSV(B) | 263.55º | 0.84% | 0.5% | - |
| XYZ | 6.07 | 3.06 | 20.35 | - |
| YUV | 44.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 127 | 0.51 | 0.84 | 0 | 0.50 | 263.55 | 0.73 | 0.29 |
| Hex | 3E | 14 | 7F | 33 | 54 | 0 | 32 | 108 | 49 | 1D |
| Octal | 76 | 24 | 177 | 63 | 124 | 0 | 62 | 410 | 111 | 35 |
| Binary | 111110 | 10100 | 1111111 | 110011 | 1010100 | 0 | 110010 | 100001000 | 1001001 | 11101 |
Color Harmonies of #3E147F
Complementary color
Monochromatic Colors of #3E147F
Black with #3E147F
Text Example
Text Example
White with #3E147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E147F; }
p { color: rgb(62,20,127); }
H1.HeaderClassName
{
color: #3E147F;
}
.AnyTagClassName
{
color: #3E147F;
}
</style>
background-color css
<style>
a { background-color: #3E147F; }
a { background-color: rgb(62,20,127); }
div.DivClassName
{
background-color: #3E147F;
}
.BgClassName
{
background-color: #3E147F;
}
</style>
border-color css
<style>
span { border-color: #3E147F; }
span { border-color: rgb(62,20,127); }
td.TdClassName
{
border-color: #3E147F;
}
.TagClassName
{
border-color: #3E147F;
}
</style>