#220155

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

Shades of Violent Violet #220155

Tints of Violent Violet #220155

Color information

#220155 (or 0x220155) is unknown color: approx Violent Violet. HEX triplet: 22, 01 and 55. RGB value is (34,1,85). Sum of RGB (Red+Green+Blue) = 34+1+85=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #220155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220155 is #DDFEAA. Grayscale: #141414. Windows color (decimal): -14548651 or 5570850. OLE color: 5570850.

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

Color convert

RGB34185-
CMYK0.600.9900.67
HSL263.57º97.67%16.86%-
HSV(B)263.57º98.82%33.33%-
XYZ2.311.028.67-
YUV20.44164.43137.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 85 (33.59% from 255) = 70.83%
R=28.33%
G=0.83%
B=70.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal341850.600.9900.67263.5797.6716.86
Hex221553C630431086211
Octal42112574143010341014221
Binary10001011010101111100110001101000011100001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220155; }

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

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

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

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

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

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

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

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