#2D2249

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

Shades of Violent Violet #2D2249

Tints of Violent Violet #2D2249

Color information

#2D2249 (or 0x2D2249) is unknown color: approx Violent Violet. HEX triplet: 2D, 22 and 49. RGB value is (45,34,73). Sum of RGB (Red+Green+Blue) = 45+34+73=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2249 is #D2DDB6. Grayscale: #292929. Windows color (decimal): -13819319 or 4792877. OLE color: 4792877.

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

Color convert

RGB453473-
CMYK0.380.5300.71
HSL256.92º36.45%20.98%-
HSV(B)256.92º53.42%28.63%-
XYZ2.862.186.57-
YUV41.74145.64130.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=29.61%
G=22.37%
B=48.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4534730.380.5300.71256.9236.4520.98
Hex2D224926350471012415
Octal5542111466501074014425
Binary10110110001010010011001101101010100011110000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,34,73); }

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

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

 a { background-color: rgb(45,34,73); }

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

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

 span { border-color: rgb(45,34,73); }

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