#2F2041

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

Shades of Violent Violet #2F2041

Tints of Violent Violet #2F2041

Color information

#2F2041 (or 0x2F2041) is unknown color: approx Violent Violet. HEX triplet: 2F, 20 and 41. RGB value is (47,32,65). Sum of RGB (Red+Green+Blue) = 47+32+65=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F2041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2041 is #D0DFBE. Grayscale: #282828. Windows color (decimal): -13688767 or 4268079. OLE color: 4268079.

HSL color Cylindrical-coordinate representation of color #2F2041: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F2041 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB473265-
CMYK0.280.5100.75
HSL267.27º34.02%19.02%-
HSV(B)267.27º50.77%25.49%-
XYZ2.642.025.25-
YUV40.25141.97132.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=32.64%
G=22.22%
B=45.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4732650.280.5100.75267.2734.0219.02
Hex2F20411C3304B10b2213
Octal5740101346301134134223
Binary1011111000001000001111001100110100101110000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,65); }

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

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

 a { background-color: rgb(47,32,65); }

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

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

 span { border-color: rgb(47,32,65); }

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