Shades of Han Purple #3E00FE
Tints of Han Purple #3E00FE
RGB
CMYK
RGB Variations
Color information
#3E00FE (or 0x3E00FE) is known color: Han Purple. HEX triplet: 3E, 00 and FE. RGB value is (62,0,254). Sum of RGB (Red+Green+Blue) = 62+0+254=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E00FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E00FE is #C1FF01. Grayscale: #2E2E2E. Windows color (decimal): -12713730 or 16646206. OLE color: 16646206.
HSL color Cylindrical-coordinate representation of color #3E00FE: hue angle of 254.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00FE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 0 | 254 | - |
| CMYK | 0.76 | 1 | 0 | 0.00 |
| HSL | 254.65º | 1% | 0.5% | - |
| HSV(B) | 254.65º | 1% | 1% | - |
| XYZ | 19.88 | 8.18 | 94.3 | - |
| YUV | 47.49 | 244.54 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 254 | 0.76 | 1 | 0 | 0.00 | 254.65 | 1 | 0.5 |
| Hex | 3E | 0 | FE | 4C | 64 | 0 | 0 | FF | 64 | 32 |
| Octal | 76 | 0 | 376 | 114 | 144 | 0 | 0 | 377 | 144 | 62 |
| Binary | 111110 | 0 | 11111110 | 1001100 | 1100100 | 0 | 0 | 11111111 | 1100100 | 110010 |
Color Harmonies of #3E00FE
Complementary color
Monochromatic Colors of #3E00FE
Black with #3E00FE
Text Example
Text Example
White with #3E00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00FE; }
p { color: rgb(62,0,254); }
H1.HeaderClassName
{
color: #3E00FE;
}
.AnyTagClassName
{
color: #3E00FE;
}
</style>
background-color css
<style>
a { background-color: #3E00FE; }
a { background-color: rgb(62,0,254); }
div.DivClassName
{
background-color: #3E00FE;
}
.BgClassName
{
background-color: #3E00FE;
}
</style>
border-color css
<style>
span { border-color: #3E00FE; }
span { border-color: rgb(62,0,254); }
td.TdClassName
{
border-color: #3E00FE;
}
.TagClassName
{
border-color: #3E00FE;
}
</style>