#30154E

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

Shades of Violent Violet #30154E

Tints of Violent Violet #30154E

Color information

#30154E (or 0x30154E) is unknown color: approx Violent Violet. HEX triplet: 30, 15 and 4E. RGB value is (48,21,78). Sum of RGB (Red+Green+Blue) = 48+21+78=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #30154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30154E is #CFEAB1. Grayscale: #232323. Windows color (decimal): -13626034 or 5117232. OLE color: 5117232.

HSL color Cylindrical-coordinate representation of color #30154E: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30154E is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB482178-
CMYK0.380.7300.69
HSL268.42º57.58%19.41%-
HSV(B)268.42º73.08%30.59%-
XYZ2.861.717.39-
YUV35.57151.95136.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=32.65%
G=14.29%
B=53.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4821780.380.7300.69268.4257.5819.41
Hex30154E264904510c3a13
Octal60251164611101054147223
Binary11000010101100111010011010010010100010110000110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30154E; }

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

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

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

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

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

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

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

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