#30234D

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

Shades of Violent Violet #30234D

Tints of Violent Violet #30234D

Color information

#30234D (or 0x30234D) is unknown color: approx Violent Violet. HEX triplet: 30, 23 and 4D. RGB value is (48,35,77). Sum of RGB (Red+Green+Blue) = 48+35+77=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #30234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30234D is #CFDCB2. Grayscale: #2B2B2B. Windows color (decimal): -13622451 or 5055280. OLE color: 5055280.

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

Color convert

RGB483577-
CMYK0.380.5500.70
HSL258.57º37.5%21.96%-
HSV(B)258.57º54.55%30.2%-
XYZ3.162.377.31-
YUV43.68146.81131.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=30%
G=21.88%
B=48.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4835770.380.5500.70258.5737.521.96
Hex30234D26370461032516
Octal6043115466701064034526
Binary11000010001110011011001101101110100011010000001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30234D; }

 p { color: rgb(48,35,77); }

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

<style>
 a { background-color: #30234D; }

 a { background-color: rgb(48,35,77); }

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

<style>
 span { border-color: #30234D; }

 span { border-color: rgb(48,35,77); }

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