#150349

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

Shades of Violent Violet #150349

Tints of Violent Violet #150349

Color information

#150349 (or 0x150349) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 49. RGB value is (21,3,73). Sum of RGB (Red+Green+Blue) = 21+3+73=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #150349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150349 is #EAFCB6. Grayscale: #101010. Windows color (decimal): -15400119 or 4784917. OLE color: 4784917.

HSL color Cylindrical-coordinate representation of color #150349: hue angle of 255.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150349 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21373-
CMYK0.710.9600.71
HSL255.43º92.11%14.9%-
HSV(B)255.43º95.89%28.63%-
XYZ1.540.716.36-
YUV16.36159.96131.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 73 (28.91% from 255) = 75.26%
R=21.65%
G=3.09%
B=75.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal213730.710.9600.71255.4392.1114.9
Hex153494760047ff5cf
Octal253111107140010737713417
Binary1010111100100110001111100000010001111111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150349; }

 p { color: rgb(21,3,73); }

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

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

 a { background-color: rgb(21,3,73); }

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

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

 span { border-color: rgb(21,3,73); }

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