Html Css Color HEX #29174D Violent Violet

📋 copy color: '#29174D'

red 41 ◦ green 23 ◦ blue 77

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

Shades of Violent Violet #29174D

Tints of Violent Violet #29174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 29.08%
G = 16.31%
B = 54.61%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29174D (or 0x29174D) is known color: Violent Violet. HEX triplet: 29, 17 and 4D. RGB value is (41,23,77). Sum of RGB (Red+Green+Blue) = 41+23+77=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #29174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29174D is #D6E8B2. Grayscale: #222222. Windows color (decimal): -14084275 or 5052201. OLE color: 5052201.

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

Color convert

RGB 41 23 77 -
CMYK 0.47 0.70 0 0.70
HSL 260º 0.54% 0.2% -
HSV(B) 260º 0.7% 0.3% -
XYZ 2.56 1.62 7.2 -
YUV 34.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 41 23 77 0.47 0.70 0 0.70 260 0.54 0.2
Hex 29 17 4D 2F 46 0 46 104 36 14
Octal 51 27 115 57 106 0 106 404 66 24
Binary 101001 10111 1001101 101111 1000110 0 1000110 100000100 110110 10100

Color Harmonies of #29174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29174D

Black with #29174D

Text Example


Text Example

White with #29174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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