#34214F

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

Shades of Violent Violet #34214F

Tints of Violent Violet #34214F

Color information

#34214F (or 0x34214F) is unknown color: approx Violent Violet. HEX triplet: 34, 21 and 4F. RGB value is (52,33,79). Sum of RGB (Red+Green+Blue) = 52+33+79=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #34214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34214F is #CBDEB0. Grayscale: #2B2B2B. Windows color (decimal): -13360817 or 5185844. OLE color: 5185844.

HSL color Cylindrical-coordinate representation of color #34214F: hue angle of 264.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34214F is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB523379-
CMYK0.340.5800.69
HSL264.78º41.07%21.96%-
HSV(B)264.78º58.23%30.98%-
XYZ3.372.387.68-
YUV43.92147.79133.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=31.71%
G=20.12%
B=48.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5233790.340.5800.69264.7841.0721.96
Hex34214F223A0451092916
Octal6441117427201054115126
Binary11010010000110011111000101110100100010110000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34214F; }

 p { color: rgb(52,33,79); }

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

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

 a { background-color: rgb(52,33,79); }

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

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

 span { border-color: rgb(52,33,79); }

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