Shades of Han Purple #300EEF
Tints of Han Purple #300EEF
RGB
CMYK
RGB Variations
Color information
#300EEF (or 0x300EEF) is known color: Han Purple. HEX triplet: 30, 0E and EF. RGB value is (48,14,239). Sum of RGB (Red+Green+Blue) = 48+14+239=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #300EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EEF is #CFF110. Grayscale: #303030. Windows color (decimal): -13627665 or 15666736. OLE color: 15666736.
HSL color Cylindrical-coordinate representation of color #300EEF: hue angle of 249.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EEF is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 14 | 239 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.06 |
| HSL | 249.07º | 0.89% | 0.5% | - |
| HSV(B) | 249.07º | 0.94% | 0.94% | - |
| XYZ | 16.96 | 7.17 | 82.15 | - |
| YUV | 49.82 | 234.76 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 239 | 0.80 | 0.94 | 0 | 0.06 | 249.07 | 0.89 | 0.5 |
| Hex | 30 | E | EF | 50 | 5E | 0 | 6 | F9 | 59 | 32 |
| Octal | 60 | 16 | 357 | 120 | 136 | 0 | 6 | 371 | 131 | 62 |
| Binary | 110000 | 1110 | 11101111 | 1010000 | 1011110 | 0 | 110 | 11111001 | 1011001 | 110010 |
Color Harmonies of #300EEF
Complementary color
Monochromatic Colors of #300EEF
Black with #300EEF
Text Example
Text Example
White with #300EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EEF; }
p { color: rgb(48,14,239); }
H1.HeaderClassName
{
color: #300EEF;
}
.AnyTagClassName
{
color: #300EEF;
}
</style>
background-color css
<style>
a { background-color: #300EEF; }
a { background-color: rgb(48,14,239); }
div.DivClassName
{
background-color: #300EEF;
}
.BgClassName
{
background-color: #300EEF;
}
</style>
border-color css
<style>
span { border-color: #300EEF; }
span { border-color: rgb(48,14,239); }
td.TdClassName
{
border-color: #300EEF;
}
.TagClassName
{
border-color: #300EEF;
}
</style>