#30144F

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

Shades of Violent Violet #30144F

Tints of Violent Violet #30144F

Color information

#30144F (or 0x30144F) is unknown color: approx Violent Violet. HEX triplet: 30, 14 and 4F. RGB value is (48,20,79). Sum of RGB (Red+Green+Blue) = 48+20+79=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #30144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30144F is #CFEBB0. Grayscale: #222222. Windows color (decimal): -13626289 or 5182512. OLE color: 5182512.

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

Color convert

RGB482079-
CMYK0.390.7500.69
HSL268.47º59.6%19.41%-
HSV(B)268.47º74.68%30.98%-
XYZ2.881.697.57-
YUV35.1152.78137.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=32.65%
G=13.61%
B=53.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4820790.390.7500.69268.4759.619.41
Hex30144F274B04510c3c13
Octal60241174711301054147423
Binary11000010100100111110011110010110100010110000110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30144F; }

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

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

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

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

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

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

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

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