Html Css Color HEX #381EDC Han Purple

📋 copy color: '#381EDC'

red 56 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #381EDC

Tints of Han Purple #381EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

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

R = 18.3%
G = 9.8%
B = 71.9%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#381EDC (or 0x381EDC) is known color: Han Purple. HEX triplet: 38, 1E and DC. RGB value is (56,30,220). Sum of RGB (Red+Green+Blue) = 56+30+220=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #381EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EDC is #C7E123. Grayscale: #3A3A3A. Windows color (decimal): -13099300 or 14425656. OLE color: 14425656.

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

Color convert

RGB 56 30 220 -
CMYK 0.75 0.86 0 0.14
HSL 248.21º 0.76% 0.49% -
HSV(B) 248.21º 0.86% 0.86% -
XYZ 15.01 6.94 68.26 -
YUV 59.43 218.61 125.55 -
System Red Green Blue C M Y K H S L
Decimal 56 30 220 0.75 0.86 0 0.14 248.21 0.76 0.49
Hex 38 1E DC 4B 56 0 E F8 4C 31
Octal 70 36 334 113 126 0 16 370 114 61
Binary 111000 11110 11011100 1001011 1010110 0 1110 11111000 1001100 110001

Color Harmonies of #381EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EDC

Black with #381EDC

Text Example


Text Example

White with #381EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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