Html Css Color HEX #391BE0 Han Purple

📋 copy color: '#391BE0'

red 57 ◦ green 27 ◦ blue 224

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

Shades of Han Purple #391BE0

Tints of Han Purple #391BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

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

R = 18.51%
G = 8.77%
B = 72.73%

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

#391BE0 (or 0x391BE0) is known color: Han Purple. HEX triplet: 39, 1B and E0. RGB value is (57,27,224). Sum of RGB (Red+Green+Blue) = 57+27+224=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #391BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BE0 is #C6E41F. Grayscale: #393939. Windows color (decimal): -13034528 or 14687033. OLE color: 14687033.

HSL color Cylindrical-coordinate representation of color #391BE0: hue angle of 249.14º 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 #391BE0 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 27 224 -
CMYK 0.75 0.88 0 0.12
HSL 249.14º 0.78% 0.49% -
HSV(B) 249.14º 0.88% 0.88% -
XYZ 15.53 7.04 71.06 -
YUV 58.43 221.44 126.98 -
System Red Green Blue C M Y K H S L
Decimal 57 27 224 0.75 0.88 0 0.12 249.14 0.78 0.49
Hex 39 1B E0 4B 58 0 C F9 4E 31
Octal 71 33 340 113 130 0 14 371 116 61
Binary 111001 11011 11100000 1001011 1011000 0 1100 11111001 1001110 110001

Color Harmonies of #391BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391BE0

Black with #391BE0

Text Example


Text Example

White with #391BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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