Html Css Color HEX #381BDB Han Purple

📋 copy color: '#381BDB'

red 56 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #381BDB

Tints of Han Purple #381BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.94%

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

R = 18.54%
G = 8.94%
B = 72.52%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#381BDB (or 0x381BDB) is known color: Han Purple. HEX triplet: 38, 1B and DB. RGB value is (56,27,219). Sum of RGB (Red+Green+Blue) = 56+27+219=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #381BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BDB is #C7E424. Grayscale: #383838. Windows color (decimal): -13100069 or 14359352. OLE color: 14359352.

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

Color convert

RGB 56 27 219 -
CMYK 0.74 0.88 0 0.14
HSL 249.06º 0.78% 0.48% -
HSV(B) 249.06º 0.88% 0.86% -
XYZ 14.81 6.74 67.54 -
YUV 57.56 219.11 126.89 -
System Red Green Blue C M Y K H S L
Decimal 56 27 219 0.74 0.88 0 0.14 249.06 0.78 0.48
Hex 38 1B DB 4A 58 0 E F9 4E 30
Octal 70 33 333 112 130 0 16 371 116 60
Binary 111000 11011 11011011 1001010 1011000 0 1110 11111001 1001110 110000

Color Harmonies of #381BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BDB

Black with #381BDB

Text Example


Text Example

White with #381BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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