Html Css Color HEX #372CFA Han Purple

📋 copy color: '#372CFA'

red 55 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #372CFA

Tints of Han Purple #372CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.61%

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 15.76%
G = 12.61%
B = 71.63%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#372CFA (or 0x372CFA) is known color: Han Purple. HEX triplet: 37, 2C and FA. RGB value is (55,44,250). Sum of RGB (Red+Green+Blue) = 55+44+250=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #372CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372CFA is #C8D305. Grayscale: #454545. Windows color (decimal): -13161222 or 16395319. OLE color: 16395319.

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

Color convert

RGB 55 44 250 -
CMYK 0.78 0.82 0 0.02
HSL 243.2º 0.95% 0.58% -
HSV(B) 243.2º 0.82% 0.98% -
XYZ 19.73 9.52 91.24 -
YUV 70.77 229.14 116.75 -
System Red Green Blue C M Y K H S L
Decimal 55 44 250 0.78 0.82 0 0.02 243.2 0.95 0.58
Hex 37 2C FA 4E 52 0 2 F3 5F 3A
Octal 67 54 372 116 122 0 2 363 137 72
Binary 110111 101100 11111010 1001110 1010010 0 10 11110011 1011111 111010

Color Harmonies of #372CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CFA

Black with #372CFA

Text Example


Text Example

White with #372CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,250); }

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

background-color css

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

 a { background-color: rgb(55,44,250); }

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

border-color css

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

 span { border-color: rgb(55,44,250); }

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