#2A1D52

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

Shades of Violent Violet #2A1D52

Tints of Violent Violet #2A1D52

Color information

#2A1D52 (or 0x2A1D52) is unknown color: approx Violent Violet. HEX triplet: 2A, 1D and 52. RGB value is (42,29,82). Sum of RGB (Red+Green+Blue) = 42+29+82=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A1D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D52 is #D5E2AD. Grayscale: #262626. Windows color (decimal): -14017198 or 5381418. OLE color: 5381418.

HSL color Cylindrical-coordinate representation of color #2A1D52: hue angle of 254.72º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A1D52 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB422982-
CMYK0.490.6500.68
HSL254.72º47.75%21.76%-
HSV(B)254.72º64.63%32.16%-
XYZ2.921.988.21-
YUV38.93152.31130.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=27.45%
G=18.95%
B=53.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4229820.490.6500.68254.7247.7521.76
Hex2A1D523141044ff3016
Octal52351226110101043776026
Binary1010101110110100101100011000001010001001111111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,82); }

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

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

 a { background-color: rgb(42,29,82); }

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

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

 span { border-color: rgb(42,29,82); }

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