Html Css Color HEX #390BDB Han Purple

📋 copy color: '#390BDB'

red 57 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #390BDB

Tints of Han Purple #390BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

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

R = 19.86%
G = 3.83%
B = 76.31%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#390BDB (or 0x390BDB) is known color: Han Purple. HEX triplet: 39, 0B and DB. RGB value is (57,11,219). Sum of RGB (Red+Green+Blue) = 57+11+219=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #390BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BDB is #C6F424. Grayscale: #2F2F2F. Windows color (decimal): -13038629 or 14355257. OLE color: 14355257.

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

Color convert

RGB 57 11 219 -
CMYK 0.74 0.95 0 0.14
HSL 253.27º 0.9% 0.45% -
HSV(B) 253.27º 0.95% 0.86% -
XYZ 14.59 6.22 67.45 -
YUV 48.47 224.24 134.09 -
System Red Green Blue C M Y K H S L
Decimal 57 11 219 0.74 0.95 0 0.14 253.27 0.9 0.45
Hex 39 B DB 4A 5F 0 E FD 5A 2D
Octal 71 13 333 112 137 0 16 375 132 55
Binary 111001 1011 11011011 1001010 1011111 0 1110 11111101 1011010 101101

Color Harmonies of #390BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BDB

Black with #390BDB

Text Example


Text Example

White with #390BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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