Shades of Han Purple #300EED
Tints of Han Purple #300EED
RGB
CMYK
RGB Variations
Color information
#300EED (or 0x300EED) is known color: Han Purple. HEX triplet: 30, 0E and ED. RGB value is (48,14,237). Sum of RGB (Red+Green+Blue) = 48+14+237=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #300EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EED is #CFF112. Grayscale: #303030. Windows color (decimal): -13627667 or 15535664. OLE color: 15535664.
HSL color Cylindrical-coordinate representation of color #300EED: hue angle of 249.15º 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 #300EED is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 14 | 237 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.07 |
| HSL | 249.15º | 0.89% | 0.49% | - |
| HSV(B) | 249.15º | 0.94% | 0.93% | - |
| XYZ | 16.66 | 7.06 | 80.6 | - |
| YUV | 49.59 | 233.76 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 237 | 0.80 | 0.94 | 0 | 0.07 | 249.15 | 0.89 | 0.49 |
| Hex | 30 | E | ED | 50 | 5E | 0 | 7 | F9 | 59 | 31 |
| Octal | 60 | 16 | 355 | 120 | 136 | 0 | 7 | 371 | 131 | 61 |
| Binary | 110000 | 1110 | 11101101 | 1010000 | 1011110 | 0 | 111 | 11111001 | 1011001 | 110001 |
Color Harmonies of #300EED
Complementary color
Monochromatic Colors of #300EED
Black with #300EED
Text Example
Text Example
White with #300EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EED; }
p { color: rgb(48,14,237); }
H1.HeaderClassName
{
color: #300EED;
}
.AnyTagClassName
{
color: #300EED;
}
</style>
background-color css
<style>
a { background-color: #300EED; }
a { background-color: rgb(48,14,237); }
div.DivClassName
{
background-color: #300EED;
}
.BgClassName
{
background-color: #300EED;
}
</style>
border-color css
<style>
span { border-color: #300EED; }
span { border-color: rgb(48,14,237); }
td.TdClassName
{
border-color: #300EED;
}
.TagClassName
{
border-color: #300EED;
}
</style>