#30194A

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

Shades of Violent Violet #30194A

Tints of Violent Violet #30194A

Color information

#30194A (or 0x30194A) is unknown color: approx Violent Violet. HEX triplet: 30, 19 and 4A. RGB value is (48,25,74). Sum of RGB (Red+Green+Blue) = 48+25+74=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #30194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30194A is #CFE6B5. Grayscale: #252525. Windows color (decimal): -13625014 or 4856112. OLE color: 4856112.

HSL color Cylindrical-coordinate representation of color #30194A: hue angle of 268.16º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30194A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB482574-
CMYK0.350.6600.71
HSL268.16º49.49%19.41%-
HSV(B)268.16º66.22%29.02%-
XYZ2.81.826.68-
YUV37.46148.62135.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=32.65%
G=17.01%
B=50.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4825740.350.6600.71268.1649.4919.41
Hex30194A234204710c3113
Octal60311124310201074146123
Binary11000011001100101010001110000100100011110000110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30194A; }

 p { color: rgb(48,25,74); }

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

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

 a { background-color: rgb(48,25,74); }

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

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

 span { border-color: rgb(48,25,74); }

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