Html Css Color HEX #291249 Violent Violet

📋 copy color: '#291249'

red 41 ◦ green 18 ◦ blue 73

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

Shades of Violent Violet #291249

Tints of Violent Violet #291249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 31.06%
G = 13.64%
B = 55.3%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#291249 (or 0x291249) is known color: Violent Violet. HEX triplet: 29, 12 and 49. RGB value is (41,18,73). Sum of RGB (Red+Green+Blue) = 41+18+73=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #291249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291249 is #D6EDB6. Grayscale: #1E1E1E. Windows color (decimal): -14085559 or 4788777. OLE color: 4788777.

HSL color Cylindrical-coordinate representation of color #291249: hue angle of 265.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291249 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 18 73 -
CMYK 0.44 0.75 0 0.71
HSL 265.09º 0.6% 0.18% -
HSV(B) 265.09º 0.75% 0.29% -
XYZ 2.33 1.39 6.45 -
YUV 31.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 41 18 73 0.44 0.75 0 0.71 265.09 0.6 0.18
Hex 29 12 49 2C 4B 0 47 109 3C 12
Octal 51 22 111 54 113 0 107 411 74 22
Binary 101001 10010 1001001 101100 1001011 0 1000111 100001001 111100 10010

Color Harmonies of #291249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291249

Black with #291249

Text Example


Text Example

White with #291249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291249; }

 p { color: rgb(41,18,73); }

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

background-color css

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

 a { background-color: rgb(41,18,73); }

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

border-color css

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

 span { border-color: rgb(41,18,73); }

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