Shades of Han Purple #3E03FC
Tints of Han Purple #3E03FC
RGB
CMYK
RGB Variations
Color information
#3E03FC (or 0x3E03FC) is known color: Han Purple. HEX triplet: 3E, 03 and FC. RGB value is (62,3,252). Sum of RGB (Red+Green+Blue) = 62+3+252=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E03FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E03FC is #C1FC03. Grayscale: #303030. Windows color (decimal): -12712964 or 16515902. OLE color: 16515902.
HSL color Cylindrical-coordinate representation of color #3E03FC: hue angle of 254.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E03FC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 3 | 252 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.01 |
| HSL | 254.22º | 0.98% | 0.5% | - |
| HSV(B) | 254.22º | 0.99% | 0.99% | - |
| XYZ | 19.59 | 8.12 | 92.63 | - |
| YUV | 49.03 | 242.55 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 252 | 0.75 | 0.99 | 0 | 0.01 | 254.22 | 0.98 | 0.5 |
| Hex | 3E | 3 | FC | 4B | 63 | 0 | 1 | FE | 62 | 32 |
| Octal | 76 | 3 | 374 | 113 | 143 | 0 | 1 | 376 | 142 | 62 |
| Binary | 111110 | 11 | 11111100 | 1001011 | 1100011 | 0 | 1 | 11111110 | 1100010 | 110010 |
Color Harmonies of #3E03FC
Complementary color
Monochromatic Colors of #3E03FC
Black with #3E03FC
Text Example
Text Example
White with #3E03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03FC; }
p { color: rgb(62,3,252); }
H1.HeaderClassName
{
color: #3E03FC;
}
.AnyTagClassName
{
color: #3E03FC;
}
</style>
background-color css
<style>
a { background-color: #3E03FC; }
a { background-color: rgb(62,3,252); }
div.DivClassName
{
background-color: #3E03FC;
}
.BgClassName
{
background-color: #3E03FC;
}
</style>
border-color css
<style>
span { border-color: #3E03FC; }
span { border-color: rgb(62,3,252); }
td.TdClassName
{
border-color: #3E03FC;
}
.TagClassName
{
border-color: #3E03FC;
}
</style>