Html Css Color HEX #372DDD Han Purple

📋 copy color: '#372DDD'

red 55 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #372DDD

Tints of Han Purple #372DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

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

R = 17.13%
G = 14.02%
B = 68.85%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372DDD (or 0x372DDD) is known color: Han Purple. HEX triplet: 37, 2D and DD. RGB value is (55,45,221). Sum of RGB (Red+Green+Blue) = 55+45+221=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #372DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DDD is #C8D222. Grayscale: #434343. Windows color (decimal): -13160995 or 14495031. OLE color: 14495031.

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

Color convert

RGB 55 45 221 -
CMYK 0.75 0.80 0 0.13
HSL 243.41º 0.72% 0.52% -
HSV(B) 243.41º 0.8% 0.87% -
XYZ 15.57 7.91 69.11 -
YUV 68.05 214.31 118.69 -
System Red Green Blue C M Y K H S L
Decimal 55 45 221 0.75 0.80 0 0.13 243.41 0.72 0.52
Hex 37 2D DD 4B 50 0 D F3 48 34
Octal 67 55 335 113 120 0 15 363 110 64
Binary 110111 101101 11011101 1001011 1010000 0 1101 11110011 1001000 110100

Color Harmonies of #372DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DDD

Black with #372DDD

Text Example


Text Example

White with #372DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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