Html Css Color HEX #372EEA Han Purple

📋 copy color: '#372EEA'

red 55 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #372EEA

Tints of Han Purple #372EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 16.42%
G = 13.73%
B = 69.85%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#372EEA (or 0x372EEA) is known color: Han Purple. HEX triplet: 37, 2E and EA. RGB value is (55,46,234). Sum of RGB (Red+Green+Blue) = 55+46+234=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #372EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372EEA is #C8D115. Grayscale: #454545. Windows color (decimal): -13160726 or 15347255. OLE color: 15347255.

HSL color Cylindrical-coordinate representation of color #372EEA: hue angle of 242.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372EEA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 46 234 -
CMYK 0.76 0.80 0 0.08
HSL 242.87º 0.82% 0.55% -
HSV(B) 242.87º 0.8% 0.92% -
XYZ 17.4 8.71 78.61 -
YUV 70.12 220.48 117.21 -
System Red Green Blue C M Y K H S L
Decimal 55 46 234 0.76 0.80 0 0.08 242.87 0.82 0.55
Hex 37 2E EA 4C 50 0 8 F3 52 37
Octal 67 56 352 114 120 0 10 363 122 67
Binary 110111 101110 11101010 1001100 1010000 0 1000 11110011 1010010 110111

Color Harmonies of #372EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EEA

Black with #372EEA

Text Example


Text Example

White with #372EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,234); }

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

background-color css

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

 a { background-color: rgb(55,46,234); }

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

border-color css

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

 span { border-color: rgb(55,46,234); }

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