Html Css Color HEX #381EDB Han Purple

📋 copy color: '#381EDB'

red 56 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #381EDB

Tints of Han Purple #381EDB

RGB

 RED value IS 56 (22.27% from 255) = 18.36%

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

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

R = 18.36%
G = 9.84%
B = 71.8%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#381EDB (or 0x381EDB) is known color: Han Purple. HEX triplet: 38, 1E and DB. RGB value is (56,30,219). Sum of RGB (Red+Green+Blue) = 56+30+219=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #381EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EDB is #C7E124. Grayscale: #3A3A3A. Windows color (decimal): -13099301 or 14360120. OLE color: 14360120.

HSL color Cylindrical-coordinate representation of color #381EDB: hue angle of 248.25º 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 #381EDB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 30 219 -
CMYK 0.74 0.86 0 0.14
HSL 248.25º 0.76% 0.49% -
HSV(B) 248.25º 0.86% 0.86% -
XYZ 14.88 6.88 67.56 -
YUV 59.32 218.11 125.63 -
System Red Green Blue C M Y K H S L
Decimal 56 30 219 0.74 0.86 0 0.14 248.25 0.76 0.49
Hex 38 1E DB 4A 56 0 E F8 4C 31
Octal 70 36 333 112 126 0 16 370 114 61
Binary 111000 11110 11011011 1001010 1010110 0 1110 11111000 1001100 110001

Color Harmonies of #381EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EDB

Black with #381EDB

Text Example


Text Example

White with #381EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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