#30204F

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

Shades of Violent Violet #30204F

Tints of Violent Violet #30204F

Color information

#30204F (or 0x30204F) is unknown color: approx Violent Violet. HEX triplet: 30, 20 and 4F. RGB value is (48,32,79). Sum of RGB (Red+Green+Blue) = 48+32+79=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #30204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30204F is #CFDFB0. Grayscale: #292929. Windows color (decimal): -13623217 or 5185584. OLE color: 5185584.

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

Color convert

RGB483279-
CMYK0.390.5900.69
HSL260.43º42.34%21.76%-
HSV(B)260.43º59.49%30.98%-
XYZ3.152.237.66-
YUV42.14148.8132.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=30.19%
G=20.13%
B=49.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4832790.390.5900.69260.4342.3421.76
Hex30204F273B0451042a16
Octal6040117477301054045226
Binary11000010000010011111001111110110100010110000010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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