Html Css Color HEX #392EE0 Han Purple

📋 copy color: '#392EE0'

red 57 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #392EE0

Tints of Han Purple #392EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

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

R = 17.43%
G = 14.07%
B = 68.5%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#392EE0 (or 0x392EE0) is known color: Han Purple. HEX triplet: 39, 2E and E0. RGB value is (57,46,224). Sum of RGB (Red+Green+Blue) = 57+46+224=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #392EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392EE0 is #C6D11F. Grayscale: #444444. Windows color (decimal): -13029664 or 14691897. OLE color: 14691897.

HSL color Cylindrical-coordinate representation of color #392EE0: hue angle of 243.71º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392EE0 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 46 224 -
CMYK 0.75 0.79 0 0.12
HSL 243.71º 0.74% 0.53% -
HSV(B) 243.71º 0.79% 0.88% -
XYZ 16.12 8.21 71.26 -
YUV 69.58 215.14 119.03 -
System Red Green Blue C M Y K H S L
Decimal 57 46 224 0.75 0.79 0 0.12 243.71 0.74 0.53
Hex 39 2E E0 4B 4F 0 C F4 4A 35
Octal 71 56 340 113 117 0 14 364 112 65
Binary 111001 101110 11100000 1001011 1001111 0 1100 11110100 1001010 110101

Color Harmonies of #392EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392EE0

Black with #392EE0

Text Example


Text Example

White with #392EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392EE0; }

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

 H1.HeaderClassName
 {
   color: #392EE0;
 }
 .AnyTagClassName
 {
   color: #392EE0;
 }
</style>

background-color css

<style>
 a { background-color: #392EE0; }

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

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

border-color css

<style>
 span { border-color: #392EE0; }

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

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