Html Css Color HEX #390DF6 Han Purple

📋 copy color: '#390DF6'

red 57 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #390DF6

Tints of Han Purple #390DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 77.85%

R = 18.04%
G = 4.11%
B = 77.85%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#390DF6 (or 0x390DF6) is known color: Han Purple. HEX triplet: 39, 0D and F6. RGB value is (57,13,246). Sum of RGB (Red+Green+Blue) = 57+13+246=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 246 (96.48% from 255 or 77.85% from 316); Max value from RGB is 246 - color contains mainly: blue. Hex color #390DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390DF6 is #C6F209. Grayscale: #333333. Windows color (decimal): -13038090 or 16125241. OLE color: 16125241.

HSL color Cylindrical-coordinate representation of color #390DF6: hue angle of 251.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390DF6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 13 246 -
CMYK 0.77 0.95 0 0.04
HSL 251.33º 0.93% 0.51% -
HSV(B) 251.33º 0.95% 0.96% -
XYZ 18.47 7.81 87.72 -
YUV 52.72 237.08 131.05 -
System Red Green Blue C M Y K H S L
Decimal 57 13 246 0.77 0.95 0 0.04 251.33 0.93 0.51
Hex 39 D F6 4D 5F 0 4 FB 5D 33
Octal 71 15 366 115 137 0 4 373 135 63
Binary 111001 1101 11110110 1001101 1011111 0 100 11111011 1011101 110011

Color Harmonies of #390DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DF6

Black with #390DF6

Text Example


Text Example

White with #390DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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