Html Css Color HEX #390ADB Han Purple

📋 copy color: '#390ADB'

red 57 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #390ADB

Tints of Han Purple #390ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 19.93%
G = 3.5%
B = 76.57%

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

#390ADB (or 0x390ADB) is known color: Han Purple. HEX triplet: 39, 0A and DB. RGB value is (57,10,219). Sum of RGB (Red+Green+Blue) = 57+10+219=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #390ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ADB is #C6F524. Grayscale: #2F2F2F. Windows color (decimal): -13038885 or 14355001. OLE color: 14355001.

HSL color Cylindrical-coordinate representation of color #390ADB: hue angle of 253.49º degrees, saturation: 0.91, 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 #390ADB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 10 219 -
CMYK 0.74 0.95 0 0.14
HSL 253.49º 0.91% 0.45% -
HSV(B) 253.49º 0.95% 0.86% -
XYZ 14.58 6.2 67.45 -
YUV 47.88 224.57 134.51 -
System Red Green Blue C M Y K H S L
Decimal 57 10 219 0.74 0.95 0 0.14 253.49 0.91 0.45
Hex 39 A DB 4A 5F 0 E FD 5B 2D
Octal 71 12 333 112 137 0 16 375 133 55
Binary 111001 1010 11011011 1001010 1011111 0 1110 11111101 1011011 101101

Color Harmonies of #390ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ADB

Black with #390ADB

Text Example


Text Example

White with #390ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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