Html Css Color HEX #372DFD Han Purple

📋 copy color: '#372DFD'

red 55 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #372DFD

Tints of Han Purple #372DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 15.58%
G = 12.75%
B = 71.67%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#372DFD (or 0x372DFD) is known color: Han Purple. HEX triplet: 37, 2D and FD. RGB value is (55,45,253). Sum of RGB (Red+Green+Blue) = 55+45+253=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #372DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DFD is #C8D202. Grayscale: #464646. Windows color (decimal): -13160963 or 16592183. OLE color: 16592183.

HSL color Cylindrical-coordinate representation of color #372DFD: hue angle of 242.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372DFD is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 45 253 -
CMYK 0.78 0.82 0 0.01
HSL 242.88º 0.98% 0.58% -
HSV(B) 242.88º 0.82% 0.99% -
XYZ 20.24 9.78 93.75 -
YUV 71.7 230.31 116.09 -
System Red Green Blue C M Y K H S L
Decimal 55 45 253 0.78 0.82 0 0.01 242.88 0.98 0.58
Hex 37 2D FD 4E 52 0 1 F3 62 3A
Octal 67 55 375 116 122 0 1 363 142 72
Binary 110111 101101 11111101 1001110 1010010 0 1 11110011 1100010 111010

Color Harmonies of #372DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DFD

Black with #372DFD

Text Example


Text Example

White with #372DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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