Html Css Color HEX #372EDE Han Purple

📋 copy color: '#372EDE'

red 55 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #372EDE

Tints of Han Purple #372EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 17.03%
G = 14.24%
B = 68.73%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372EDE (or 0x372EDE) is known color: Han Purple. HEX triplet: 37, 2E and DE. RGB value is (55,46,222). Sum of RGB (Red+Green+Blue) = 55+46+222=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #372EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EDE is #C8D121. Grayscale: #444444. Windows color (decimal): -13160738 or 14560823. OLE color: 14560823.

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

Color convert

RGB 55 46 222 -
CMYK 0.75 0.79 0 0.13
HSL 243.07º 0.73% 0.53% -
HSV(B) 243.07º 0.79% 0.87% -
XYZ 15.74 8.04 69.83 -
YUV 68.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 55 46 222 0.75 0.79 0 0.13 243.07 0.73 0.53
Hex 37 2E DE 4B 4F 0 D F3 49 35
Octal 67 56 336 113 117 0 15 363 111 65
Binary 110111 101110 11011110 1001011 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #372EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EDE

Black with #372EDE

Text Example


Text Example

White with #372EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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