#220053

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

Shades of Violent Violet #220053

Tints of Violent Violet #220053

Color information

#220053 (or 0x220053) is unknown color: approx Violent Violet. HEX triplet: 22, 00 and 53. RGB value is (34,0,83). Sum of RGB (Red+Green+Blue) = 34+0+83=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #220053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220053 is #DDFFAC. Grayscale: #131313. Windows color (decimal): -14548909 or 5439522. OLE color: 5439522.

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

Color convert

RGB34083-
CMYK0.59100.67
HSL264.58º100%16.27%-
HSV(B)264.58º100%32.55%-
XYZ2.220.968.25-
YUV19.63163.76138.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 70.94%
R=29.06%
G=0%
B=70.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal340830.59100.67264.5810016.27
Hex220533B640431096410
Octal42012373144010341114420
Binary10001001010011111011110010001000011100001001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220053; }

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

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

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

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

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

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

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

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