Html Css Color HEX #300EDB Han Purple

📋 copy color: '#300EDB'

red 48 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #300EDB

Tints of Han Purple #300EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.94%

R = 17.08%
G = 4.98%
B = 77.94%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#300EDB (or 0x300EDB) is known color: Han Purple. HEX triplet: 30, 0E and DB. RGB value is (48,14,219). Sum of RGB (Red+Green+Blue) = 48+14+219=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #300EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300EDB is #CFF124. Grayscale: #2E2E2E. Windows color (decimal): -13627685 or 14356016. OLE color: 14356016.

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

Color convert

RGB 48 14 219 -
CMYK 0.78 0.94 0 0.14
HSL 249.95º 0.88% 0.46% -
HSV(B) 249.95º 0.94% 0.86% -
XYZ 14.16 6.06 67.44 -
YUV 47.54 224.76 128.33 -
System Red Green Blue C M Y K H S L
Decimal 48 14 219 0.78 0.94 0 0.14 249.95 0.88 0.46
Hex 30 E DB 4E 5E 0 E FA 58 2E
Octal 60 16 333 116 136 0 16 372 130 56
Binary 110000 1110 11011011 1001110 1011110 0 1110 11111010 1011000 101110

Color Harmonies of #300EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EDB

Black with #300EDB

Text Example


Text Example

White with #300EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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