#1E114B

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

Shades of Violent Violet #1E114B

Tints of Violent Violet #1E114B

Color information

#1E114B (or 0x1E114B) is unknown color: approx Violent Violet. HEX triplet: 1E, 11 and 4B. RGB value is (30,17,75). Sum of RGB (Red+Green+Blue) = 30+17+75=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E114B is #E1EEB4. Grayscale: #1B1B1B. Windows color (decimal): -14806709 or 4919582. OLE color: 4919582.

HSL color Cylindrical-coordinate representation of color #1E114B: hue angle of 253.45º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E114B is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB301775-
CMYK0.600.7700.71
HSL253.45º63.04%18.04%-
HSV(B)253.45º77.33%29.41%-
XYZ2.011.186.78-
YUV27.5154.81129.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=24.59%
G=13.93%
B=61.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3017750.600.7700.71253.4563.0418.04
Hex1E114B3C4D047fd3f12
Octal36211137411501073757722
Binary111101000110010111111001001101010001111111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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