Html Css Color HEX #391FE0 Han Purple

📋 copy color: '#391FE0'

red 57 ◦ green 31 ◦ blue 224

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

Shades of Han Purple #391FE0

Tints of Han Purple #391FE0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

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

R = 18.27%
G = 9.94%
B = 71.79%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#391FE0 (or 0x391FE0) is known color: Han Purple. HEX triplet: 39, 1F and E0. RGB value is (57,31,224). Sum of RGB (Red+Green+Blue) = 57+31+224=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #391FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FE0 is #C6E01F. Grayscale: #3C3C3C. Windows color (decimal): -13033504 or 14688057. OLE color: 14688057.

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

Color convert

RGB 57 31 224 -
CMYK 0.75 0.86 0 0.12
HSL 248.08º 0.76% 0.5% -
HSV(B) 248.08º 0.86% 0.88% -
XYZ 15.63 7.23 71.09 -
YUV 60.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 57 31 224 0.75 0.86 0 0.12 248.08 0.76 0.5
Hex 39 1F E0 4B 56 0 C F8 4C 32
Octal 71 37 340 113 126 0 14 370 114 62
Binary 111001 11111 11100000 1001011 1010110 0 1100 11111000 1001100 110010

Color Harmonies of #391FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391FE0

Black with #391FE0

Text Example


Text Example

White with #391FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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