#2F224A

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

Shades of Violent Violet #2F224A

Tints of Violent Violet #2F224A

Color information

#2F224A (or 0x2F224A) is unknown color: approx Violent Violet. HEX triplet: 2F, 22 and 4A. RGB value is (47,34,74). Sum of RGB (Red+Green+Blue) = 47+34+74=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F224A is #D0DDB5. Grayscale: #2A2A2A. Windows color (decimal): -13688246 or 4858415. OLE color: 4858415.

HSL color Cylindrical-coordinate representation of color #2F224A: hue angle of 259.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F224A is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB473474-
CMYK0.360.5400.71
HSL259.5º37.04%21.18%-
HSV(B)259.5º54.05%29.02%-
XYZ2.982.246.75-
YUV42.45145.81131.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=30.32%
G=21.94%
B=47.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4734740.360.5400.71259.537.0421.18
Hex2F224A24360471042515
Octal5742112446601074044525
Binary10111110001010010101001001101100100011110000010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,74); }

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

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

 a { background-color: rgb(47,34,74); }

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

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

 span { border-color: rgb(47,34,74); }

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