Html Css Color HEX #301EDB Han Purple

📋 copy color: '#301EDB'

red 48 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #301EDB

Tints of Han Purple #301EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 16.16%
G = 10.1%
B = 73.74%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#301EDB (or 0x301EDB) is known color: Han Purple. HEX triplet: 30, 1E and DB. RGB value is (48,30,219). Sum of RGB (Red+Green+Blue) = 48+30+219=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #301EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EDB is #CFE124. Grayscale: #383838. Windows color (decimal): -13623589 or 14360112. OLE color: 14360112.

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

Color convert

RGB 48 30 219 -
CMYK 0.78 0.86 0 0.14
HSL 245.71º 0.76% 0.49% -
HSV(B) 245.71º 0.86% 0.86% -
XYZ 14.47 6.67 67.54 -
YUV 56.93 219.46 121.63 -
System Red Green Blue C M Y K H S L
Decimal 48 30 219 0.78 0.86 0 0.14 245.71 0.76 0.49
Hex 30 1E DB 4E 56 0 E F6 4C 31
Octal 60 36 333 116 126 0 16 366 114 61
Binary 110000 11110 11011011 1001110 1010110 0 1110 11110110 1001100 110001

Color Harmonies of #301EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EDB

Black with #301EDB

Text Example


Text Example

White with #301EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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