#321C54

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

Shades of Violent Violet #321C54

Tints of Violent Violet #321C54

Color information

#321C54 (or 0x321C54) is unknown color: approx Violent Violet. HEX triplet: 32, 1C and 54. RGB value is (50,28,84). Sum of RGB (Red+Green+Blue) = 50+28+84=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #321C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C54 is #CDE3AB. Grayscale: #282828. Windows color (decimal): -13493164 or 5512242. OLE color: 5512242.

HSL color Cylindrical-coordinate representation of color #321C54: hue angle of 263.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321C54 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB502884-
CMYK0.400.6700.67
HSL263.57º50%21.96%-
HSV(B)263.57º66.67%32.94%-
XYZ3.332.158.63-
YUV40.96152.29134.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=30.86%
G=17.28%
B=51.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5028840.400.6700.67263.575021.96
Hex321C5428430431083216
Octal62341245010301034106226
Binary11001011100101010010100010000110100001110000100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C54; }

 p { color: rgb(50,28,84); }

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

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

 a { background-color: rgb(50,28,84); }

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

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

 span { border-color: rgb(50,28,84); }

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