#301550

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

Shades of Violent Violet #301550

Tints of Violent Violet #301550

Color information

#301550 (or 0x301550) is unknown color: approx Violent Violet. HEX triplet: 30, 15 and 50. RGB value is (48,21,80). Sum of RGB (Red+Green+Blue) = 48+21+80=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #301550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301550 is #CFEAAF. Grayscale: #232323. Windows color (decimal): -13626032 or 5248304. OLE color: 5248304.

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

Color convert

RGB482180-
CMYK0.400.7400.69
HSL267.46º58.42%19.8%-
HSV(B)267.46º73.75%31.37%-
XYZ2.941.747.77-
YUV35.8152.95136.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=32.21%
G=14.09%
B=53.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4821800.400.7400.69267.4658.4219.8
Hex301550284A04510b3a14
Octal60251205011201054137224
Binary11000010101101000010100010010100100010110000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301550; }

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

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

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

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

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

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

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

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