Html Css Color HEX #390FE0 Han Purple

📋 copy color: '#390FE0'

red 57 ◦ green 15 ◦ blue 224

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

Shades of Han Purple #390FE0

Tints of Han Purple #390FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 75.68%

R = 19.26%
G = 5.07%
B = 75.68%

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

#390FE0 (or 0x390FE0) is known color: Han Purple. HEX triplet: 39, 0F and E0. RGB value is (57,15,224). Sum of RGB (Red+Green+Blue) = 57+15+224=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 224 (87.89% from 255 or 75.68% from 296); Max value from RGB is 224 - color contains mainly: blue. Hex color #390FE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FE0 is #C6F01F. Grayscale: #323232. Windows color (decimal): -13037600 or 14683961. OLE color: 14683961.

HSL color Cylindrical-coordinate representation of color #390FE0: hue angle of 252.06º degrees, saturation: 0.87, 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 #390FE0 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 15 224 -
CMYK 0.75 0.93 0 0.12
HSL 252.06º 0.87% 0.47% -
HSV(B) 252.06º 0.93% 0.88% -
XYZ 15.31 6.59 70.99 -
YUV 51.38 225.41 132.01 -
System Red Green Blue C M Y K H S L
Decimal 57 15 224 0.75 0.93 0 0.12 252.06 0.87 0.47
Hex 39 F E0 4B 5D 0 C FC 57 2F
Octal 71 17 340 113 135 0 14 374 127 57
Binary 111001 1111 11100000 1001011 1011101 0 1100 11111100 1010111 101111

Color Harmonies of #390FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FE0

Black with #390FE0

Text Example


Text Example

White with #390FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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