Html Css Color HEX #300EDE Han Purple

📋 copy color: '#300EDE'

red 48 ◦ green 14 ◦ blue 222

#300EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #300EDE

Tints of Han Purple #300EDE

RGB

 RED value IS 48 (19.14% from 255) = 16.9%

 GREEN value IS 14 (5.86% from 255) = 4.93%

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 16.9%
G = 4.93%
B = 78.17%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#300EDE (or 0x300EDE) is known color: Han Purple. HEX triplet: 30, 0E and DE. RGB value is (48,14,222). Sum of RGB (Red+Green+Blue) = 48+14+222=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #300EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300EDE is #CFF121. Grayscale: #2F2F2F. Windows color (decimal): -13627682 or 14552624. OLE color: 14552624.

HSL color Cylindrical-coordinate representation of color #300EDE: hue angle of 249.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300EDE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 14 222 -
CMYK 0.78 0.94 0 0.13
HSL 249.81º 0.88% 0.46% -
HSV(B) 249.81º 0.94% 0.87% -
XYZ 14.56 6.22 69.54 -
YUV 47.88 226.26 128.09 -
System Red Green Blue C M Y K H S L
Decimal 48 14 222 0.78 0.94 0 0.13 249.81 0.88 0.46
Hex 30 E DE 4E 5E 0 D FA 58 2E
Octal 60 16 336 116 136 0 15 372 130 56
Binary 110000 1110 11011110 1001110 1011110 0 1101 11111010 1011000 101110

Color Harmonies of #300EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EDE

Black with #300EDE

Text Example


Text Example

White with #300EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300EDE;
 }
 .AnyTagClassName
 {
   color: #300EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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