Shades of Han Purple #3019FA
Tints of Han Purple #3019FA
RGB
CMYK
RGB Variations
Color information
#3019FA (or 0x3019FA) is known color: Han Purple. HEX triplet: 30, 19 and FA. RGB value is (48,25,250). Sum of RGB (Red+Green+Blue) = 48+25+250=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #3019FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3019FA is #CFE605. Grayscale: #383838. Windows color (decimal): -13624838 or 16390448. OLE color: 16390448.
HSL color Cylindrical-coordinate representation of color #3019FA: hue angle of 246.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3019FA is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 25 | 250 | - |
| CMYK | 0.81 | 0.9 | 0 | 0.02 |
| HSL | 246.13º | 0.96% | 0.54% | - |
| HSV(B) | 246.13º | 0.9% | 0.98% | - |
| XYZ | 18.82 | 8.23 | 91.04 | - |
| YUV | 57.53 | 236.62 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 250 | 0.81 | 0.9 | 0 | 0.02 | 246.13 | 0.96 | 0.54 |
| Hex | 30 | 19 | FA | 51 | 5A | 0 | 2 | F6 | 60 | 36 |
| Octal | 60 | 31 | 372 | 121 | 132 | 0 | 2 | 366 | 140 | 66 |
| Binary | 110000 | 11001 | 11111010 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100000 | 110110 |
Color Harmonies of #3019FA
Complementary color
Monochromatic Colors of #3019FA
Black with #3019FA
Text Example
Text Example
White with #3019FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3019FA; }
p { color: rgb(48,25,250); }
H1.HeaderClassName
{
color: #3019FA;
}
.AnyTagClassName
{
color: #3019FA;
}
</style>
background-color css
<style>
a { background-color: #3019FA; }
a { background-color: rgb(48,25,250); }
div.DivClassName
{
background-color: #3019FA;
}
.BgClassName
{
background-color: #3019FA;
}
</style>
border-color css
<style>
span { border-color: #3019FA; }
span { border-color: rgb(48,25,250); }
td.TdClassName
{
border-color: #3019FA;
}
.TagClassName
{
border-color: #3019FA;
}
</style>