#220055

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

Shades of Violent Violet #220055

Tints of Violent Violet #220055

Color information

#220055 (or 0x220055) is unknown color: approx Violent Violet. HEX triplet: 22, 00 and 55. RGB value is (34,0,85). Sum of RGB (Red+Green+Blue) = 34+0+85=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #220055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220055 is #DDFFAA. Grayscale: #131313. Windows color (decimal): -14548907 or 5570594. OLE color: 5570594.

HSL color Cylindrical-coordinate representation of color #220055: hue angle of 264º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220055 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34085-
CMYK0.60100.67
HSL264º100%16.67%-
HSV(B)264º100%33.33%-
XYZ2.318.67-
YUV19.86164.76138.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal340850.60100.6726410016.67
Hex220553C640431086411
Octal42012574144010341014421
Binary10001001010101111100110010001000011100001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220055; }

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

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

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

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

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

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

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

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