#2F204C

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

Shades of Violent Violet #2F204C

Tints of Violent Violet #2F204C

Color information

#2F204C (or 0x2F204C) is unknown color: approx Violent Violet. HEX triplet: 2F, 20 and 4C. RGB value is (47,32,76). Sum of RGB (Red+Green+Blue) = 47+32+76=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F204C is #D0DFB3. Grayscale: #292929. Windows color (decimal): -13688756 or 4988975. OLE color: 4988975.

HSL color Cylindrical-coordinate representation of color #2F204C: hue angle of 260.45º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F204C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB473276-
CMYK0.380.5800.70
HSL260.45º40.74%21.18%-
HSV(B)260.45º57.89%29.8%-
XYZ2.992.167.1-
YUV41.5147.47131.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=30.32%
G=20.65%
B=49.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4732760.380.5800.70260.4540.7421.18
Hex2F204C263A0461042915
Octal5740114467201064045125
Binary10111110000010011001001101110100100011010000010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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