Html Css Color HEX #372ADD Han Purple

📋 copy color: '#372ADD'

red 55 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #372ADD

Tints of Han Purple #372ADD

RGB

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

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

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

R = 17.3%
G = 13.21%
B = 69.5%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372ADD (or 0x372ADD) is known color: Han Purple. HEX triplet: 37, 2A and DD. RGB value is (55,42,221). Sum of RGB (Red+Green+Blue) = 55+42+221=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #372ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ADD is #C8D522. Grayscale: #414141. Windows color (decimal): -13161763 or 14494263. OLE color: 14494263.

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

Color convert

RGB 55 42 221 -
CMYK 0.75 0.81 0 0.13
HSL 244.36º 0.72% 0.52% -
HSV(B) 244.36º 0.81% 0.87% -
XYZ 15.45 7.69 69.08 -
YUV 66.29 215.31 119.95 -
System Red Green Blue C M Y K H S L
Decimal 55 42 221 0.75 0.81 0 0.13 244.36 0.72 0.52
Hex 37 2A DD 4B 51 0 D F4 48 34
Octal 67 52 335 113 121 0 15 364 110 64
Binary 110111 101010 11011101 1001011 1010001 0 1101 11110100 1001000 110100

Color Harmonies of #372ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ADD

Black with #372ADD

Text Example


Text Example

White with #372ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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