Html Css Color HEX #381CDB Han Purple

📋 copy color: '#381CDB'

red 56 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #381CDB

Tints of Han Purple #381CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 18.48%
G = 9.24%
B = 72.28%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#381CDB (or 0x381CDB) is known color: Han Purple. HEX triplet: 38, 1C and DB. RGB value is (56,28,219). Sum of RGB (Red+Green+Blue) = 56+28+219=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #381CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CDB is #C7E324. Grayscale: #393939. Windows color (decimal): -13099813 or 14359608. OLE color: 14359608.

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

Color convert

RGB 56 28 219 -
CMYK 0.74 0.87 0 0.14
HSL 248.8º 0.77% 0.48% -
HSV(B) 248.8º 0.87% 0.86% -
XYZ 14.83 6.79 67.55 -
YUV 58.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 56 28 219 0.74 0.87 0 0.14 248.8 0.77 0.48
Hex 38 1C DB 4A 57 0 E F9 4D 30
Octal 70 34 333 112 127 0 16 371 115 60
Binary 111000 11100 11011011 1001010 1010111 0 1110 11111001 1001101 110000

Color Harmonies of #381CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CDB

Black with #381CDB

Text Example


Text Example

White with #381CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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