Html Css Color HEX #290850 Violent Violet

📋 copy color: '#290850'

red 41 ◦ green 8 ◦ blue 80

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

Shades of Violent Violet #290850

Tints of Violent Violet #290850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 31.78%
G = 6.2%
B = 62.02%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#290850 (or 0x290850) is known color: Violent Violet. HEX triplet: 29, 08 and 50. RGB value is (41,8,80). Sum of RGB (Red+Green+Blue) = 41+8+80=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #290850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290850 is #D6F7AF. Grayscale: #191919. Windows color (decimal): -14088112 or 5244969. OLE color: 5244969.

HSL color Cylindrical-coordinate representation of color #290850: hue angle of 267.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290850 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 8 80 -
CMYK 0.49 0.90 0 0.69
HSL 267.5º 0.82% 0.17% -
HSV(B) 267.5º 0.9% 0.31% -
XYZ 2.45 1.22 7.7 -
YUV 26.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 41 8 80 0.49 0.90 0 0.69 267.5 0.82 0.17
Hex 29 8 50 31 5A 0 45 10C 52 11
Octal 51 10 120 61 132 0 105 414 122 21
Binary 101001 1000 1010000 110001 1011010 0 1000101 100001100 1010010 10001

Color Harmonies of #290850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290850

Black with #290850

Text Example


Text Example

White with #290850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290850; }

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

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

background-color css

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

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

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

border-color css

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

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

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