Html Css Color HEX #372AEC Han Purple

📋 copy color: '#372AEC'

red 55 ◦ green 42 ◦ blue 236

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

Shades of Han Purple #372AEC

Tints of Han Purple #372AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 16.52%
G = 12.61%
B = 70.87%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#372AEC (or 0x372AEC) is known color: Han Purple. HEX triplet: 37, 2A and EC. RGB value is (55,42,236). Sum of RGB (Red+Green+Blue) = 55+42+236=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #372AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372AEC is #C8D513. Grayscale: #434343. Windows color (decimal): -13161748 or 15477303. OLE color: 15477303.

HSL color Cylindrical-coordinate representation of color #372AEC: hue angle of 244.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372AEC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 42 236 -
CMYK 0.77 0.82 0 0.07
HSL 244.02º 0.84% 0.55% -
HSV(B) 244.02º 0.82% 0.93% -
XYZ 17.54 8.52 80.08 -
YUV 68 222.81 118.73 -
System Red Green Blue C M Y K H S L
Decimal 55 42 236 0.77 0.82 0 0.07 244.02 0.84 0.55
Hex 37 2A EC 4D 52 0 7 F4 54 37
Octal 67 52 354 115 122 0 7 364 124 67
Binary 110111 101010 11101100 1001101 1010010 0 111 11110100 1010100 110111

Color Harmonies of #372AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372AEC

Black with #372AEC

Text Example


Text Example

White with #372AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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