Html Css Color HEX #390EDE Han Purple

📋 copy color: '#390EDE'

red 57 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #390EDE

Tints of Han Purple #390EDE

RGB

 RED value IS 57 (22.66% from 255) = 19.45%

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

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

R = 19.45%
G = 4.78%
B = 75.77%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#390EDE (or 0x390EDE) is known color: Han Purple. HEX triplet: 39, 0E and DE. RGB value is (57,14,222). Sum of RGB (Red+Green+Blue) = 57+14+222=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #390EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EDE is #C6F121. Grayscale: #313131. Windows color (decimal): -13037858 or 14552633. OLE color: 14552633.

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

Color convert

RGB 57 14 222 -
CMYK 0.74 0.94 0 0.13
HSL 252.4º 0.88% 0.46% -
HSV(B) 252.4º 0.94% 0.87% -
XYZ 15.03 6.46 69.56 -
YUV 50.57 224.75 132.59 -
System Red Green Blue C M Y K H S L
Decimal 57 14 222 0.74 0.94 0 0.13 252.4 0.88 0.46
Hex 39 E DE 4A 5E 0 D FC 58 2E
Octal 71 16 336 112 136 0 15 374 130 56
Binary 111001 1110 11011110 1001010 1011110 0 1101 11111100 1011000 101110

Color Harmonies of #390EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EDE

Black with #390EDE

Text Example


Text Example

White with #390EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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