Html Css Color HEX #371FDB Han Purple

📋 copy color: '#371FDB'

red 55 ◦ green 31 ◦ blue 219

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

Shades of Han Purple #371FDB

Tints of Han Purple #371FDB

RGB

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

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

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

R = 18.03%
G = 10.16%
B = 71.8%

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

#371FDB (or 0x371FDB) is known color: Han Purple. HEX triplet: 37, 1F and DB. RGB value is (55,31,219). Sum of RGB (Red+Green+Blue) = 55+31+219=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #371FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FDB is #C8E024. Grayscale: #3A3A3A. Windows color (decimal): -13164581 or 14360375. OLE color: 14360375.

HSL color Cylindrical-coordinate representation of color #371FDB: hue angle of 247.66º degrees, saturation: 0.75, 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 #371FDB is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 31 219 -
CMYK 0.75 0.86 0 0.14
HSL 247.66º 0.75% 0.49% -
HSV(B) 247.66º 0.86% 0.86% -
XYZ 14.85 6.91 67.57 -
YUV 59.61 217.95 124.71 -
System Red Green Blue C M Y K H S L
Decimal 55 31 219 0.75 0.86 0 0.14 247.66 0.75 0.49
Hex 37 1F DB 4B 56 0 E F8 4B 31
Octal 67 37 333 113 126 0 16 370 113 61
Binary 110111 11111 11011011 1001011 1010110 0 1110 11111000 1001011 110001

Color Harmonies of #371FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FDB

Black with #371FDB

Text Example


Text Example

White with #371FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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