Html Css Color HEX #390BD4 Han Purple

📋 copy color: '#390BD4'

red 57 ◦ green 11 ◦ blue 212

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

Shades of Han Purple #390BD4

Tints of Han Purple #390BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 75.71%

R = 20.36%
G = 3.93%
B = 75.71%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#390BD4 (or 0x390BD4) is known color: Han Purple. HEX triplet: 39, 0B and D4. RGB value is (57,11,212). Sum of RGB (Red+Green+Blue) = 57+11+212=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 212 (83.20% from 255 or 75.71% from 280); Max value from RGB is 212 - color contains mainly: blue. Hex color #390BD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BD4 is #C6F42B. Grayscale: #2E2E2E. Windows color (decimal): -13038636 or 13896505. OLE color: 13896505.

HSL color Cylindrical-coordinate representation of color #390BD4: hue angle of 253.73º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BD4 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 57 11 212 -
CMYK 0.73 0.95 0 0.17
HSL 253.73º 0.9% 0.44% -
HSV(B) 253.73º 0.95% 0.83% -
XYZ 13.69 5.86 62.7 -
YUV 47.67 220.74 134.66 -
System Red Green Blue C M Y K H S L
Decimal 57 11 212 0.73 0.95 0 0.17 253.73 0.9 0.44
Hex 39 B D4 49 5F 0 11 FE 5A 2C
Octal 71 13 324 111 137 0 21 376 132 54
Binary 111001 1011 11010100 1001001 1011111 0 10001 11111110 1011010 101100

Color Harmonies of #390BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BD4

Black with #390BD4

Text Example


Text Example

White with #390BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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