#30174C

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

Shades of Violent Violet #30174C

Tints of Violent Violet #30174C

Color information

#30174C (or 0x30174C) is unknown color: approx Violent Violet. HEX triplet: 30, 17 and 4C. RGB value is (48,23,76). Sum of RGB (Red+Green+Blue) = 48+23+76=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #30174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30174C is #CFE8B3. Grayscale: #242424. Windows color (decimal): -13625524 or 4986672. OLE color: 4986672.

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

Color convert

RGB482376-
CMYK0.370.7000.70
HSL268.3º53.54%19.41%-
HSV(B)268.3º69.74%29.8%-
XYZ2.831.767.03-
YUV36.52150.28136.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=32.65%
G=15.65%
B=51.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4823760.370.7000.70268.353.5419.41
Hex30174C254604610c3613
Octal60271144510601064146623
Binary11000010111100110010010110001100100011010000110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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