Html Css Color HEX #391ECE Han Purple

📋 copy color: '#391ECE'

red 57 ◦ green 30 ◦ blue 206

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

Shades of Han Purple #391ECE

Tints of Han Purple #391ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 19.45%
G = 10.24%
B = 70.31%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#391ECE (or 0x391ECE) is known color: Han Purple. HEX triplet: 39, 1E and CE. RGB value is (57,30,206). Sum of RGB (Red+Green+Blue) = 57+30+206=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #391ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ECE is #C6E131. Grayscale: #393939. Windows color (decimal): -13033778 or 13508153. OLE color: 13508153.

HSL color Cylindrical-coordinate representation of color #391ECE: hue angle of 249.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391ECE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 30 206 -
CMYK 0.72 0.85 0 0.19
HSL 249.2º 0.75% 0.46% -
HSV(B) 249.2º 0.85% 0.81% -
XYZ 13.29 6.25 58.9 -
YUV 58.14 211.45 127.19 -
System Red Green Blue C M Y K H S L
Decimal 57 30 206 0.72 0.85 0 0.19 249.2 0.75 0.46
Hex 39 1E CE 48 55 0 13 F9 4B 2E
Octal 71 36 316 110 125 0 23 371 113 56
Binary 111001 11110 11001110 1001000 1010101 0 10011 11111001 1001011 101110

Color Harmonies of #391ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ECE

Black with #391ECE

Text Example


Text Example

White with #391ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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