#301350

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

Shades of Violent Violet #301350

Tints of Violent Violet #301350

Color information

#301350 (or 0x301350) is unknown color: approx Violent Violet. HEX triplet: 30, 13 and 50. RGB value is (48,19,80). Sum of RGB (Red+Green+Blue) = 48+19+80=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #301350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301350 is #CFECAF. Grayscale: #222222. Windows color (decimal): -13626544 or 5247792. OLE color: 5247792.

HSL color Cylindrical-coordinate representation of color #301350: hue angle of 268.52º 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 #301350 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB481980-
CMYK0.400.7600.69
HSL268.52º61.62%19.41%-
HSV(B)268.52º76.25%31.37%-
XYZ2.91.677.76-
YUV34.62153.61137.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=32.65%
G=12.93%
B=54.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4819800.400.7600.69268.5261.6219.41
Hex301350284C04510d3e13
Octal60231205011401054157623
Binary11000010011101000010100010011000100010110000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301350; }

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

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

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

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

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

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

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

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