Html Css Color HEX #390EE1 Han Purple

📋 copy color: '#390EE1'

red 57 ◦ green 14 ◦ blue 225

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

Shades of Han Purple #390EE1

Tints of Han Purple #390EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 76.01%

R = 19.26%
G = 4.73%
B = 76.01%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#390EE1 (or 0x390EE1) is known color: Han Purple. HEX triplet: 39, 0E and E1. RGB value is (57,14,225). Sum of RGB (Red+Green+Blue) = 57+14+225=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 225 (88.28% from 255 or 76.01% from 296); Max value from RGB is 225 - color contains mainly: blue. Hex color #390EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EE1 is #C6F11E. Grayscale: #323232. Windows color (decimal): -13037855 or 14749241. OLE color: 14749241.

HSL color Cylindrical-coordinate representation of color #390EE1: hue angle of 252.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390EE1 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 14 225 -
CMYK 0.75 0.94 0 0.12
HSL 252.23º 0.88% 0.47% -
HSV(B) 252.23º 0.94% 0.88% -
XYZ 15.43 6.62 71.7 -
YUV 50.91 226.25 132.34 -
System Red Green Blue C M Y K H S L
Decimal 57 14 225 0.75 0.94 0 0.12 252.23 0.88 0.47
Hex 39 E E1 4B 5E 0 C FC 58 2F
Octal 71 16 341 113 136 0 14 374 130 57
Binary 111001 1110 11100001 1001011 1011110 0 1100 11111100 1011000 101111

Color Harmonies of #390EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EE1

Black with #390EE1

Text Example


Text Example

White with #390EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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