Shades of Persian Indigo #3E169F
Tints of Persian Indigo #3E169F
RGB
CMYK
RGB Variations
Color information
#3E169F (or 0x3E169F) is known color: Persian Indigo. HEX triplet: 3E, 16 and 9F. RGB value is (62,22,159). Sum of RGB (Red+Green+Blue) = 62+22+159=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E169F is #C1E960. Grayscale: #313131. Windows color (decimal): -12708193 or 10425918. OLE color: 10425918.
HSL color Cylindrical-coordinate representation of color #3E169F: hue angle of 257.52º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E169F is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 22 | 159 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.38 |
| HSL | 257.52º | 0.76% | 0.35% | - |
| HSV(B) | 257.52º | 0.86% | 0.62% | - |
| XYZ | 8.53 | 4.1 | 33.14 | - |
| YUV | 49.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 159 | 0.61 | 0.86 | 0 | 0.38 | 257.52 | 0.76 | 0.35 |
| Hex | 3E | 16 | 9F | 3D | 56 | 0 | 26 | 102 | 4C | 23 |
| Octal | 76 | 26 | 237 | 75 | 126 | 0 | 46 | 402 | 114 | 43 |
| Binary | 111110 | 10110 | 10011111 | 111101 | 1010110 | 0 | 100110 | 100000010 | 1001100 | 100011 |
Color Harmonies of #3E169F
Complementary color
Monochromatic Colors of #3E169F
Black with #3E169F
Text Example
Text Example
White with #3E169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E169F; }
p { color: rgb(62,22,159); }
H1.HeaderClassName
{
color: #3E169F;
}
.AnyTagClassName
{
color: #3E169F;
}
</style>
background-color css
<style>
a { background-color: #3E169F; }
a { background-color: rgb(62,22,159); }
div.DivClassName
{
background-color: #3E169F;
}
.BgClassName
{
background-color: #3E169F;
}
</style>
border-color css
<style>
span { border-color: #3E169F; }
span { border-color: rgb(62,22,159); }
td.TdClassName
{
border-color: #3E169F;
}
.TagClassName
{
border-color: #3E169F;
}
</style>