Html Css Color HEX #392EFA Han Purple

📋 copy color: '#392EFA'

red 57 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #392EFA

Tints of Han Purple #392EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 16.15%
G = 13.03%
B = 70.82%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#392EFA (or 0x392EFA) is known color: Han Purple. HEX triplet: 39, 2E and FA. RGB value is (57,46,250). Sum of RGB (Red+Green+Blue) = 57+46+250=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #392EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392EFA is #C6D105. Grayscale: #474747. Windows color (decimal): -13029638 or 16395833. OLE color: 16395833.

HSL color Cylindrical-coordinate representation of color #392EFA: hue angle of 243.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392EFA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 46 250 -
CMYK 0.77 0.82 0 0.02
HSL 243.24º 0.95% 0.58% -
HSV(B) 243.24º 0.82% 0.98% -
XYZ 19.92 9.73 91.27 -
YUV 72.55 228.14 116.91 -
System Red Green Blue C M Y K H S L
Decimal 57 46 250 0.77 0.82 0 0.02 243.24 0.95 0.58
Hex 39 2E FA 4D 52 0 2 F3 5F 3A
Octal 71 56 372 115 122 0 2 363 137 72
Binary 111001 101110 11111010 1001101 1010010 0 10 11110011 1011111 111010

Color Harmonies of #392EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392EFA

Black with #392EFA

Text Example


Text Example

White with #392EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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