Shades of Han Purple #3E27F8
Tints of Han Purple #3E27F8
RGB
CMYK
RGB Variations
Color information
#3E27F8 (or 0x3E27F8) is known color: Han Purple. HEX triplet: 3E, 27 and F8. RGB value is (62,39,248). Sum of RGB (Red+Green+Blue) = 62+39+248=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #3E27F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E27F8 is #C1D807. Grayscale: #444444. Windows color (decimal): -12703752 or 16262974. OLE color: 16262974.
HSL color Cylindrical-coordinate representation of color #3E27F8: hue angle of 246.6º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E27F8 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 39 | 248 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.03 |
| HSL | 246.6º | 0.94% | 0.56% | - |
| HSV(B) | 246.6º | 0.84% | 0.97% | - |
| XYZ | 19.66 | 9.25 | 89.56 | - |
| YUV | 69.7 | 228.62 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 248 | 0.75 | 0.84 | 0 | 0.03 | 246.6 | 0.94 | 0.56 |
| Hex | 3E | 27 | F8 | 4B | 54 | 0 | 3 | F7 | 5E | 38 |
| Octal | 76 | 47 | 370 | 113 | 124 | 0 | 3 | 367 | 136 | 70 |
| Binary | 111110 | 100111 | 11111000 | 1001011 | 1010100 | 0 | 11 | 11110111 | 1011110 | 111000 |
Color Harmonies of #3E27F8
Complementary color
Monochromatic Colors of #3E27F8
Black with #3E27F8
Text Example
Text Example
White with #3E27F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E27F8; }
p { color: rgb(62,39,248); }
H1.HeaderClassName
{
color: #3E27F8;
}
.AnyTagClassName
{
color: #3E27F8;
}
</style>
background-color css
<style>
a { background-color: #3E27F8; }
a { background-color: rgb(62,39,248); }
div.DivClassName
{
background-color: #3E27F8;
}
.BgClassName
{
background-color: #3E27F8;
}
</style>
border-color css
<style>
span { border-color: #3E27F8; }
span { border-color: rgb(62,39,248); }
td.TdClassName
{
border-color: #3E27F8;
}
.TagClassName
{
border-color: #3E27F8;
}
</style>