Shades of Han Purple #3E27DD
Tints of Han Purple #3E27DD
RGB
CMYK
RGB Variations
Color information
#3E27DD (or 0x3E27DD) is known color: Han Purple. HEX triplet: 3E, 27 and DD. RGB value is (62,39,221). Sum of RGB (Red+Green+Blue) = 62+39+221=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E27DD is #C1D822. Grayscale: #414141. Windows color (decimal): -12703779 or 14493502. OLE color: 14493502.
HSL color Cylindrical-coordinate representation of color #3E27DD: hue angle of 247.58º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E27DD is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 39 | 221 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.13 |
| HSL | 247.58º | 0.73% | 0.51% | - |
| HSV(B) | 247.58º | 0.82% | 0.87% | - |
| XYZ | 15.76 | 7.7 | 69.06 | - |
| YUV | 66.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 221 | 0.72 | 0.82 | 0 | 0.13 | 247.58 | 0.73 | 0.51 |
| Hex | 3E | 27 | DD | 48 | 52 | 0 | D | F8 | 49 | 33 |
| Octal | 76 | 47 | 335 | 110 | 122 | 0 | 15 | 370 | 111 | 63 |
| Binary | 111110 | 100111 | 11011101 | 1001000 | 1010010 | 0 | 1101 | 11111000 | 1001001 | 110011 |
Color Harmonies of #3E27DD
Complementary color
Monochromatic Colors of #3E27DD
Black with #3E27DD
Text Example
Text Example
White with #3E27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E27DD; }
p { color: rgb(62,39,221); }
H1.HeaderClassName
{
color: #3E27DD;
}
.AnyTagClassName
{
color: #3E27DD;
}
</style>
background-color css
<style>
a { background-color: #3E27DD; }
a { background-color: rgb(62,39,221); }
div.DivClassName
{
background-color: #3E27DD;
}
.BgClassName
{
background-color: #3E27DD;
}
</style>
border-color css
<style>
span { border-color: #3E27DD; }
span { border-color: rgb(62,39,221); }
td.TdClassName
{
border-color: #3E27DD;
}
.TagClassName
{
border-color: #3E27DD;
}
</style>