Shades of Han Purple #3E27FD
Tints of Han Purple #3E27FD
RGB
CMYK
RGB Variations
Color information
#3E27FD (or 0x3E27FD) is known color: Han Purple. HEX triplet: 3E, 27 and FD. RGB value is (62,39,253). Sum of RGB (Red+Green+Blue) = 62+39+253=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E27FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E27FD is #C1D802. Grayscale: #454545. Windows color (decimal): -12703747 or 16590654. OLE color: 16590654.
HSL color Cylindrical-coordinate representation of color #3E27FD: hue angle of 246.45º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E27FD is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 39 | 253 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.01 |
| HSL | 246.45º | 0.98% | 0.57% | - |
| HSV(B) | 246.45º | 0.85% | 0.99% | - |
| XYZ | 20.44 | 9.57 | 93.7 | - |
| YUV | 70.27 | 231.12 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 253 | 0.75 | 0.85 | 0 | 0.01 | 246.45 | 0.98 | 0.57 |
| Hex | 3E | 27 | FD | 4B | 55 | 0 | 1 | F6 | 62 | 39 |
| Octal | 76 | 47 | 375 | 113 | 125 | 0 | 1 | 366 | 142 | 71 |
| Binary | 111110 | 100111 | 11111101 | 1001011 | 1010101 | 0 | 1 | 11110110 | 1100010 | 111001 |
Color Harmonies of #3E27FD
Complementary color
Monochromatic Colors of #3E27FD
Black with #3E27FD
Text Example
Text Example
White with #3E27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E27FD; }
p { color: rgb(62,39,253); }
H1.HeaderClassName
{
color: #3E27FD;
}
.AnyTagClassName
{
color: #3E27FD;
}
</style>
background-color css
<style>
a { background-color: #3E27FD; }
a { background-color: rgb(62,39,253); }
div.DivClassName
{
background-color: #3E27FD;
}
.BgClassName
{
background-color: #3E27FD;
}
</style>
border-color css
<style>
span { border-color: #3E27FD; }
span { border-color: rgb(62,39,253); }
td.TdClassName
{
border-color: #3E27FD;
}
.TagClassName
{
border-color: #3E27FD;
}
</style>