Html Css Color HEX #372EDF Han Purple

📋 copy color: '#372EDF'

red 55 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #372EDF

Tints of Han Purple #372EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 16.98%
G = 14.2%
B = 68.83%

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

#372EDF (or 0x372EDF) is known color: Han Purple. HEX triplet: 37, 2E and DF. RGB value is (55,46,223). Sum of RGB (Red+Green+Blue) = 55+46+223=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #372EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EDF is #C8D120. Grayscale: #444444. Windows color (decimal): -13160737 or 14626359. OLE color: 14626359.

HSL color Cylindrical-coordinate representation of color #372EDF: hue angle of 243.05º 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 #372EDF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 46 223 -
CMYK 0.75 0.79 0 0.13
HSL 243.05º 0.73% 0.53% -
HSV(B) 243.05º 0.79% 0.87% -
XYZ 15.87 8.09 70.54 -
YUV 68.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 55 46 223 0.75 0.79 0 0.13 243.05 0.73 0.53
Hex 37 2E DF 4B 4F 0 D F3 49 35
Octal 67 56 337 113 117 0 15 363 111 65
Binary 110111 101110 11011111 1001011 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #372EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EDF

Black with #372EDF

Text Example


Text Example

White with #372EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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