Html Css Color HEX #372DEE Han Purple

📋 copy color: '#372DEE'

red 55 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #372DEE

Tints of Han Purple #372DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 16.27%
G = 13.31%
B = 70.41%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#372DEE (or 0x372DEE) is known color: Han Purple. HEX triplet: 37, 2D and EE. RGB value is (55,45,238). Sum of RGB (Red+Green+Blue) = 55+45+238=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #372DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DEE is #C8D211. Grayscale: #454545. Windows color (decimal): -13160978 or 15609143. OLE color: 15609143.

HSL color Cylindrical-coordinate representation of color #372DEE: hue angle of 243.11º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372DEE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 45 238 -
CMYK 0.77 0.81 0 0.07
HSL 243.11º 0.85% 0.55% -
HSV(B) 243.11º 0.81% 0.93% -
XYZ 17.95 8.86 81.65 -
YUV 69.99 222.81 117.31 -
System Red Green Blue C M Y K H S L
Decimal 55 45 238 0.77 0.81 0 0.07 243.11 0.85 0.55
Hex 37 2D EE 4D 51 0 7 F3 55 37
Octal 67 55 356 115 121 0 7 363 125 67
Binary 110111 101101 11101110 1001101 1010001 0 111 11110011 1010101 110111

Color Harmonies of #372DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DEE

Black with #372DEE

Text Example


Text Example

White with #372DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,238); }

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

background-color css

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

 a { background-color: rgb(55,45,238); }

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

border-color css

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

 span { border-color: rgb(55,45,238); }

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