Shades of Han Purple #3619FE
Tints of Han Purple #3619FE
RGB
CMYK
RGB Variations
Color information
#3619FE (or 0x3619FE) is known color: Han Purple. HEX triplet: 36, 19 and FE. RGB value is (54,25,254). Sum of RGB (Red+Green+Blue) = 54+25+254=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #3619FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3619FE is #C9E601. Grayscale: #3A3A3A. Windows color (decimal): -13231618 or 16652598. OLE color: 16652598.
HSL color Cylindrical-coordinate representation of color #3619FE: hue angle of 247.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3619FE is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 25 | 254 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.00 |
| HSL | 247.6º | 0.99% | 0.55% | - |
| HSV(B) | 247.6º | 0.9% | 1% | - |
| XYZ | 19.76 | 8.64 | 94.39 | - |
| YUV | 59.78 | 237.61 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 254 | 0.79 | 0.90 | 0 | 0.00 | 247.6 | 0.99 | 0.55 |
| Hex | 36 | 19 | FE | 4F | 5A | 0 | 0 | F8 | 63 | 37 |
| Octal | 66 | 31 | 376 | 117 | 132 | 0 | 0 | 370 | 143 | 67 |
| Binary | 110110 | 11001 | 11111110 | 1001111 | 1011010 | 0 | 0 | 11111000 | 1100011 | 110111 |
Color Harmonies of #3619FE
Complementary color
Monochromatic Colors of #3619FE
Black with #3619FE
Text Example
Text Example
White with #3619FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3619FE; }
p { color: rgb(54,25,254); }
H1.HeaderClassName
{
color: #3619FE;
}
.AnyTagClassName
{
color: #3619FE;
}
</style>
background-color css
<style>
a { background-color: #3619FE; }
a { background-color: rgb(54,25,254); }
div.DivClassName
{
background-color: #3619FE;
}
.BgClassName
{
background-color: #3619FE;
}
</style>
border-color css
<style>
span { border-color: #3619FE; }
span { border-color: rgb(54,25,254); }
td.TdClassName
{
border-color: #3619FE;
}
.TagClassName
{
border-color: #3619FE;
}
</style>