Html Css Color HEX #290D50 Violent Violet

📋 copy color: '#290D50'

red 41 ◦ green 13 ◦ blue 80

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

Shades of Violent Violet #290D50

Tints of Violent Violet #290D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

 BLUE value IS 80 (31.64% from 255) = 59.7%

R = 30.6%
G = 9.7%
B = 59.7%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#290D50 (or 0x290D50) is known color: Violent Violet. HEX triplet: 29, 0D and 50. RGB value is (41,13,80). Sum of RGB (Red+Green+Blue) = 41+13+80=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #290D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D50 is #D6F2AF. Grayscale: #1C1C1C. Windows color (decimal): -14086832 or 5246249. OLE color: 5246249.

HSL color Cylindrical-coordinate representation of color #290D50: hue angle of 265.07º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290D50 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 13 80 -
CMYK 0.49 0.84 0 0.69
HSL 265.07º 0.72% 0.18% -
HSV(B) 265.07º 0.84% 0.31% -
XYZ 2.51 1.34 7.72 -
YUV 29.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 41 13 80 0.49 0.84 0 0.69 265.07 0.72 0.18
Hex 29 D 50 31 54 0 45 109 48 12
Octal 51 15 120 61 124 0 105 411 110 22
Binary 101001 1101 1010000 110001 1010100 0 1000101 100001001 1001000 10010

Color Harmonies of #290D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D50

Black with #290D50

Text Example


Text Example

White with #290D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D50; }

 p { color: rgb(41,13,80); }

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

background-color css

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

 a { background-color: rgb(41,13,80); }

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

border-color css

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

 span { border-color: rgb(41,13,80); }

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