Html Css Color HEX #382BDB Han Purple

📋 copy color: '#382BDB'

red 56 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #382BDB

Tints of Han Purple #382BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 17.61%
G = 13.52%
B = 68.87%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#382BDB (or 0x382BDB) is known color: Han Purple. HEX triplet: 38, 2B and DB. RGB value is (56,43,219). Sum of RGB (Red+Green+Blue) = 56+43+219=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #382BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BDB is #C7D424. Grayscale: #424242. Windows color (decimal): -13095973 or 14363448. OLE color: 14363448.

HSL color Cylindrical-coordinate representation of color #382BDB: hue angle of 244.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382BDB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 43 219 -
CMYK 0.74 0.80 0 0.14
HSL 244.43º 0.71% 0.51% -
HSV(B) 244.43º 0.8% 0.86% -
XYZ 15.28 7.68 67.7 -
YUV 66.95 213.81 120.19 -
System Red Green Blue C M Y K H S L
Decimal 56 43 219 0.74 0.80 0 0.14 244.43 0.71 0.51
Hex 38 2B DB 4A 50 0 E F4 47 33
Octal 70 53 333 112 120 0 16 364 107 63
Binary 111000 101011 11011011 1001010 1010000 0 1110 11110100 1000111 110011

Color Harmonies of #382BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BDB

Black with #382BDB

Text Example


Text Example

White with #382BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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