Html Css Color HEX #391EFA Han Purple

📋 copy color: '#391EFA'

red 57 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #391EFA

Tints of Han Purple #391EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 16.91%
G = 8.9%
B = 74.18%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#391EFA (or 0x391EFA) is known color: Han Purple. HEX triplet: 39, 1E and FA. RGB value is (57,30,250). Sum of RGB (Red+Green+Blue) = 57+30+250=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #391EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391EFA is #C6E105. Grayscale: #3E3E3E. Windows color (decimal): -13033734 or 16391737. OLE color: 16391737.

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

Color convert

RGB 57 30 250 -
CMYK 0.77 0.88 0 0.02
HSL 247.36º 0.96% 0.55% -
HSV(B) 247.36º 0.88% 0.98% -
XYZ 19.41 8.7 91.1 -
YUV 63.15 233.45 123.61 -
System Red Green Blue C M Y K H S L
Decimal 57 30 250 0.77 0.88 0 0.02 247.36 0.96 0.55
Hex 39 1E FA 4D 58 0 2 F7 60 37
Octal 71 36 372 115 130 0 2 367 140 67
Binary 111001 11110 11111010 1001101 1011000 0 10 11110111 1100000 110111

Color Harmonies of #391EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EFA

Black with #391EFA

Text Example


Text Example

White with #391EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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