#301C46

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

Shades of Violent Violet #301C46

Tints of Violent Violet #301C46

Color information

#301C46 (or 0x301C46) is unknown color: approx Violent Violet. HEX triplet: 30, 1C and 46. RGB value is (48,28,70). Sum of RGB (Red+Green+Blue) = 48+28+70=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #301C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C46 is #CFE3B9. Grayscale: #262626. Windows color (decimal): -13624250 or 4594736. OLE color: 4594736.

HSL color Cylindrical-coordinate representation of color #301C46: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301C46 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB482870-
CMYK0.310.6000.73
HSL268.57º42.86%19.22%-
HSV(B)268.57º60%27.45%-
XYZ2.741.96.02-
YUV38.77145.63134.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=32.88%
G=19.18%
B=47.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4828700.310.6000.73268.5742.8619.22
Hex301C461F3C04910d2b13
Octal6034106377401114155323
Binary110000111001000110111111111000100100110000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C46; }

 p { color: rgb(48,28,70); }

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

<style>
 a { background-color: #301C46; }

 a { background-color: rgb(48,28,70); }

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

<style>
 span { border-color: #301C46; }

 span { border-color: rgb(48,28,70); }

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