Shades of Han Purple #300EDC
Tints of Han Purple #300EDC
RGB
CMYK
RGB Variations
Color information
#300EDC (or 0x300EDC) is known color: Han Purple. HEX triplet: 30, 0E and DC. RGB value is (48,14,220). Sum of RGB (Red+Green+Blue) = 48+14+220=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #300EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300EDC is #CFF123. Grayscale: #2E2E2E. Windows color (decimal): -13627684 or 14421552. OLE color: 14421552.
HSL color Cylindrical-coordinate representation of color #300EDC: hue angle of 249.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EDC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 14 | 220 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.14 |
| HSL | 249.9º | 0.88% | 0.46% | - |
| HSV(B) | 249.9º | 0.94% | 0.86% | - |
| XYZ | 14.29 | 6.11 | 68.14 | - |
| YUV | 47.65 | 225.26 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 220 | 0.78 | 0.94 | 0 | 0.14 | 249.9 | 0.88 | 0.46 |
| Hex | 30 | E | DC | 4E | 5E | 0 | E | FA | 58 | 2E |
| Octal | 60 | 16 | 334 | 116 | 136 | 0 | 16 | 372 | 130 | 56 |
| Binary | 110000 | 1110 | 11011100 | 1001110 | 1011110 | 0 | 1110 | 11111010 | 1011000 | 101110 |
Color Harmonies of #300EDC
Complementary color
Monochromatic Colors of #300EDC
Black with #300EDC
Text Example
Text Example
White with #300EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EDC; }
p { color: rgb(48,14,220); }
H1.HeaderClassName
{
color: #300EDC;
}
.AnyTagClassName
{
color: #300EDC;
}
</style>
background-color css
<style>
a { background-color: #300EDC; }
a { background-color: rgb(48,14,220); }
div.DivClassName
{
background-color: #300EDC;
}
.BgClassName
{
background-color: #300EDC;
}
</style>
border-color css
<style>
span { border-color: #300EDC; }
span { border-color: rgb(48,14,220); }
td.TdClassName
{
border-color: #300EDC;
}
.TagClassName
{
border-color: #300EDC;
}
</style>