#301450

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

Shades of Violent Violet #301450

Tints of Violent Violet #301450

Color information

#301450 (or 0x301450) is unknown color: approx Violent Violet. HEX triplet: 30, 14 and 50. RGB value is (48,20,80). Sum of RGB (Red+Green+Blue) = 48+20+80=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #301450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301450 is #CFEBAF. Grayscale: #232323. Windows color (decimal): -13626288 or 5248048. OLE color: 5248048.

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

Color convert

RGB482080-
CMYK0.400.7500.69
HSL268º60%19.61%-
HSV(B)268º75%31.37%-
XYZ2.921.717.77-
YUV35.21153.28137.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=32.43%
G=13.51%
B=54.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4820800.400.7500.692686019.61
Hex301450284B04510c3c14
Octal60241205011301054147424
Binary11000010100101000010100010010110100010110000110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301450; }

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

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

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

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

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

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

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

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