#2F234F

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

Shades of Violent Violet #2F234F

Tints of Violent Violet #2F234F

Color information

#2F234F (or 0x2F234F) is unknown color: approx Violent Violet. HEX triplet: 2F, 23 and 4F. RGB value is (47,35,79). Sum of RGB (Red+Green+Blue) = 47+35+79=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F234F is #D0DCB0. Grayscale: #2B2B2B. Windows color (decimal): -13687985 or 5186351. OLE color: 5186351.

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

Color convert

RGB473579-
CMYK0.410.5600.69
HSL256.36º38.6%22.35%-
HSV(B)256.36º55.7%30.98%-
XYZ3.182.377.69-
YUV43.6147.98130.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=29.19%
G=21.74%
B=49.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4735790.410.5600.69256.3638.622.35
Hex2F234F29380451002716
Octal5743117517001054004726
Binary10111110001110011111010011110000100010110000000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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