#2F2247

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

Shades of Violent Violet #2F2247

Tints of Violent Violet #2F2247

Color information

#2F2247 (or 0x2F2247) is unknown color: approx Violent Violet. HEX triplet: 2F, 22 and 47. RGB value is (47,34,71). Sum of RGB (Red+Green+Blue) = 47+34+71=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2247 is #D0DDB8. Grayscale: #292929. Windows color (decimal): -13688249 or 4661807. OLE color: 4661807.

HSL color Cylindrical-coordinate representation of color #2F2247: hue angle of 261.08º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F2247 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB473471-
CMYK0.340.5200.72
HSL261.08º35.24%20.59%-
HSV(B)261.08º52.11%27.84%-
XYZ2.882.26.23-
YUV42.1144.31131.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=30.92%
G=22.37%
B=46.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4734710.340.5200.72261.0835.2420.59
Hex2F224722340481052315
Octal5742107426401104054325
Binary10111110001010001111000101101000100100010000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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