#220559

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

Shades of Violent Violet #220559

Tints of Violent Violet #220559

Color information

#220559 (or 0x220559) is unknown color: approx Violent Violet. HEX triplet: 22, 05 and 59. RGB value is (34,5,89). Sum of RGB (Red+Green+Blue) = 34+5+89=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #220559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220559 is #DDFAA6. Grayscale: #161616. Windows color (decimal): -14547623 or 5834018. OLE color: 5834018.

HSL color Cylindrical-coordinate representation of color #220559: hue angle of 260.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220559 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34589-
CMYK0.620.9400.65
HSL260.71º89.36%18.43%-
HSV(B)260.71º94.38%34.9%-
XYZ2.521.179.54-
YUV23.25165.11135.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=26.56%
G=3.91%
B=69.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal345890.620.9400.65260.7189.3618.43
Hex225593E5E0411055912
Octal42513176136010140513122
Binary1000101011011001111110101111001000001100000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220559; }

 p { color: rgb(34,5,89); }

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

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

 a { background-color: rgb(34,5,89); }

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

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

 span { border-color: rgb(34,5,89); }

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