Html Css Color HEX #391CE0 Han Purple

📋 copy color: '#391CE0'

red 57 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #391CE0

Tints of Han Purple #391CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 18.45%
G = 9.06%
B = 72.49%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#391CE0 (or 0x391CE0) is known color: Han Purple. HEX triplet: 39, 1C and E0. RGB value is (57,28,224). Sum of RGB (Red+Green+Blue) = 57+28+224=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #391CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CE0 is #C6E31F. Grayscale: #3A3A3A. Windows color (decimal): -13034272 or 14687289. OLE color: 14687289.

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

Color convert

RGB 57 28 224 -
CMYK 0.75 0.88 0 0.12
HSL 248.88º 0.78% 0.49% -
HSV(B) 248.88º 0.88% 0.88% -
XYZ 15.56 7.08 71.07 -
YUV 59.02 221.11 126.56 -
System Red Green Blue C M Y K H S L
Decimal 57 28 224 0.75 0.88 0 0.12 248.88 0.78 0.49
Hex 39 1C E0 4B 58 0 C F9 4E 31
Octal 71 34 340 113 130 0 14 371 116 61
Binary 111001 11100 11100000 1001011 1011000 0 1100 11111001 1001110 110001

Color Harmonies of #391CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CE0

Black with #391CE0

Text Example


Text Example

White with #391CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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