Html Css Color HEX #29154D Violent Violet

📋 copy color: '#29154D'

red 41 ◦ green 21 ◦ blue 77

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

Shades of Violent Violet #29154D

Tints of Violent Violet #29154D

RGB

 RED value IS 41 (16.41% from 255) = 29.5%

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 29.5%
G = 15.11%
B = 55.4%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29154D (or 0x29154D) is known color: Violent Violet. HEX triplet: 29, 15 and 4D. RGB value is (41,21,77). Sum of RGB (Red+Green+Blue) = 41+21+77=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #29154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29154D is #D6EAB2. Grayscale: #212121. Windows color (decimal): -14084787 or 5051689. OLE color: 5051689.

HSL color Cylindrical-coordinate representation of color #29154D: hue angle of 261.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29154D is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 21 77 -
CMYK 0.47 0.73 0 0.70
HSL 261.43º 0.57% 0.19% -
HSV(B) 261.43º 0.73% 0.3% -
XYZ 2.52 1.54 7.19 -
YUV 33.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 41 21 77 0.47 0.73 0 0.70 261.43 0.57 0.19
Hex 29 15 4D 2F 49 0 46 105 39 13
Octal 51 25 115 57 111 0 106 405 71 23
Binary 101001 10101 1001101 101111 1001001 0 1000110 100000101 111001 10011

Color Harmonies of #29154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29154D

Black with #29154D

Text Example


Text Example

White with #29154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29154D; }

 p { color: rgb(41,21,77); }

 H1.HeaderClassName
 {
   color: #29154D;
 }
 .AnyTagClassName
 {
   color: #29154D;
 }
</style>

background-color css

<style>
 a { background-color: #29154D; }

 a { background-color: rgb(41,21,77); }

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

border-color css

<style>
 span { border-color: #29154D; }

 span { border-color: rgb(41,21,77); }

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