#30254C

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

Shades of Violent Violet #30254C

Tints of Violent Violet #30254C

Color information

#30254C (or 0x30254C) is unknown color: approx Violent Violet. HEX triplet: 30, 25 and 4C. RGB value is (48,37,76). Sum of RGB (Red+Green+Blue) = 48+37+76=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #30254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30254C is #CFDAB3. Grayscale: #2C2C2C. Windows color (decimal): -13621940 or 4990256. OLE color: 4990256.

HSL color Cylindrical-coordinate representation of color #30254C: hue angle of 256.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30254C is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB483776-
CMYK0.370.5100.70
HSL256.92º34.51%22.16%-
HSV(B)256.92º51.32%29.8%-
XYZ3.182.477.15-
YUV44.74145.64130.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=29.81%
G=22.98%
B=47.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4837760.370.5100.70256.9234.5122.16
Hex30254C25330461012316
Octal6045114456301064014326
Binary11000010010110011001001011100110100011010000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30254C; }

 p { color: rgb(48,37,76); }

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

<style>
 a { background-color: #30254C; }

 a { background-color: rgb(48,37,76); }

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

<style>
 span { border-color: #30254C; }

 span { border-color: rgb(48,37,76); }

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