#372151

Color #372151 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #372151

Tints of Violent Violet #372151

Color information

#372151 (or 0x372151) is unknown color: approx Violent Violet. HEX triplet: 37, 21 and 51. RGB value is (55,33,81). Sum of RGB (Red+Green+Blue) = 55+33+81=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #372151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372151 is #C8DEAE. Grayscale: #2C2C2C. Windows color (decimal): -13164207 or 5316919. OLE color: 5316919.

HSL color Cylindrical-coordinate representation of color #372151: hue angle of 267.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #372151 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB553381-
CMYK0.320.5900.68
HSL267.5º42.11%22.35%-
HSV(B)267.5º59.26%31.76%-
XYZ3.62.498.08-
YUV45.05148.29135.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=32.54%
G=19.53%
B=47.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5533810.320.5900.68267.542.1122.35
Hex372151203B04410c2a16
Octal6741121407301044145226
Binary11011110000110100011000001110110100010010000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372151; }

 p { color: rgb(55,33,81); }

 H1.HeaderClassName
 {
   color: #372151;
 }
 .AnyTagClassName
 {
   color: #372151;
 }
</style>
background-color css

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

 a { background-color: rgb(55,33,81); }

 div.DivClassName
 {
   background-color: #372151;
 }
 .BgClassName
 {
   background-color: #372151;
 }
</style>
border-color css

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

 span { border-color: rgb(55,33,81); }

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