#372251

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

Shades of Violent Violet #372251

Tints of Violent Violet #372251

Color information

#372251 (or 0x372251) is unknown color: approx Violent Violet. HEX triplet: 37, 22 and 51. RGB value is (55,34,81). Sum of RGB (Red+Green+Blue) = 55+34+81=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #372251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372251 is #C8DDAE. Grayscale: #2D2D2D. Windows color (decimal): -13163951 or 5317175. OLE color: 5317175.

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

Color convert

RGB553481-
CMYK0.320.5800.68
HSL266.81º40.87%22.55%-
HSV(B)266.81º58.02%31.76%-
XYZ3.632.558.09-
YUV45.64147.96134.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=32.35%
G=20%
B=47.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5534810.320.5800.68266.8140.8722.55
Hex372251203A04410b2917
Octal6742121407201044135127
Binary11011110001010100011000001110100100010010000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372251; }

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

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

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

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

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

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

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

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