Shades of Han Purple #3019FE
Tints of Han Purple #3019FE
RGB
CMYK
RGB Variations
Color information
#3019FE (or 0x3019FE) is known color: Han Purple. HEX triplet: 30, 19 and FE. RGB value is (48,25,254). Sum of RGB (Red+Green+Blue) = 48+25+254=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #3019FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3019FE is #CFE601. Grayscale: #393939. Windows color (decimal): -13624834 or 16652592. OLE color: 16652592.
HSL color Cylindrical-coordinate representation of color #3019FE: hue angle of 246.03º 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 #3019FE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 25 | 254 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.00 |
| HSL | 246.03º | 0.99% | 0.55% | - |
| HSV(B) | 246.03º | 0.9% | 1% | - |
| XYZ | 19.46 | 8.48 | 94.38 | - |
| YUV | 57.98 | 238.62 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 254 | 0.81 | 0.90 | 0 | 0.00 | 246.03 | 0.99 | 0.55 |
| Hex | 30 | 19 | FE | 51 | 5A | 0 | 0 | F6 | 63 | 37 |
| Octal | 60 | 31 | 376 | 121 | 132 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110000 | 11001 | 11111110 | 1010001 | 1011010 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #3019FE
Complementary color
Monochromatic Colors of #3019FE
Black with #3019FE
Text Example
Text Example
White with #3019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3019FE; }
p { color: rgb(48,25,254); }
H1.HeaderClassName
{
color: #3019FE;
}
.AnyTagClassName
{
color: #3019FE;
}
</style>
background-color css
<style>
a { background-color: #3019FE; }
a { background-color: rgb(48,25,254); }
div.DivClassName
{
background-color: #3019FE;
}
.BgClassName
{
background-color: #3019FE;
}
</style>
border-color css
<style>
span { border-color: #3019FE; }
span { border-color: rgb(48,25,254); }
td.TdClassName
{
border-color: #3019FE;
}
.TagClassName
{
border-color: #3019FE;
}
</style>