Html Css Color HEX #372BDB Han Purple

📋 copy color: '#372BDB'

red 55 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #372BDB

Tints of Han Purple #372BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

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

R = 17.35%
G = 13.56%
B = 69.09%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#372BDB (or 0x372BDB) is known color: Han Purple. HEX triplet: 37, 2B and DB. RGB value is (55,43,219). Sum of RGB (Red+Green+Blue) = 55+43+219=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #372BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BDB is #C8D424. Grayscale: #414141. Windows color (decimal): -13161509 or 14363447. OLE color: 14363447.

HSL color Cylindrical-coordinate representation of color #372BDB: hue angle of 244.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372BDB is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 43 219 -
CMYK 0.75 0.80 0 0.14
HSL 244.09º 0.71% 0.51% -
HSV(B) 244.09º 0.8% 0.86% -
XYZ 15.23 7.65 67.69 -
YUV 66.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 55 43 219 0.75 0.80 0 0.14 244.09 0.71 0.51
Hex 37 2B DB 4B 50 0 E F4 47 33
Octal 67 53 333 113 120 0 16 364 107 63
Binary 110111 101011 11011011 1001011 1010000 0 1110 11110100 1000111 110011

Color Harmonies of #372BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BDB

Black with #372BDB

Text Example


Text Example

White with #372BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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