#1E114C

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

Shades of Violent Violet #1E114C

Tints of Violent Violet #1E114C

Color information

#1E114C (or 0x1E114C) is unknown color: approx Violent Violet. HEX triplet: 1E, 11 and 4C. RGB value is (30,17,76). Sum of RGB (Red+Green+Blue) = 30+17+76=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E114C is #E1EEB3. Grayscale: #1B1B1B. Windows color (decimal): -14806708 or 4985118. OLE color: 4985118.

HSL color Cylindrical-coordinate representation of color #1E114C: hue angle of 253.22º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E114C is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB301776-
CMYK0.610.7800.70
HSL253.22º63.44%18.24%-
HSV(B)253.22º77.63%29.8%-
XYZ2.041.26.96-
YUV27.61155.31129.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.39%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=24.39%
G=13.82%
B=61.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3017760.610.7800.70253.2263.4418.24
Hex1E114C3D4E046fd3f12
Octal36211147511601063757722
Binary111101000110011001111011001110010001101111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E114C; }

 p { color: rgb(30,17,76); }

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

<style>
 a { background-color: #1E114C; }

 a { background-color: rgb(30,17,76); }

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

<style>
 span { border-color: #1E114C; }

 span { border-color: rgb(30,17,76); }

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