#321B53

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

Shades of Violent Violet #321B53

Tints of Violent Violet #321B53

Color information

#321B53 (or 0x321B53) is unknown color: approx Violent Violet. HEX triplet: 32, 1B and 53. RGB value is (50,27,83). Sum of RGB (Red+Green+Blue) = 50+27+83=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #321B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B53 is #CDE4AC. Grayscale: #282828. Windows color (decimal): -13493421 or 5446450. OLE color: 5446450.

HSL color Cylindrical-coordinate representation of color #321B53: hue angle of 264.64º degrees, saturation: 0.51, 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 #321B53 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB502783-
CMYK0.400.6700.67
HSL264.64º50.91%21.57%-
HSV(B)264.64º67.47%32.55%-
XYZ3.272.098.41-
YUV40.26152.12134.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=31.25%
G=16.88%
B=51.88%

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
Decimal5027830.400.6700.67264.6450.9121.57
Hex321B5328430431093316
Octal62331235010301034116326
Binary11001011011101001110100010000110100001110000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,27,83); }

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

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

 a { background-color: rgb(50,27,83); }

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

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

 span { border-color: rgb(50,27,83); }

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