#30204B

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

Shades of Violent Violet #30204B

Tints of Violent Violet #30204B

Color information

#30204B (or 0x30204B) is unknown color: approx Violent Violet. HEX triplet: 30, 20 and 4B. RGB value is (48,32,75). Sum of RGB (Red+Green+Blue) = 48+32+75=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #30204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30204B is #CFDFB4. Grayscale: #292929. Windows color (decimal): -13623221 or 4923440. OLE color: 4923440.

HSL color Cylindrical-coordinate representation of color #30204B: hue angle of 262.33º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30204B is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB483275-
CMYK0.360.5700.71
HSL262.33º40.19%20.98%-
HSV(B)262.33º57.33%29.41%-
XYZ3.012.176.92-
YUV41.69146.8132.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=30.97%
G=20.65%
B=48.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4832750.360.5700.71262.3340.1920.98
Hex30204B24390471062815
Octal6040113447101074065025
Binary11000010000010010111001001110010100011110000011010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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