#34174F

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

Shades of Violent Violet #34174F

Tints of Violent Violet #34174F

Color information

#34174F (or 0x34174F) is unknown color: approx Violent Violet. HEX triplet: 34, 17 and 4F. RGB value is (52,23,79). Sum of RGB (Red+Green+Blue) = 52+23+79=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #34174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34174F is #CBE8B0. Grayscale: #252525. Windows color (decimal): -13363377 or 5183284. OLE color: 5183284.

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

Color convert

RGB522379-
CMYK0.340.7100.69
HSL271.07º54.9%20%-
HSV(B)271.07º70.89%30.98%-
XYZ3.131.917.6-
YUV38.06151.11137.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=33.77%
G=14.94%
B=51.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5223790.340.7100.69271.0754.920
Hex34174F224704510f3714
Octal64271174210701054176724
Binary11010010111100111110001010001110100010110000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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