Html Css Color HEX #372BE0 Han Purple

📋 copy color: '#372BE0'

red 55 ◦ green 43 ◦ blue 224

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

Shades of Han Purple #372BE0

Tints of Han Purple #372BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 17.08%
G = 13.35%
B = 69.57%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#372BE0 (or 0x372BE0) is known color: Han Purple. HEX triplet: 37, 2B and E0. RGB value is (55,43,224). Sum of RGB (Red+Green+Blue) = 55+43+224=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #372BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BE0 is #C8D41F. Grayscale: #424242. Windows color (decimal): -13161504 or 14691127. OLE color: 14691127.

HSL color Cylindrical-coordinate representation of color #372BE0: hue angle of 243.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372BE0 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 43 224 -
CMYK 0.75 0.81 0 0.12
HSL 243.98º 0.74% 0.52% -
HSV(B) 243.98º 0.81% 0.88% -
XYZ 15.89 7.92 71.21 -
YUV 67.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 55 43 224 0.75 0.81 0 0.12 243.98 0.74 0.52
Hex 37 2B E0 4B 51 0 C F4 4A 34
Octal 67 53 340 113 121 0 14 364 112 64
Binary 110111 101011 11100000 1001011 1010001 0 1100 11110100 1001010 110100

Color Harmonies of #372BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BE0

Black with #372BE0

Text Example


Text Example

White with #372BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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