#2A2249

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

Shades of Violent Violet #2A2249

Tints of Violent Violet #2A2249

Color information

#2A2249 (or 0x2A2249) is unknown color: approx Violent Violet. HEX triplet: 2A, 22 and 49. RGB value is (42,34,73). Sum of RGB (Red+Green+Blue) = 42+34+73=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2249 is #D5DDB6. Grayscale: #282828. Windows color (decimal): -14015927 or 4792874. OLE color: 4792874.

HSL color Cylindrical-coordinate representation of color #2A2249: hue angle of 252.31º 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 #2A2249 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB423473-
CMYK0.420.5300.71
HSL252.31º36.45%20.98%-
HSV(B)252.31º53.42%28.63%-
XYZ2.732.126.57-
YUV40.84146.15128.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=28.19%
G=22.82%
B=48.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4234730.420.5300.71252.3136.4520.98
Hex2A22492A35047fc2415
Octal5242111526501073744425
Binary1010101000101001001101010110101010001111111110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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