#34214B

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

Shades of Violent Violet #34214B

Tints of Violent Violet #34214B

Color information

#34214B (or 0x34214B) is unknown color: approx Violent Violet. HEX triplet: 34, 21 and 4B. RGB value is (52,33,75). Sum of RGB (Red+Green+Blue) = 52+33+75=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #34214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34214B is #CBDEB4. Grayscale: #2B2B2B. Windows color (decimal): -13360821 or 4923700. OLE color: 4923700.

HSL color Cylindrical-coordinate representation of color #34214B: hue angle of 267.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34214B is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB523375-
CMYK0.310.5600.71
HSL267.14º38.89%21.18%-
HSV(B)267.14º56%29.41%-
XYZ3.232.336.94-
YUV43.47145.79134.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=32.5%
G=20.62%
B=46.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5233750.310.5600.71267.1438.8921.18
Hex34214B1F3804710b2715
Octal6441113377001074134725
Binary1101001000011001011111111110000100011110000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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