Shades of Han Purple #3013FE
Tints of Han Purple #3013FE
RGB
CMYK
RGB Variations
Color information
#3013FE (or 0x3013FE) is known color: Han Purple. HEX triplet: 30, 13 and FE. RGB value is (48,19,254). Sum of RGB (Red+Green+Blue) = 48+19+254=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #3013FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3013FE is #CFEC01. Grayscale: #353535. Windows color (decimal): -13626370 or 16651056. OLE color: 16651056.
HSL color Cylindrical-coordinate representation of color #3013FE: hue angle of 247.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3013FE is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 19 | 254 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.00 |
| HSL | 247.4º | 0.99% | 0.54% | - |
| HSV(B) | 247.4º | 0.93% | 1% | - |
| XYZ | 19.34 | 8.25 | 94.34 | - |
| YUV | 54.46 | 240.61 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 254 | 0.81 | 0.93 | 0 | 0.00 | 247.4 | 0.99 | 0.54 |
| Hex | 30 | 13 | FE | 51 | 5D | 0 | 0 | F7 | 63 | 36 |
| Octal | 60 | 23 | 376 | 121 | 135 | 0 | 0 | 367 | 143 | 66 |
| Binary | 110000 | 10011 | 11111110 | 1010001 | 1011101 | 0 | 0 | 11110111 | 1100011 | 110110 |
Color Harmonies of #3013FE
Complementary color
Monochromatic Colors of #3013FE
Black with #3013FE
Text Example
Text Example
White with #3013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3013FE; }
p { color: rgb(48,19,254); }
H1.HeaderClassName
{
color: #3013FE;
}
.AnyTagClassName
{
color: #3013FE;
}
</style>
background-color css
<style>
a { background-color: #3013FE; }
a { background-color: rgb(48,19,254); }
div.DivClassName
{
background-color: #3013FE;
}
.BgClassName
{
background-color: #3013FE;
}
</style>
border-color css
<style>
span { border-color: #3013FE; }
span { border-color: rgb(48,19,254); }
td.TdClassName
{
border-color: #3013FE;
}
.TagClassName
{
border-color: #3013FE;
}
</style>