Html Css Color HEX #372EEB Han Purple

📋 copy color: '#372EEB'

red 55 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #372EEB

Tints of Han Purple #372EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 16.37%
G = 13.69%
B = 69.94%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#372EEB (or 0x372EEB) is known color: Han Purple. HEX triplet: 37, 2E and EB. RGB value is (55,46,235). Sum of RGB (Red+Green+Blue) = 55+46+235=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #372EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EEB is #C8D114. Grayscale: #454545. Windows color (decimal): -13160725 or 15412791. OLE color: 15412791.

HSL color Cylindrical-coordinate representation of color #372EEB: hue angle of 242.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372EEB is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 46 235 -
CMYK 0.77 0.80 0 0.08
HSL 242.86º 0.83% 0.55% -
HSV(B) 242.86º 0.8% 0.92% -
XYZ 17.55 8.76 79.36 -
YUV 70.24 220.98 117.13 -
System Red Green Blue C M Y K H S L
Decimal 55 46 235 0.77 0.80 0 0.08 242.86 0.83 0.55
Hex 37 2E EB 4D 50 0 8 F3 53 37
Octal 67 56 353 115 120 0 10 363 123 67
Binary 110111 101110 11101011 1001101 1010000 0 1000 11110011 1010011 110111

Color Harmonies of #372EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EEB

Black with #372EEB

Text Example


Text Example

White with #372EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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