Html Css Color HEX #29194B Violent Violet

📋 copy color: '#29194B'

red 41 ◦ green 25 ◦ blue 75

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

Shades of Violent Violet #29194B

Tints of Violent Violet #29194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 29.08%
G = 17.73%
B = 53.19%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29194B (or 0x29194B) is known color: Violent Violet. HEX triplet: 29, 19 and 4B. RGB value is (41,25,75). Sum of RGB (Red+Green+Blue) = 41+25+75=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #29194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29194B is #D6E6B4. Grayscale: #232323. Windows color (decimal): -14083765 or 4921641. OLE color: 4921641.

HSL color Cylindrical-coordinate representation of color #29194B: hue angle of 259.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29194B is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 25 75 -
CMYK 0.45 0.67 0 0.71
HSL 259.2º 0.5% 0.2% -
HSV(B) 259.2º 0.67% 0.29% -
XYZ 2.53 1.67 6.85 -
YUV 35.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 41 25 75 0.45 0.67 0 0.71 259.2 0.5 0.2
Hex 29 19 4B 2D 43 0 47 103 32 14
Octal 51 31 113 55 103 0 107 403 62 24
Binary 101001 11001 1001011 101101 1000011 0 1000111 100000011 110010 10100

Color Harmonies of #29194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29194B

Black with #29194B

Text Example


Text Example

White with #29194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29194B; }

 p { color: rgb(41,25,75); }

 H1.HeaderClassName
 {
   color: #29194B;
 }
 .AnyTagClassName
 {
   color: #29194B;
 }
</style>

background-color css

<style>
 a { background-color: #29194B; }

 a { background-color: rgb(41,25,75); }

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

border-color css

<style>
 span { border-color: #29194B; }

 span { border-color: rgb(41,25,75); }

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