Html Css Color HEX #382DDC Han Purple

📋 copy color: '#382DDC'

red 56 ◦ green 45 ◦ blue 220

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

Shades of Han Purple #382DDC

Tints of Han Purple #382DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 17.45%
G = 14.02%
B = 68.54%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#382DDC (or 0x382DDC) is known color: Han Purple. HEX triplet: 38, 2D and DC. RGB value is (56,45,220). Sum of RGB (Red+Green+Blue) = 56+45+220=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #382DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DDC is #C7D223. Grayscale: #434343. Windows color (decimal): -13095460 or 14429496. OLE color: 14429496.

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

Color convert

RGB 56 45 220 -
CMYK 0.75 0.80 0 0.14
HSL 243.77º 0.71% 0.52% -
HSV(B) 243.77º 0.8% 0.86% -
XYZ 15.49 7.88 68.42 -
YUV 68.24 213.64 119.27 -
System Red Green Blue C M Y K H S L
Decimal 56 45 220 0.75 0.80 0 0.14 243.77 0.71 0.52
Hex 38 2D DC 4B 50 0 E F4 47 34
Octal 70 55 334 113 120 0 16 364 107 64
Binary 111000 101101 11011100 1001011 1010000 0 1110 11110100 1000111 110100

Color Harmonies of #382DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DDC

Black with #382DDC

Text Example


Text Example

White with #382DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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