Html Css Color HEX #371BDB Han Purple

📋 copy color: '#371BDB'

red 55 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #371BDB

Tints of Han Purple #371BDB

RGB

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

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

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

R = 18.27%
G = 8.97%
B = 72.76%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#371BDB (or 0x371BDB) is known color: Han Purple. HEX triplet: 37, 1B and DB. RGB value is (55,27,219). Sum of RGB (Red+Green+Blue) = 55+27+219=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #371BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BDB is #C8E424. Grayscale: #383838. Windows color (decimal): -13165605 or 14359351. OLE color: 14359351.

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

Color convert

RGB 55 27 219 -
CMYK 0.75 0.88 0 0.14
HSL 248.75º 0.78% 0.48% -
HSV(B) 248.75º 0.88% 0.86% -
XYZ 14.75 6.71 67.54 -
YUV 57.26 219.28 126.39 -
System Red Green Blue C M Y K H S L
Decimal 55 27 219 0.75 0.88 0 0.14 248.75 0.78 0.48
Hex 37 1B DB 4B 58 0 E F9 4E 30
Octal 67 33 333 113 130 0 16 371 116 60
Binary 110111 11011 11011011 1001011 1011000 0 1110 11111001 1001110 110000

Color Harmonies of #371BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BDB

Black with #371BDB

Text Example


Text Example

White with #371BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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