#30214F

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

Shades of Violent Violet #30214F

Tints of Violent Violet #30214F

Color information

#30214F (or 0x30214F) is unknown color: approx Violent Violet. HEX triplet: 30, 21 and 4F. RGB value is (48,33,79). Sum of RGB (Red+Green+Blue) = 48+33+79=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #30214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30214F is #CFDEB0. Grayscale: #2A2A2A. Windows color (decimal): -13622961 or 5185840. OLE color: 5185840.

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

Color convert

RGB483379-
CMYK0.390.5800.69
HSL259.57º41.07%21.96%-
HSV(B)259.57º58.23%30.98%-
XYZ3.172.287.67-
YUV42.73148.47131.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=30%
G=20.62%
B=49.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4833790.390.5800.69259.5741.0721.96
Hex30214F273A0451042916
Octal6041117477201054045126
Binary11000010000110011111001111110100100010110000010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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