#30224D

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

Shades of Violent Violet #30224D

Tints of Violent Violet #30224D

Color information

#30224D (or 0x30224D) is unknown color: approx Violent Violet. HEX triplet: 30, 22 and 4D. RGB value is (48,34,77). Sum of RGB (Red+Green+Blue) = 48+34+77=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #30224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30224D is #CFDDB2. Grayscale: #2A2A2A. Windows color (decimal): -13622707 or 5055024. OLE color: 5055024.

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

Color convert

RGB483477-
CMYK0.380.5600.70
HSL259.53º38.74%21.76%-
HSV(B)259.53º55.84%30.2%-
XYZ3.132.317.3-
YUV43.09147.14131.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=30.19%
G=21.38%
B=48.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4834770.380.5600.70259.5338.7421.76
Hex30224D26380461042716
Octal6042115467001064044726
Binary11000010001010011011001101110000100011010000010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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