Html Css Color HEX #372DF7 Han Purple

📋 copy color: '#372DF7'

red 55 ◦ green 45 ◦ blue 247

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

Shades of Han Purple #372DF7

Tints of Han Purple #372DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 71.18%

R = 15.85%
G = 12.97%
B = 71.18%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#372DF7 (or 0x372DF7) is known color: Han Purple. HEX triplet: 37, 2D and F7. RGB value is (55,45,247). Sum of RGB (Red+Green+Blue) = 55+45+247=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #372DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DF7 is #C8D208. Grayscale: #464646. Windows color (decimal): -13160969 or 16198967. OLE color: 16198967.

HSL color Cylindrical-coordinate representation of color #372DF7: hue angle of 242.97º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372DF7 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 45 247 -
CMYK 0.78 0.82 0 0.03
HSL 242.97º 0.93% 0.57% -
HSV(B) 242.97º 0.82% 0.97% -
XYZ 19.3 9.4 88.79 -
YUV 71.02 227.31 116.57 -
System Red Green Blue C M Y K H S L
Decimal 55 45 247 0.78 0.82 0 0.03 242.97 0.93 0.57
Hex 37 2D F7 4E 52 0 3 F3 5D 39
Octal 67 55 367 116 122 0 3 363 135 71
Binary 110111 101101 11110111 1001110 1010010 0 11 11110011 1011101 111001

Color Harmonies of #372DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DF7

Black with #372DF7

Text Example


Text Example

White with #372DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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