#2D204C

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

Shades of Violent Violet #2D204C

Tints of Violent Violet #2D204C

Color information

#2D204C (or 0x2D204C) is unknown color: approx Violent Violet. HEX triplet: 2D, 20 and 4C. RGB value is (45,32,76). Sum of RGB (Red+Green+Blue) = 45+32+76=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D204C is #D2DFB3. Grayscale: #282828. Windows color (decimal): -13819828 or 4988973. OLE color: 4988973.

HSL color Cylindrical-coordinate representation of color #2D204C: hue angle of 257.73º 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 #2D204C is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB453276-
CMYK0.410.5800.70
HSL257.73º40.74%21.18%-
HSV(B)257.73º57.89%29.8%-
XYZ2.92.117.09-
YUV40.9147.81130.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.41%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=29.41%
G=20.92%
B=49.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4532760.410.5800.70257.7340.7421.18
Hex2D204C293A0461022915
Octal5540114517201064025125
Binary10110110000010011001010011110100100011010000001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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