#361950

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

Shades of Violent Violet #361950

Tints of Violent Violet #361950

Color information

#361950 (or 0x361950) is unknown color: approx Violent Violet. HEX triplet: 36, 19 and 50. RGB value is (54,25,80). Sum of RGB (Red+Green+Blue) = 54+25+80=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #361950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361950 is #C9E6AF. Grayscale: #272727. Windows color (decimal): -13231792 or 5249334. OLE color: 5249334.

HSL color Cylindrical-coordinate representation of color #361950: hue angle of 271.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361950 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB542580-
CMYK0.330.6900.69
HSL271.64º52.38%20.59%-
HSV(B)271.64º68.75%31.37%-
XYZ3.322.067.81-
YUV39.94150.61138.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=33.96%
G=15.72%
B=50.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5425800.330.6900.69271.6452.3820.59
Hex36195021450451103415
Octal66311204110501054206425
Binary11011011001101000010000110001010100010110001000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361950; }

 p { color: rgb(54,25,80); }

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

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

 a { background-color: rgb(54,25,80); }

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

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

 span { border-color: rgb(54,25,80); }

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