Html Css Color HEX #381ADB Han Purple

📋 copy color: '#381ADB'

red 56 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #381ADB

Tints of Han Purple #381ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

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

R = 18.6%
G = 8.64%
B = 72.76%

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

#381ADB (or 0x381ADB) is known color: Han Purple. HEX triplet: 38, 1A and DB. RGB value is (56,26,219). Sum of RGB (Red+Green+Blue) = 56+26+219=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #381ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ADB is #C7E524. Grayscale: #383838. Windows color (decimal): -13100325 or 14359096. OLE color: 14359096.

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

Color convert

RGB 56 26 219 -
CMYK 0.74 0.88 0 0.14
HSL 249.33º 0.79% 0.48% -
HSV(B) 249.33º 0.88% 0.86% -
XYZ 14.79 6.69 67.53 -
YUV 56.97 219.44 127.31 -
System Red Green Blue C M Y K H S L
Decimal 56 26 219 0.74 0.88 0 0.14 249.33 0.79 0.48
Hex 38 1A DB 4A 58 0 E F9 4F 30
Octal 70 32 333 112 130 0 16 371 117 60
Binary 111000 11010 11011011 1001010 1011000 0 1110 11111001 1001111 110000

Color Harmonies of #381ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ADB

Black with #381ADB

Text Example


Text Example

White with #381ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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