Html Css Color HEX #371CDB Han Purple

📋 copy color: '#371CDB'

red 55 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #371CDB

Tints of Han Purple #371CDB

RGB

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

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

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

R = 18.21%
G = 9.27%
B = 72.52%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#371CDB (or 0x371CDB) is known color: Han Purple. HEX triplet: 37, 1C and DB. RGB value is (55,28,219). Sum of RGB (Red+Green+Blue) = 55+28+219=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #371CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CDB is #C8E324. Grayscale: #393939. Windows color (decimal): -13165349 or 14359607. OLE color: 14359607.

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

Color convert

RGB 55 28 219 -
CMYK 0.75 0.87 0 0.14
HSL 248.48º 0.77% 0.48% -
HSV(B) 248.48º 0.87% 0.86% -
XYZ 14.78 6.76 67.54 -
YUV 57.85 218.95 125.97 -
System Red Green Blue C M Y K H S L
Decimal 55 28 219 0.75 0.87 0 0.14 248.48 0.77 0.48
Hex 37 1C DB 4B 57 0 E F8 4D 30
Octal 67 34 333 113 127 0 16 370 115 60
Binary 110111 11100 11011011 1001011 1010111 0 1110 11111000 1001101 110000

Color Harmonies of #371CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CDB

Black with #371CDB

Text Example


Text Example

White with #371CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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