Html Css Color HEX #380EDE Han Purple

📋 copy color: '#380EDE'

red 56 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #380EDE

Tints of Han Purple #380EDE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 222 (87.11% from 255) = 76.03%

R = 19.18%
G = 4.79%
B = 76.03%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#380EDE (or 0x380EDE) is known color: Han Purple. HEX triplet: 38, 0E and DE. RGB value is (56,14,222). Sum of RGB (Red+Green+Blue) = 56+14+222=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #380EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EDE is #C7F121. Grayscale: #313131. Windows color (decimal): -13103394 or 14552632. OLE color: 14552632.

HSL color Cylindrical-coordinate representation of color #380EDE: hue angle of 252.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EDE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 14 222 -
CMYK 0.75 0.94 0 0.13
HSL 252.12º 0.88% 0.46% -
HSV(B) 252.12º 0.94% 0.87% -
XYZ 14.97 6.43 69.56 -
YUV 50.27 224.91 132.09 -
System Red Green Blue C M Y K H S L
Decimal 56 14 222 0.75 0.94 0 0.13 252.12 0.88 0.46
Hex 38 E DE 4B 5E 0 D FC 58 2E
Octal 70 16 336 113 136 0 15 374 130 56
Binary 111000 1110 11011110 1001011 1011110 0 1101 11111100 1011000 101110

Color Harmonies of #380EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EDE

Black with #380EDE

Text Example


Text Example

White with #380EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380EDE; }

 p { color: rgb(56,14,222); }

 H1.HeaderClassName
 {
   color: #380EDE;
 }
 .AnyTagClassName
 {
   color: #380EDE;
 }
</style>

background-color css

<style>
 a { background-color: #380EDE; }

 a { background-color: rgb(56,14,222); }

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

border-color css

<style>
 span { border-color: #380EDE; }

 span { border-color: rgb(56,14,222); }

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