Shades of Han Purple #300FE1
Tints of Han Purple #300FE1
RGB
CMYK
RGB Variations
Color information
#300FE1 (or 0x300FE1) is known color: Han Purple. HEX triplet: 30, 0F and E1. RGB value is (48,15,225). Sum of RGB (Red+Green+Blue) = 48+15+225=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #300FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FE1 is #CFF01E. Grayscale: #303030. Windows color (decimal): -13627423 or 14749488. OLE color: 14749488.
HSL color Cylindrical-coordinate representation of color #300FE1: hue angle of 249.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FE1 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 15 | 225 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.12 |
| HSL | 249.43º | 0.88% | 0.47% | - |
| HSV(B) | 249.43º | 0.93% | 0.88% | - |
| XYZ | 14.98 | 6.41 | 71.68 | - |
| YUV | 48.81 | 227.43 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 225 | 0.79 | 0.93 | 0 | 0.12 | 249.43 | 0.88 | 0.47 |
| Hex | 30 | F | E1 | 4F | 5D | 0 | C | F9 | 58 | 2F |
| Octal | 60 | 17 | 341 | 117 | 135 | 0 | 14 | 371 | 130 | 57 |
| Binary | 110000 | 1111 | 11100001 | 1001111 | 1011101 | 0 | 1100 | 11111001 | 1011000 | 101111 |
Color Harmonies of #300FE1
Complementary color
Monochromatic Colors of #300FE1
Black with #300FE1
Text Example
Text Example
White with #300FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FE1; }
p { color: rgb(48,15,225); }
H1.HeaderClassName
{
color: #300FE1;
}
.AnyTagClassName
{
color: #300FE1;
}
</style>
background-color css
<style>
a { background-color: #300FE1; }
a { background-color: rgb(48,15,225); }
div.DivClassName
{
background-color: #300FE1;
}
.BgClassName
{
background-color: #300FE1;
}
</style>
border-color css
<style>
span { border-color: #300FE1; }
span { border-color: rgb(48,15,225); }
td.TdClassName
{
border-color: #300FE1;
}
.TagClassName
{
border-color: #300FE1;
}
</style>