#2F204F

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

Shades of Violent Violet #2F204F

Tints of Violent Violet #2F204F

Color information

#2F204F (or 0x2F204F) is unknown color: approx Violent Violet. HEX triplet: 2F, 20 and 4F. RGB value is (47,32,79). Sum of RGB (Red+Green+Blue) = 47+32+79=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F204F is #D0DFB0. Grayscale: #292929. Windows color (decimal): -13688753 or 5185583. OLE color: 5185583.

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

Color convert

RGB473279-
CMYK0.410.5900.69
HSL259.15º42.34%21.76%-
HSV(B)259.15º59.49%30.98%-
XYZ3.12.27.66-
YUV41.84148.97131.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 79 (31.25% from 255) = 50%
R=29.75%
G=20.25%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4732790.410.5900.69259.1542.3421.76
Hex2F204F293B0451032a16
Octal5740117517301054035226
Binary10111110000010011111010011110110100010110000001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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