Shades of Han Purple #3019F0
Tints of Han Purple #3019F0
RGB
CMYK
RGB Variations
Color information
#3019F0 (or 0x3019F0) is known color: Han Purple. HEX triplet: 30, 19 and F0. RGB value is (48,25,240). Sum of RGB (Red+Green+Blue) = 48+25+240=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 240 (94.14% from 255 or 76.68% from 313); Max value from RGB is 240 - color contains mainly: blue. Hex color #3019F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3019F0 is #CFE60F. Grayscale: #373737. Windows color (decimal): -13624848 or 15735088. OLE color: 15735088.
HSL color Cylindrical-coordinate representation of color #3019F0: hue angle of 246.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3019F0 is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 25 | 240 | - |
| CMYK | 0.8 | 0.90 | 0 | 0.06 |
| HSL | 246.42º | 0.88% | 0.52% | - |
| HSV(B) | 246.42º | 0.9% | 0.94% | - |
| XYZ | 17.29 | 7.61 | 83 | - |
| YUV | 56.39 | 231.62 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 240 | 0.8 | 0.90 | 0 | 0.06 | 246.42 | 0.88 | 0.52 |
| Hex | 30 | 19 | F0 | 50 | 5A | 0 | 6 | F6 | 58 | 34 |
| Octal | 60 | 31 | 360 | 120 | 132 | 0 | 6 | 366 | 130 | 64 |
| Binary | 110000 | 11001 | 11110000 | 1010000 | 1011010 | 0 | 110 | 11110110 | 1011000 | 110100 |
Color Harmonies of #3019F0
Complementary color
Monochromatic Colors of #3019F0
Black with #3019F0
Text Example
Text Example
White with #3019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3019F0; }
p { color: rgb(48,25,240); }
H1.HeaderClassName
{
color: #3019F0;
}
.AnyTagClassName
{
color: #3019F0;
}
</style>
background-color css
<style>
a { background-color: #3019F0; }
a { background-color: rgb(48,25,240); }
div.DivClassName
{
background-color: #3019F0;
}
.BgClassName
{
background-color: #3019F0;
}
</style>
border-color css
<style>
span { border-color: #3019F0; }
span { border-color: rgb(48,25,240); }
td.TdClassName
{
border-color: #3019F0;
}
.TagClassName
{
border-color: #3019F0;
}
</style>