Html Css Color HEX #372BFE Han Purple

📋 copy color: '#372BFE'

red 55 ◦ green 43 ◦ blue 254

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

Shades of Han Purple #372BFE

Tints of Han Purple #372BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.16%

R = 15.63%
G = 12.22%
B = 72.16%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#372BFE (or 0x372BFE) is known color: Han Purple. HEX triplet: 37, 2B and FE. RGB value is (55,43,254). Sum of RGB (Red+Green+Blue) = 55+43+254=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #372BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372BFE is #C8D401. Grayscale: #454545. Windows color (decimal): -13161474 or 16657207. OLE color: 16657207.

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

Color convert

RGB 55 43 254 -
CMYK 0.78 0.83 0 0.00
HSL 243.41º 0.99% 0.58% -
HSV(B) 243.41º 0.83% 1% -
XYZ 20.33 9.7 94.57 -
YUV 70.64 231.48 116.84 -
System Red Green Blue C M Y K H S L
Decimal 55 43 254 0.78 0.83 0 0.00 243.41 0.99 0.58
Hex 37 2B FE 4E 53 0 0 F3 63 3A
Octal 67 53 376 116 123 0 0 363 143 72
Binary 110111 101011 11111110 1001110 1010011 0 0 11110011 1100011 111010

Color Harmonies of #372BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BFE

Black with #372BFE

Text Example


Text Example

White with #372BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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