#321B4F

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

Shades of Violent Violet #321B4F

Tints of Violent Violet #321B4F

Color information

#321B4F (or 0x321B4F) is unknown color: approx Violent Violet. HEX triplet: 32, 1B and 4F. RGB value is (50,27,79). Sum of RGB (Red+Green+Blue) = 50+27+79=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #321B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B4F is #CDE4B0. Grayscale: #272727. Windows color (decimal): -13493425 or 5184306. OLE color: 5184306.

HSL color Cylindrical-coordinate representation of color #321B4F: hue angle of 266.54º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321B4F is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB502779-
CMYK0.370.6600.69
HSL266.54º49.06%20.78%-
HSV(B)266.54º65.82%30.98%-
XYZ3.122.037.62-
YUV39.8150.12135.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=32.05%
G=17.31%
B=50.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5027790.370.6600.69266.5449.0620.78
Hex321B4F254204510b3115
Octal62331174510201054136125
Binary11001011011100111110010110000100100010110000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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