#220050

Color #220050 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #220050

Tints of Violent Violet #220050

Color information

#220050 (or 0x220050) is unknown color: approx Violent Violet. HEX triplet: 22, 00 and 50. RGB value is (34,0,80). Sum of RGB (Red+Green+Blue) = 34+0+80=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #220050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220050 is #DDFFAF. Grayscale: #131313. Windows color (decimal): -14548912 or 5242914. OLE color: 5242914.

HSL color Cylindrical-coordinate representation of color #220050: hue angle of 265.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220050 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB34080-
CMYK0.58100.69
HSL265.5º100%15.69%-
HSV(B)265.5º100%31.37%-
XYZ2.110.927.66-
YUV19.29162.26138.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 70.18%
R=29.82%
G=0%
B=70.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal340800.58100.69265.510015.69
Hex220503A6404510a6410
Octal42012072144010541214420
Binary10001001010000111010110010001000101100001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220050; }

 p { color: rgb(34,0,80); }

 H1.HeaderClassName
 {
   color: #220050;
 }
 .AnyTagClassName
 {
   color: #220050;
 }
</style>
background-color css

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

 a { background-color: rgb(34,0,80); }

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

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

 span { border-color: rgb(34,0,80); }

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