Html Css Color HEX #3820DC Han Purple

📋 copy color: '#3820DC'

red 56 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #3820DC

Tints of Han Purple #3820DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 18.18%
G = 10.39%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3820DC (or 0x3820DC) is known color: Han Purple. HEX triplet: 38, 20 and DC. RGB value is (56,32,220). Sum of RGB (Red+Green+Blue) = 56+32+220=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #3820DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3820DC is #C7DF23. Grayscale: #3B3B3B. Windows color (decimal): -13098788 or 14426168. OLE color: 14426168.

HSL color Cylindrical-coordinate representation of color #3820DC: hue angle of 247.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3820DC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 32 220 -
CMYK 0.75 0.85 0 0.14
HSL 247.66º 0.75% 0.49% -
HSV(B) 247.66º 0.85% 0.86% -
XYZ 15.07 7.04 68.28 -
YUV 60.61 217.95 124.71 -
System Red Green Blue C M Y K H S L
Decimal 56 32 220 0.75 0.85 0 0.14 247.66 0.75 0.49
Hex 38 20 DC 4B 55 0 E F8 4B 31
Octal 70 40 334 113 125 0 16 370 113 61
Binary 111000 100000 11011100 1001011 1010101 0 1110 11111000 1001011 110001

Color Harmonies of #3820DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3820DC

Black with #3820DC

Text Example


Text Example

White with #3820DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3820DC; }

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

 H1.HeaderClassName
 {
   color: #3820DC;
 }
 .AnyTagClassName
 {
   color: #3820DC;
 }
</style>

background-color css

<style>
 a { background-color: #3820DC; }

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

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

border-color css

<style>
 span { border-color: #3820DC; }

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

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