Html Css Color HEX #380EDA Han Purple

📋 copy color: '#380EDA'

red 56 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #380EDA

Tints of Han Purple #380EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 75.69%

R = 19.44%
G = 4.86%
B = 75.69%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#380EDA (or 0x380EDA) is known color: Han Purple. HEX triplet: 38, 0E and DA. RGB value is (56,14,218). Sum of RGB (Red+Green+Blue) = 56+14+218=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #380EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EDA is #C7F125. Grayscale: #313131. Windows color (decimal): -13103398 or 14290488. OLE color: 14290488.

HSL color Cylindrical-coordinate representation of color #380EDA: hue angle of 252.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EDA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 14 218 -
CMYK 0.74 0.94 0 0.15
HSL 252.35º 0.88% 0.45% -
HSV(B) 252.35º 0.94% 0.85% -
XYZ 14.44 6.22 66.77 -
YUV 49.81 222.91 132.41 -
System Red Green Blue C M Y K H S L
Decimal 56 14 218 0.74 0.94 0 0.15 252.35 0.88 0.45
Hex 38 E DA 4A 5E 0 F FC 58 2D
Octal 70 16 332 112 136 0 17 374 130 55
Binary 111000 1110 11011010 1001010 1011110 0 1111 11111100 1011000 101101

Color Harmonies of #380EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EDA

Black with #380EDA

Text Example


Text Example

White with #380EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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