Html Css Color HEX #390EDB Han Purple

📋 copy color: '#390EDB'

red 57 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #390EDB

Tints of Han Purple #390EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.52%

R = 19.66%
G = 4.83%
B = 75.52%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#390EDB (or 0x390EDB) is known color: Han Purple. HEX triplet: 39, 0E and DB. RGB value is (57,14,219). Sum of RGB (Red+Green+Blue) = 57+14+219=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #390EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EDB is #C6F124. Grayscale: #313131. Windows color (decimal): -13037861 or 14356025. OLE color: 14356025.

HSL color Cylindrical-coordinate representation of color #390EDB: hue angle of 252.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390EDB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 14 219 -
CMYK 0.74 0.94 0 0.14
HSL 252.59º 0.88% 0.46% -
HSV(B) 252.59º 0.94% 0.86% -
XYZ 14.63 6.3 67.46 -
YUV 50.23 223.25 132.83 -
System Red Green Blue C M Y K H S L
Decimal 57 14 219 0.74 0.94 0 0.14 252.59 0.88 0.46
Hex 39 E DB 4A 5E 0 E FD 58 2E
Octal 71 16 333 112 136 0 16 375 130 56
Binary 111001 1110 11011011 1001010 1011110 0 1110 11111101 1011000 101110

Color Harmonies of #390EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EDB

Black with #390EDB

Text Example


Text Example

White with #390EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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