#30124F

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

Shades of Violent Violet #30124F

Tints of Violent Violet #30124F

Color information

#30124F (or 0x30124F) is unknown color: approx Violent Violet. HEX triplet: 30, 12 and 4F. RGB value is (48,18,79). Sum of RGB (Red+Green+Blue) = 48+18+79=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #30124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30124F is #CFEDB0. Grayscale: #212121. Windows color (decimal): -13626801 or 5182000. OLE color: 5182000.

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

Color convert

RGB481879-
CMYK0.390.7700.69
HSL269.51º62.89%19.02%-
HSV(B)269.51º77.22%30.98%-
XYZ2.851.637.56-
YUV33.92153.44138.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=33.10%
G=12.41%
B=54.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4818790.390.7700.69269.5162.8919.02
Hex30124F274D04510e3f13
Octal60221174711501054167723
Binary11000010010100111110011110011010100010110000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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