#372351

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

Shades of Violent Violet #372351

Tints of Violent Violet #372351

Color information

#372351 (or 0x372351) is unknown color: approx Violent Violet. HEX triplet: 37, 23 and 51. RGB value is (55,35,81). Sum of RGB (Red+Green+Blue) = 55+35+81=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #372351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372351 is #C8DCAE. Grayscale: #2E2E2E. Windows color (decimal): -13163695 or 5317431. OLE color: 5317431.

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

Color convert

RGB553581-
CMYK0.320.5700.68
HSL266.09º39.66%22.75%-
HSV(B)266.09º56.79%31.76%-
XYZ3.662.618.1-
YUV46.22147.63134.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=32.16%
G=20.47%
B=47.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5535810.320.5700.68266.0939.6622.75
Hex372351203904410a2817
Octal6743121407101044125027
Binary11011110001110100011000001110010100010010000101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372351; }

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

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

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

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

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

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

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

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