Html Css Color HEX #390DDF Han Purple

📋 copy color: '#390DDF'

red 57 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #390DDF

Tints of Han Purple #390DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.11%

R = 19.45%
G = 4.44%
B = 76.11%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#390DDF (or 0x390DDF) is known color: Han Purple. HEX triplet: 39, 0D and DF. RGB value is (57,13,223). Sum of RGB (Red+Green+Blue) = 57+13+223=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #390DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DDF is #C6F220. Grayscale: #313131. Windows color (decimal): -13038113 or 14617913. OLE color: 14617913.

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

Color convert

RGB 57 13 223 -
CMYK 0.74 0.94 0 0.13
HSL 252.57º 0.89% 0.46% -
HSV(B) 252.57º 0.94% 0.87% -
XYZ 15.15 6.49 70.27 -
YUV 50.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 57 13 223 0.74 0.94 0 0.13 252.57 0.89 0.46
Hex 39 D DF 4A 5E 0 D FD 59 2E
Octal 71 15 337 112 136 0 15 375 131 56
Binary 111001 1101 11011111 1001010 1011110 0 1101 11111101 1011001 101110

Color Harmonies of #390DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DDF

Black with #390DDF

Text Example


Text Example

White with #390DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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