Html Css Color HEX #391DE0 Han Purple

📋 copy color: '#391DE0'

red 57 ◦ green 29 ◦ blue 224

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

Shades of Han Purple #391DE0

Tints of Han Purple #391DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

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

R = 18.39%
G = 9.35%
B = 72.26%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#391DE0 (or 0x391DE0) is known color: Han Purple. HEX triplet: 39, 1D and E0. RGB value is (57,29,224). Sum of RGB (Red+Green+Blue) = 57+29+224=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #391DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DE0 is #C6E21F. Grayscale: #3A3A3A. Windows color (decimal): -13034016 or 14687545. OLE color: 14687545.

HSL color Cylindrical-coordinate representation of color #391DE0: hue angle of 248.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391DE0 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 29 224 -
CMYK 0.75 0.87 0 0.12
HSL 248.62º 0.77% 0.5% -
HSV(B) 248.62º 0.87% 0.88% -
XYZ 15.58 7.13 71.08 -
YUV 59.6 220.78 126.14 -
System Red Green Blue C M Y K H S L
Decimal 57 29 224 0.75 0.87 0 0.12 248.62 0.77 0.5
Hex 39 1D E0 4B 57 0 C F9 4D 32
Octal 71 35 340 113 127 0 14 371 115 62
Binary 111001 11101 11100000 1001011 1010111 0 1100 11111001 1001101 110010

Color Harmonies of #391DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DE0

Black with #391DE0

Text Example


Text Example

White with #391DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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