#341D4B

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

Shades of Violent Violet #341D4B

Tints of Violent Violet #341D4B

Color information

#341D4B (or 0x341D4B) is unknown color: approx Violent Violet. HEX triplet: 34, 1D and 4B. RGB value is (52,29,75). Sum of RGB (Red+Green+Blue) = 52+29+75=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #341D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D4B is #CBE2B4. Grayscale: #282828. Windows color (decimal): -13361845 or 4922676. OLE color: 4922676.

HSL color Cylindrical-coordinate representation of color #341D4B: hue angle of 270º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #341D4B is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB522975-
CMYK0.310.6100.71
HSL270º44.23%20.39%-
HSV(B)270º61.33%29.41%-
XYZ3.132.126.9-
YUV41.12147.12135.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=33.33%
G=18.59%
B=48.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5229750.310.6100.7127044.2320.39
Hex341D4B1F3D04710e2c14
Octal6435113377501074165424
Binary110100111011001011111111111010100011110000111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D4B; }

 p { color: rgb(52,29,75); }

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

<style>
 a { background-color: #341D4B; }

 a { background-color: rgb(52,29,75); }

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

<style>
 span { border-color: #341D4B; }

 span { border-color: rgb(52,29,75); }

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