Shades of Han Purple #300EEC
Tints of Han Purple #300EEC
RGB
CMYK
RGB Variations
Color information
#300EEC (or 0x300EEC) is known color: Han Purple. HEX triplet: 30, 0E and EC. RGB value is (48,14,236). Sum of RGB (Red+Green+Blue) = 48+14+236=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #300EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EEC is #CFF113. Grayscale: #303030. Windows color (decimal): -13627668 or 15470128. OLE color: 15470128.
HSL color Cylindrical-coordinate representation of color #300EEC: hue angle of 249.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EEC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 14 | 236 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.07 |
| HSL | 249.19º | 0.89% | 0.49% | - |
| HSV(B) | 249.19º | 0.94% | 0.93% | - |
| XYZ | 16.52 | 7 | 79.84 | - |
| YUV | 49.47 | 233.26 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 236 | 0.80 | 0.94 | 0 | 0.07 | 249.19 | 0.89 | 0.49 |
| Hex | 30 | E | EC | 50 | 5E | 0 | 7 | F9 | 59 | 31 |
| Octal | 60 | 16 | 354 | 120 | 136 | 0 | 7 | 371 | 131 | 61 |
| Binary | 110000 | 1110 | 11101100 | 1010000 | 1011110 | 0 | 111 | 11111001 | 1011001 | 110001 |
Color Harmonies of #300EEC
Complementary color
Monochromatic Colors of #300EEC
Black with #300EEC
Text Example
Text Example
White with #300EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EEC; }
p { color: rgb(48,14,236); }
H1.HeaderClassName
{
color: #300EEC;
}
.AnyTagClassName
{
color: #300EEC;
}
</style>
background-color css
<style>
a { background-color: #300EEC; }
a { background-color: rgb(48,14,236); }
div.DivClassName
{
background-color: #300EEC;
}
.BgClassName
{
background-color: #300EEC;
}
</style>
border-color css
<style>
span { border-color: #300EEC; }
span { border-color: rgb(48,14,236); }
td.TdClassName
{
border-color: #300EEC;
}
.TagClassName
{
border-color: #300EEC;
}
</style>