Html Css Color HEX #380EDD Han Purple

📋 copy color: '#380EDD'

red 56 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #380EDD

Tints of Han Purple #380EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.95%

R = 19.24%
G = 4.81%
B = 75.95%

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

#380EDD (or 0x380EDD) is known color: Han Purple. HEX triplet: 38, 0E and DD. RGB value is (56,14,221). Sum of RGB (Red+Green+Blue) = 56+14+221=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #380EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EDD is #C7F122. Grayscale: #313131. Windows color (decimal): -13103395 or 14487096. OLE color: 14487096.

HSL color Cylindrical-coordinate representation of color #380EDD: hue angle of 252.17º 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 #380EDD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 14 221 -
CMYK 0.75 0.94 0 0.13
HSL 252.17º 0.88% 0.46% -
HSV(B) 252.17º 0.94% 0.87% -
XYZ 14.84 6.38 68.86 -
YUV 50.16 224.41 132.17 -
System Red Green Blue C M Y K H S L
Decimal 56 14 221 0.75 0.94 0 0.13 252.17 0.88 0.46
Hex 38 E DD 4B 5E 0 D FC 58 2E
Octal 70 16 335 113 136 0 15 374 130 56
Binary 111000 1110 11011101 1001011 1011110 0 1101 11111100 1011000 101110

Color Harmonies of #380EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EDD

Black with #380EDD

Text Example


Text Example

White with #380EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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