Html Css Color HEX #392EDF Han Purple

📋 copy color: '#392EDF'

red 57 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #392EDF

Tints of Han Purple #392EDF

RGB

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

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

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

R = 17.48%
G = 14.11%
B = 68.4%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#392EDF (or 0x392EDF) is known color: Han Purple. HEX triplet: 39, 2E and DF. RGB value is (57,46,223). Sum of RGB (Red+Green+Blue) = 57+46+223=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #392EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392EDF is #C6D120. Grayscale: #444444. Windows color (decimal): -13029665 or 14626361. OLE color: 14626361.

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

Color convert

RGB 57 46 223 -
CMYK 0.74 0.79 0 0.13
HSL 243.73º 0.73% 0.53% -
HSV(B) 243.73º 0.79% 0.87% -
XYZ 15.98 8.15 70.54 -
YUV 69.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 57 46 223 0.74 0.79 0 0.13 243.73 0.73 0.53
Hex 39 2E DF 4A 4F 0 D F4 49 35
Octal 71 56 337 112 117 0 15 364 111 65
Binary 111001 101110 11011111 1001010 1001111 0 1101 11110100 1001001 110101

Color Harmonies of #392EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392EDF

Black with #392EDF

Text Example


Text Example

White with #392EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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