#300EF0

Color #300EF0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #300EF0

Tints of Han Purple #300EF0

Color information

#300EF0 (or 0x300EF0) is unknown color: approx Han Purple. HEX triplet: 30, 0E and F0. RGB value is (48,14,240). Sum of RGB (Red+Green+Blue) = 48+14+240=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 240 (94.14% from 255 or 79.47% from 302); Max value from RGB is 240 - color contains mainly: blue. Hex color #300EF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EF0 is #CFF10F. Grayscale: #313131. Windows color (decimal): -13627664 or 15732272. OLE color: 15732272.

HSL color Cylindrical-coordinate representation of color #300EF0: hue angle of 249.03º 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 #300EF0 is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4814240-
CMYK0.80.9400.06
HSL249.03º88.98%49.8%-
HSV(B)249.03º94.17%94.12%-
XYZ17.17.2382.93-
YUV49.93235.26126.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 240 (94.14% from 255) = 79.47%
R=15.89%
G=4.64%
B=79.47%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48142400.80.9400.06249.0388.9849.8
Hex30EF0505E06f95932
Octal60163601201360637113162
Binary110000111011110000101000010111100110111110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300EF0; }

 p { color: rgb(48,14,240); }

 H1.HeaderClassName
 {
   color: #300EF0;
 }
 .AnyTagClassName
 {
   color: #300EF0;
 }
</style>
background-color css

<style>
 a { background-color: #300EF0; }

 a { background-color: rgb(48,14,240); }

 div.DivClassName
 {
   background-color: #300EF0;
 }
 .BgClassName
 {
   background-color: #300EF0;
 }
</style>
border-color css

<style>
 span { border-color: #300EF0; }

 span { border-color: rgb(48,14,240); }

 td.TdClassName
 {
   border-color: #300EF0;
 }
 .TagClassName
 {
   border-color: #300EF0;
 }
</style>