Html Css Color HEX #372DDF Han Purple

📋 copy color: '#372DDF'

red 55 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #372DDF

Tints of Han Purple #372DDF

RGB

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

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

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

R = 17.03%
G = 13.93%
B = 69.04%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372DDF (or 0x372DDF) is known color: Han Purple. HEX triplet: 37, 2D and DF. RGB value is (55,45,223). Sum of RGB (Red+Green+Blue) = 55+45+223=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #372DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DDF is #C8D220. Grayscale: #434343. Windows color (decimal): -13160993 or 14626103. OLE color: 14626103.

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

Color convert

RGB 55 45 223 -
CMYK 0.75 0.80 0 0.13
HSL 243.37º 0.74% 0.53% -
HSV(B) 243.37º 0.8% 0.87% -
XYZ 15.83 8.02 70.52 -
YUV 68.28 215.31 118.53 -
System Red Green Blue C M Y K H S L
Decimal 55 45 223 0.75 0.80 0 0.13 243.37 0.74 0.53
Hex 37 2D DF 4B 50 0 D F3 4A 35
Octal 67 55 337 113 120 0 15 363 112 65
Binary 110111 101101 11011111 1001011 1010000 0 1101 11110011 1001010 110101

Color Harmonies of #372DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DDF

Black with #372DDF

Text Example


Text Example

White with #372DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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