Html Css Color HEX #372CE5 Han Purple

📋 copy color: '#372CE5'

red 55 ◦ green 44 ◦ blue 229

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

Shades of Han Purple #372CE5

Tints of Han Purple #372CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.82%

R = 16.77%
G = 13.41%
B = 69.82%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#372CE5 (or 0x372CE5) is known color: Han Purple. HEX triplet: 37, 2C and E5. RGB value is (55,44,229). Sum of RGB (Red+Green+Blue) = 55+44+229=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #372CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CE5 is #C8D31A. Grayscale: #434343. Windows color (decimal): -13161243 or 15019063. OLE color: 15019063.

HSL color Cylindrical-coordinate representation of color #372CE5: hue angle of 243.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372CE5 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 55 44 229 -
CMYK 0.76 0.81 0 0.10
HSL 243.57º 0.78% 0.54% -
HSV(B) 243.57º 0.81% 0.9% -
XYZ 16.62 8.27 74.85 -
YUV 68.38 218.64 118.46 -
System Red Green Blue C M Y K H S L
Decimal 55 44 229 0.76 0.81 0 0.10 243.57 0.78 0.54
Hex 37 2C E5 4C 51 0 A F4 4E 36
Octal 67 54 345 114 121 0 12 364 116 66
Binary 110111 101100 11100101 1001100 1010001 0 1010 11110100 1001110 110110

Color Harmonies of #372CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CE5

Black with #372CE5

Text Example


Text Example

White with #372CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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