Html Css Color HEX #372CE0 Han Purple

📋 copy color: '#372CE0'

red 55 ◦ green 44 ◦ blue 224

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

Shades of Han Purple #372CE0

Tints of Han Purple #372CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

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

R = 17.03%
G = 13.62%
B = 69.35%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#372CE0 (or 0x372CE0) is known color: Han Purple. HEX triplet: 37, 2C and E0. RGB value is (55,44,224). Sum of RGB (Red+Green+Blue) = 55+44+224=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #372CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CE0 is #C8D31F. Grayscale: #434343. Windows color (decimal): -13161248 or 14691383. OLE color: 14691383.

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

Color convert

RGB 55 44 224 -
CMYK 0.75 0.80 0 0.12
HSL 243.67º 0.74% 0.53% -
HSV(B) 243.67º 0.8% 0.88% -
XYZ 15.93 8 71.22 -
YUV 67.81 216.14 118.86 -
System Red Green Blue C M Y K H S L
Decimal 55 44 224 0.75 0.80 0 0.12 243.67 0.74 0.53
Hex 37 2C E0 4B 50 0 C F4 4A 35
Octal 67 54 340 113 120 0 14 364 112 65
Binary 110111 101100 11100000 1001011 1010000 0 1100 11110100 1001010 110101

Color Harmonies of #372CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CE0

Black with #372CE0

Text Example


Text Example

White with #372CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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