Html Css Color HEX #382DDB Han Purple

📋 copy color: '#382DDB'

red 56 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #382DDB

Tints of Han Purple #382DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 17.5%
G = 14.06%
B = 68.44%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#382DDB (or 0x382DDB) is known color: Han Purple. HEX triplet: 38, 2D and DB. RGB value is (56,45,219). Sum of RGB (Red+Green+Blue) = 56+45+219=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #382DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DDB is #C7D224. Grayscale: #434343. Windows color (decimal): -13095461 or 14363960. OLE color: 14363960.

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

Color convert

RGB 56 45 219 -
CMYK 0.74 0.79 0 0.14
HSL 243.79º 0.71% 0.52% -
HSV(B) 243.79º 0.79% 0.86% -
XYZ 15.36 7.83 67.72 -
YUV 68.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 56 45 219 0.74 0.79 0 0.14 243.79 0.71 0.52
Hex 38 2D DB 4A 4F 0 E F4 47 34
Octal 70 55 333 112 117 0 16 364 107 64
Binary 111000 101101 11011011 1001010 1001111 0 1110 11110100 1000111 110100

Color Harmonies of #382DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DDB

Black with #382DDB

Text Example


Text Example

White with #382DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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