Shades of Han Purple #3014FE
Tints of Han Purple #3014FE
RGB
CMYK
RGB Variations
Color information
#3014FE (or 0x3014FE) is known color: Han Purple. HEX triplet: 30, 14 and FE. RGB value is (48,20,254). Sum of RGB (Red+Green+Blue) = 48+20+254=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #3014FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3014FE is #CFEB01. Grayscale: #363636. Windows color (decimal): -13626114 or 16651312. OLE color: 16651312.
HSL color Cylindrical-coordinate representation of color #3014FE: hue angle of 247.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3014FE is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 20 | 254 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.00 |
| HSL | 247.18º | 0.99% | 0.54% | - |
| HSV(B) | 247.18º | 0.92% | 1% | - |
| XYZ | 19.36 | 8.28 | 94.34 | - |
| YUV | 55.05 | 240.28 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 254 | 0.81 | 0.92 | 0 | 0.00 | 247.18 | 0.99 | 0.54 |
| Hex | 30 | 14 | FE | 51 | 5C | 0 | 0 | F7 | 63 | 36 |
| Octal | 60 | 24 | 376 | 121 | 134 | 0 | 0 | 367 | 143 | 66 |
| Binary | 110000 | 10100 | 11111110 | 1010001 | 1011100 | 0 | 0 | 11110111 | 1100011 | 110110 |
Color Harmonies of #3014FE
Complementary color
Monochromatic Colors of #3014FE
Black with #3014FE
Text Example
Text Example
White with #3014FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014FE; }
p { color: rgb(48,20,254); }
H1.HeaderClassName
{
color: #3014FE;
}
.AnyTagClassName
{
color: #3014FE;
}
</style>
background-color css
<style>
a { background-color: #3014FE; }
a { background-color: rgb(48,20,254); }
div.DivClassName
{
background-color: #3014FE;
}
.BgClassName
{
background-color: #3014FE;
}
</style>
border-color css
<style>
span { border-color: #3014FE; }
span { border-color: rgb(48,20,254); }
td.TdClassName
{
border-color: #3014FE;
}
.TagClassName
{
border-color: #3014FE;
}
</style>