Html Css Color HEX #372EE0 Han Purple

📋 copy color: '#372EE0'

red 55 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #372EE0

Tints of Han Purple #372EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

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

R = 16.92%
G = 14.15%
B = 68.92%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#372EE0 (or 0x372EE0) is known color: Han Purple. HEX triplet: 37, 2E and E0. RGB value is (55,46,224). Sum of RGB (Red+Green+Blue) = 55+46+224=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #372EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EE0 is #C8D11F. Grayscale: #444444. Windows color (decimal): -13160736 or 14691895. OLE color: 14691895.

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

Color convert

RGB 55 46 224 -
CMYK 0.75 0.79 0 0.12
HSL 243.03º 0.74% 0.53% -
HSV(B) 243.03º 0.79% 0.88% -
XYZ 16.01 8.15 71.25 -
YUV 68.98 215.48 118.03 -
System Red Green Blue C M Y K H S L
Decimal 55 46 224 0.75 0.79 0 0.12 243.03 0.74 0.53
Hex 37 2E E0 4B 4F 0 C F3 4A 35
Octal 67 56 340 113 117 0 14 363 112 65
Binary 110111 101110 11100000 1001011 1001111 0 1100 11110011 1001010 110101

Color Harmonies of #372EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EE0

Black with #372EE0

Text Example


Text Example

White with #372EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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