#2F174F

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

Shades of Violent Violet #2F174F

Tints of Violent Violet #2F174F

Color information

#2F174F (or 0x2F174F) is unknown color: approx Violent Violet. HEX triplet: 2F, 17 and 4F. RGB value is (47,23,79). Sum of RGB (Red+Green+Blue) = 47+23+79=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F174F is #D0E8B0. Grayscale: #242424. Windows color (decimal): -13691057 or 5183279. OLE color: 5183279.

HSL color Cylindrical-coordinate representation of color #2F174F: hue angle of 265.71º 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 #2F174F is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB472379-
CMYK0.410.7100.69
HSL265.71º54.9%20%-
HSV(B)265.71º70.89%30.98%-
XYZ2.891.787.59-
YUV36.56151.95135.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=31.54%
G=15.44%
B=53.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4723790.410.7100.69265.7154.920
Hex2F174F294704510a3714
Octal57271175110701054126724
Binary10111110111100111110100110001110100010110000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F174F; }

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

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

<style>
 a { background-color: #2F174F; }

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

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

<style>
 span { border-color: #2F174F; }

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

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