Html Css Color HEX #372AFF Han Purple

📋 copy color: '#372AFF'

red 55 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #372AFF

Tints of Han Purple #372AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 15.63%
G = 11.93%
B = 72.44%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#372AFF (or 0x372AFF) is known color: Han Purple. HEX triplet: 37, 2A and FF. RGB value is (55,42,255). Sum of RGB (Red+Green+Blue) = 55+42+255=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #372AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372AFF is #C8D500. Grayscale: #454545. Windows color (decimal): -13161729 or 16722487. OLE color: 16722487.

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

Color convert

RGB 55 42 255 -
CMYK 0.78 0.84 0 0
HSL 243.66º 1% 0.58% -
HSV(B) 243.66º 0.84% 1% -
XYZ 20.45 9.69 95.4 -
YUV 70.17 232.31 117.18 -
System Red Green Blue C M Y K H S L
Decimal 55 42 255 0.78 0.84 0 0 243.66 1 0.58
Hex 37 2A FF 4E 54 0 0 F4 64 3A
Octal 67 52 377 116 124 0 0 364 144 72
Binary 110111 101010 11111111 1001110 1010100 0 0 11110100 1100100 111010

Color Harmonies of #372AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372AFF

Black with #372AFF

Text Example


Text Example

White with #372AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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