Html Css Color HEX #390FE1 Han Purple

📋 copy color: '#390FE1'

red 57 ◦ green 15 ◦ blue 225

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

Shades of Han Purple #390FE1

Tints of Han Purple #390FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

 BLUE value IS 225 (88.28% from 255) = 75.76%

R = 19.19%
G = 5.05%
B = 75.76%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#390FE1 (or 0x390FE1) is known color: Han Purple. HEX triplet: 39, 0F and E1. RGB value is (57,15,225). Sum of RGB (Red+Green+Blue) = 57+15+225=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 225 (88.28% from 255 or 75.76% from 297); Max value from RGB is 225 - color contains mainly: blue. Hex color #390FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FE1 is #C6F01E. Grayscale: #323232. Windows color (decimal): -13037599 or 14749497. OLE color: 14749497.

HSL color Cylindrical-coordinate representation of color #390FE1: hue angle of 252º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FE1 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 15 225 -
CMYK 0.75 0.93 0 0.12
HSL 252º 0.88% 0.47% -
HSV(B) 252º 0.93% 0.88% -
XYZ 15.45 6.65 71.7 -
YUV 51.5 225.91 131.92 -
System Red Green Blue C M Y K H S L
Decimal 57 15 225 0.75 0.93 0 0.12 252 0.88 0.47
Hex 39 F E1 4B 5D 0 C FC 58 2F
Octal 71 17 341 113 135 0 14 374 130 57
Binary 111001 1111 11100001 1001011 1011101 0 1100 11111100 1011000 101111

Color Harmonies of #390FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FE1

Black with #390FE1

Text Example


Text Example

White with #390FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,15,225); }

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

background-color css

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

 a { background-color: rgb(57,15,225); }

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

border-color css

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

 span { border-color: rgb(57,15,225); }

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