Shades of Han Purple #300EFC
Tints of Han Purple #300EFC
RGB
CMYK
RGB Variations
Color information
#300EFC (or 0x300EFC) is known color: Han Purple. HEX triplet: 30, 0E and FC. RGB value is (48,14,252). Sum of RGB (Red+Green+Blue) = 48+14+252=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #300EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EFC is #CFF103. Grayscale: #323232. Windows color (decimal): -13627652 or 16518704. OLE color: 16518704.
HSL color Cylindrical-coordinate representation of color #300EFC: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EFC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 14 | 252 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.01 |
| HSL | 248.57º | 0.98% | 0.52% | - |
| HSV(B) | 248.57º | 0.94% | 0.99% | - |
| XYZ | 18.95 | 7.97 | 92.64 | - |
| YUV | 51.3 | 241.26 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 252 | 0.81 | 0.94 | 0 | 0.01 | 248.57 | 0.98 | 0.52 |
| Hex | 30 | E | FC | 51 | 5E | 0 | 1 | F9 | 62 | 34 |
| Octal | 60 | 16 | 374 | 121 | 136 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110000 | 1110 | 11111100 | 1010001 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #300EFC
Complementary color
Monochromatic Colors of #300EFC
Black with #300EFC
Text Example
Text Example
White with #300EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EFC; }
p { color: rgb(48,14,252); }
H1.HeaderClassName
{
color: #300EFC;
}
.AnyTagClassName
{
color: #300EFC;
}
</style>
background-color css
<style>
a { background-color: #300EFC; }
a { background-color: rgb(48,14,252); }
div.DivClassName
{
background-color: #300EFC;
}
.BgClassName
{
background-color: #300EFC;
}
</style>
border-color css
<style>
span { border-color: #300EFC; }
span { border-color: rgb(48,14,252); }
td.TdClassName
{
border-color: #300EFC;
}
.TagClassName
{
border-color: #300EFC;
}
</style>