Html Css Color HEX #372EDD Han Purple

📋 copy color: '#372EDD'

red 55 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #372EDD

Tints of Han Purple #372EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 17.08%
G = 14.29%
B = 68.63%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372EDD (or 0x372EDD) is known color: Han Purple. HEX triplet: 37, 2E and DD. RGB value is (55,46,221). Sum of RGB (Red+Green+Blue) = 55+46+221=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #372EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372EDD is #C8D122. Grayscale: #434343. Windows color (decimal): -13160739 or 14495287. OLE color: 14495287.

HSL color Cylindrical-coordinate representation of color #372EDD: hue angle of 243.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372EDD is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 46 221 -
CMYK 0.75 0.79 0 0.13
HSL 243.09º 0.72% 0.52% -
HSV(B) 243.09º 0.79% 0.87% -
XYZ 15.6 7.99 69.13 -
YUV 68.64 213.98 118.27 -
System Red Green Blue C M Y K H S L
Decimal 55 46 221 0.75 0.79 0 0.13 243.09 0.72 0.52
Hex 37 2E DD 4B 4F 0 D F3 48 34
Octal 67 56 335 113 117 0 15 363 110 64
Binary 110111 101110 11011101 1001011 1001111 0 1101 11110011 1001000 110100

Color Harmonies of #372EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372EDD

Black with #372EDD

Text Example


Text Example

White with #372EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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