Shades of Han Purple #300EF1
Tints of Han Purple #300EF1
RGB
CMYK
RGB Variations
Color information
#300EF1 (or 0x300EF1) is known color: Han Purple. HEX triplet: 30, 0E and F1. RGB value is (48,14,241). Sum of RGB (Red+Green+Blue) = 48+14+241=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #300EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EF1 is #CFF10E. Grayscale: #313131. Windows color (decimal): -13627663 or 15797808. OLE color: 15797808.
HSL color Cylindrical-coordinate representation of color #300EF1: hue angle of 248.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EF1 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 14 | 241 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.05 |
| HSL | 248.99º | 0.89% | 0.5% | - |
| HSV(B) | 248.99º | 0.94% | 0.95% | - |
| XYZ | 17.25 | 7.29 | 83.72 | - |
| YUV | 50.04 | 235.76 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 241 | 0.80 | 0.94 | 0 | 0.05 | 248.99 | 0.89 | 0.5 |
| Hex | 30 | E | F1 | 50 | 5E | 0 | 5 | F9 | 59 | 32 |
| Octal | 60 | 16 | 361 | 120 | 136 | 0 | 5 | 371 | 131 | 62 |
| Binary | 110000 | 1110 | 11110001 | 1010000 | 1011110 | 0 | 101 | 11111001 | 1011001 | 110010 |
Color Harmonies of #300EF1
Complementary color
Monochromatic Colors of #300EF1
Black with #300EF1
Text Example
Text Example
White with #300EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EF1; }
p { color: rgb(48,14,241); }
H1.HeaderClassName
{
color: #300EF1;
}
.AnyTagClassName
{
color: #300EF1;
}
</style>
background-color css
<style>
a { background-color: #300EF1; }
a { background-color: rgb(48,14,241); }
div.DivClassName
{
background-color: #300EF1;
}
.BgClassName
{
background-color: #300EF1;
}
</style>
border-color css
<style>
span { border-color: #300EF1; }
span { border-color: rgb(48,14,241); }
td.TdClassName
{
border-color: #300EF1;
}
.TagClassName
{
border-color: #300EF1;
}
</style>