Html Css Color HEX #341D4C Violent Violet

📋 copy color: '#341D4C'

red 52 ◦ green 29 ◦ blue 76

#341D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #341D4C

Tints of Violent Violet #341D4C

RGB

 RED value IS 52 (20.7% from 255) = 33.12%

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 33.12%
G = 18.47%
B = 48.41%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#341D4C (or 0x341D4C) is known color: Violent Violet. HEX triplet: 34, 1D and 4C. RGB value is (52,29,76). Sum of RGB (Red+Green+Blue) = 52+29+76=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #341D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D4C is #CBE2B3. Grayscale: #292929. Windows color (decimal): -13361844 or 4988212. OLE color: 4988212.

HSL color Cylindrical-coordinate representation of color #341D4C: hue angle of 269.36º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341D4C is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 29 76 -
CMYK 0.32 0.62 0 0.70
HSL 269.36º 0.45% 0.21% -
HSV(B) 269.36º 0.62% 0.3% -
XYZ 3.16 2.13 7.08 -
YUV 41.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 52 29 76 0.32 0.62 0 0.70 269.36 0.45 0.21
Hex 34 1D 4C 20 3E 0 46 10D 2D 15
Octal 64 35 114 40 76 0 106 415 55 25
Binary 110100 11101 1001100 100000 111110 0 1000110 100001101 101101 10101

Color Harmonies of #341D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D4C

Black with #341D4C

Text Example


Text Example

White with #341D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #341D4C;
 }
 .AnyTagClassName
 {
   color: #341D4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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