#221350

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

Shades of Violent Violet #221350

Tints of Violent Violet #221350

Color information

#221350 (or 0x221350) is unknown color: approx Violent Violet. HEX triplet: 22, 13 and 50. RGB value is (34,19,80). Sum of RGB (Red+Green+Blue) = 34+19+80=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #221350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221350 is #DDECAF. Grayscale: #1E1E1E. Windows color (decimal): -14544048 or 5247778. OLE color: 5247778.

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

Color convert

RGB341980-
CMYK0.580.7600.69
HSL254.75º61.62%19.41%-
HSV(B)254.75º76.25%31.37%-
XYZ2.341.397.73-
YUV30.44155.97130.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=25.56%
G=14.29%
B=60.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3419800.580.7600.69254.7561.6219.41
Hex2213503A4C045ff3e13
Octal42231207211401053777623
Binary1000101001110100001110101001100010001011111111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221350; }

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

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

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

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

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

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

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

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