Html Css Color HEX #372BFB Han Purple

📋 copy color: '#372BFB'

red 55 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #372BFB

Tints of Han Purple #372BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 15.76%
G = 12.32%
B = 71.92%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#372BFB (or 0x372BFB) is known color: Han Purple. HEX triplet: 37, 2B and FB. RGB value is (55,43,251). Sum of RGB (Red+Green+Blue) = 55+43+251=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #372BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372BFB is #C8D404. Grayscale: #454545. Windows color (decimal): -13161477 or 16460599. OLE color: 16460599.

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

Color convert

RGB 55 43 251 -
CMYK 0.78 0.83 0 0.02
HSL 243.46º 0.96% 0.58% -
HSV(B) 243.46º 0.83% 0.98% -
XYZ 19.85 9.51 92.06 -
YUV 70.3 229.98 117.09 -
System Red Green Blue C M Y K H S L
Decimal 55 43 251 0.78 0.83 0 0.02 243.46 0.96 0.58
Hex 37 2B FB 4E 53 0 2 F3 60 3A
Octal 67 53 373 116 123 0 2 363 140 72
Binary 110111 101011 11111011 1001110 1010011 0 10 11110011 1100000 111010

Color Harmonies of #372BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BFB

Black with #372BFB

Text Example


Text Example

White with #372BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,251); }

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

background-color css

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

 a { background-color: rgb(55,43,251); }

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

border-color css

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

 span { border-color: rgb(55,43,251); }

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