Html Css Color HEX #372BEF Han Purple

📋 copy color: '#372BEF'

red 55 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #372BEF

Tints of Han Purple #372BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 16.32%
G = 12.76%
B = 70.92%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#372BEF (or 0x372BEF) is known color: Han Purple. HEX triplet: 37, 2B and EF. RGB value is (55,43,239). Sum of RGB (Red+Green+Blue) = 55+43+239=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #372BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372BEF is #C8D410. Grayscale: #444444. Windows color (decimal): -13161489 or 15674167. OLE color: 15674167.

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

Color convert

RGB 55 43 239 -
CMYK 0.77 0.82 0 0.06
HSL 243.67º 0.86% 0.55% -
HSV(B) 243.67º 0.82% 0.94% -
XYZ 18.02 8.77 82.4 -
YUV 68.93 223.98 118.06 -
System Red Green Blue C M Y K H S L
Decimal 55 43 239 0.77 0.82 0 0.06 243.67 0.86 0.55
Hex 37 2B EF 4D 52 0 6 F4 56 37
Octal 67 53 357 115 122 0 6 364 126 67
Binary 110111 101011 11101111 1001101 1010010 0 110 11110100 1010110 110111

Color Harmonies of #372BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BEF

Black with #372BEF

Text Example


Text Example

White with #372BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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