Html Css Color HEX #371EDB Han Purple

📋 copy color: '#371EDB'

red 55 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #371EDB

Tints of Han Purple #371EDB

RGB

 RED value IS 55 (21.88% from 255) = 18.09%

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

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 18.09%
G = 9.87%
B = 72.04%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#371EDB (or 0x371EDB) is known color: Han Purple. HEX triplet: 37, 1E and DB. RGB value is (55,30,219). Sum of RGB (Red+Green+Blue) = 55+30+219=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #371EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EDB is #C8E124. Grayscale: #3A3A3A. Windows color (decimal): -13164837 or 14360119. OLE color: 14360119.

HSL color Cylindrical-coordinate representation of color #371EDB: hue angle of 247.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371EDB is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 30 219 -
CMYK 0.75 0.86 0 0.14
HSL 247.94º 0.76% 0.49% -
HSV(B) 247.94º 0.86% 0.86% -
XYZ 14.83 6.86 67.56 -
YUV 59.02 218.28 125.13 -
System Red Green Blue C M Y K H S L
Decimal 55 30 219 0.75 0.86 0 0.14 247.94 0.76 0.49
Hex 37 1E DB 4B 56 0 E F8 4C 31
Octal 67 36 333 113 126 0 16 370 114 61
Binary 110111 11110 11011011 1001011 1010110 0 1110 11111000 1001100 110001

Color Harmonies of #371EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EDB

Black with #371EDB

Text Example


Text Example

White with #371EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371EDB; }

 p { color: rgb(55,30,219); }

 H1.HeaderClassName
 {
   color: #371EDB;
 }
 .AnyTagClassName
 {
   color: #371EDB;
 }
</style>

background-color css

<style>
 a { background-color: #371EDB; }

 a { background-color: rgb(55,30,219); }

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

border-color css

<style>
 span { border-color: #371EDB; }

 span { border-color: rgb(55,30,219); }

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