Html Css Color HEX #390DDB Han Purple

📋 copy color: '#390DDB'

red 57 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #390DDB

Tints of Han Purple #390DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.5%

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

R = 19.72%
G = 4.5%
B = 75.78%

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

#390DDB (or 0x390DDB) is known color: Han Purple. HEX triplet: 39, 0D and DB. RGB value is (57,13,219). Sum of RGB (Red+Green+Blue) = 57+13+219=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #390DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DDB is #C6F224. Grayscale: #303030. Windows color (decimal): -13038117 or 14355769. OLE color: 14355769.

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

Color convert

RGB 57 13 219 -
CMYK 0.74 0.94 0 0.14
HSL 252.82º 0.89% 0.45% -
HSV(B) 252.82º 0.94% 0.86% -
XYZ 14.62 6.27 67.46 -
YUV 49.64 223.58 133.25 -
System Red Green Blue C M Y K H S L
Decimal 57 13 219 0.74 0.94 0 0.14 252.82 0.89 0.45
Hex 39 D DB 4A 5E 0 E FD 59 2D
Octal 71 15 333 112 136 0 16 375 131 55
Binary 111001 1101 11011011 1001010 1011110 0 1110 11111101 1011001 101101

Color Harmonies of #390DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DDB

Black with #390DDB

Text Example


Text Example

White with #390DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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