Html Css Color HEX #372AF9 Han Purple

📋 copy color: '#372AF9'

red 55 ◦ green 42 ◦ blue 249

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

Shades of Han Purple #372AF9

Tints of Han Purple #372AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 249 (97.66% from 255) = 71.97%

R = 15.9%
G = 12.14%
B = 71.97%

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

#372AF9 (or 0x372AF9) is known color: Han Purple. HEX triplet: 37, 2A and F9. RGB value is (55,42,249). Sum of RGB (Red+Green+Blue) = 55+42+249=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #372AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372AF9 is #C8D506. Grayscale: #444444. Windows color (decimal): -13161735 or 16329271. OLE color: 16329271.

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

Color convert

RGB 55 42 249 -
CMYK 0.78 0.83 0 0.02
HSL 243.77º 0.95% 0.57% -
HSV(B) 243.77º 0.83% 0.98% -
XYZ 19.5 9.31 90.39 -
YUV 69.49 229.31 117.67 -
System Red Green Blue C M Y K H S L
Decimal 55 42 249 0.78 0.83 0 0.02 243.77 0.95 0.57
Hex 37 2A F9 4E 53 0 2 F4 5F 39
Octal 67 52 371 116 123 0 2 364 137 71
Binary 110111 101010 11111001 1001110 1010011 0 10 11110100 1011111 111001

Color Harmonies of #372AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372AF9

Black with #372AF9

Text Example


Text Example

White with #372AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,42,249); }

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

background-color css

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

 a { background-color: rgb(55,42,249); }

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

border-color css

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

 span { border-color: rgb(55,42,249); }

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