Shades of Han Purple #3E09FF
Tints of Han Purple #3E09FF
RGB
CMYK
RGB Variations
Color information
#3E09FF (or 0x3E09FF) is known color: Han Purple. HEX triplet: 3E, 09 and FF. RGB value is (62,9,255). Sum of RGB (Red+Green+Blue) = 62+9+255=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E09FF is #C1F600. Grayscale: #333333. Windows color (decimal): -12711425 or 16714046. OLE color: 16714046.
HSL color Cylindrical-coordinate representation of color #3E09FF: hue angle of 252.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E09FF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 9 | 255 | - |
| CMYK | 0.76 | 0.96 | 0 | 0 |
| HSL | 252.93º | 1% | 0.52% | - |
| HSV(B) | 252.93º | 0.96% | 1% | - |
| XYZ | 20.13 | 8.44 | 95.18 | - |
| YUV | 52.89 | 242.06 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 255 | 0.76 | 0.96 | 0 | 0 | 252.93 | 1 | 0.52 |
| Hex | 3E | 9 | FF | 4C | 60 | 0 | 0 | FD | 64 | 34 |
| Octal | 76 | 11 | 377 | 114 | 140 | 0 | 0 | 375 | 144 | 64 |
| Binary | 111110 | 1001 | 11111111 | 1001100 | 1100000 | 0 | 0 | 11111101 | 1100100 | 110100 |
Color Harmonies of #3E09FF
Complementary color
Monochromatic Colors of #3E09FF
Black with #3E09FF
Text Example
Text Example
White with #3E09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09FF; }
p { color: rgb(62,9,255); }
H1.HeaderClassName
{
color: #3E09FF;
}
.AnyTagClassName
{
color: #3E09FF;
}
</style>
background-color css
<style>
a { background-color: #3E09FF; }
a { background-color: rgb(62,9,255); }
div.DivClassName
{
background-color: #3E09FF;
}
.BgClassName
{
background-color: #3E09FF;
}
</style>
border-color css
<style>
span { border-color: #3E09FF; }
span { border-color: rgb(62,9,255); }
td.TdClassName
{
border-color: #3E09FF;
}
.TagClassName
{
border-color: #3E09FF;
}
</style>