#372DEF

Color #372DEF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #372DEF

Tints of Han Purple #372DEF

Color information

#372DEF (or 0x372DEF) is unknown color: approx Han Purple. HEX triplet: 37, 2D and EF. RGB value is (55,45,239). Sum of RGB (Red+Green+Blue) = 55+45+239=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #372DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DEF is #C8D210. Grayscale: #454545. Windows color (decimal): -13160977 or 15674679. OLE color: 15674679.

HSL color Cylindrical-coordinate representation of color #372DEF: hue angle of 243.09º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372DEF is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5545239-
CMYK0.770.8100.06
HSL243.09º85.84%55.69%-
HSV(B)243.09º81.17%93.73%-
XYZ18.098.9282.43-
YUV70.11223.31117.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 239 (93.75% from 255) = 70.50%
R=16.22%
G=13.27%
B=70.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal55452390.770.8100.06243.0985.8455.69
Hex372DEF4D5106f35638
Octal67553571151210636312670
Binary11011110110111101111100110110100010110111100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,45,239); }

 H1.HeaderClassName
 {
   color: #372DEF;
 }
 .AnyTagClassName
 {
   color: #372DEF;
 }
</style>
background-color css

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

 a { background-color: rgb(55,45,239); }

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

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

 span { border-color: rgb(55,45,239); }

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