#2F2449

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

Shades of Violent Violet #2F2449

Tints of Violent Violet #2F2449

Color information

#2F2449 (or 0x2F2449) is unknown color: approx Violent Violet. HEX triplet: 2F, 24 and 49. RGB value is (47,36,73). Sum of RGB (Red+Green+Blue) = 47+36+73=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2449 is #D0DBB6. Grayscale: #2B2B2B. Windows color (decimal): -13687735 or 4793391. OLE color: 4793391.

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

Color convert

RGB473673-
CMYK0.360.5100.71
HSL257.84º33.94%21.37%-
HSV(B)257.84º50.68%28.63%-
XYZ3.012.356.6-
YUV43.51144.64130.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=30.13%
G=23.08%
B=46.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4736730.360.5100.71257.8433.9421.37
Hex2F244924330471022215
Octal5744111446301074024225
Binary10111110010010010011001001100110100011110000001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,73); }

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

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

 a { background-color: rgb(47,36,73); }

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

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

 span { border-color: rgb(47,36,73); }

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