#1E1249

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

Shades of Violent Violet #1E1249

Tints of Violent Violet #1E1249

Color information

#1E1249 (or 0x1E1249) is unknown color: approx Violent Violet. HEX triplet: 1E, 12 and 49. RGB value is (30,18,73). Sum of RGB (Red+Green+Blue) = 30+18+73=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E1249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1249 is #E1EDB6. Grayscale: #1B1B1B. Windows color (decimal): -14806455 or 4788766. OLE color: 4788766.

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

Color convert

RGB301873-
CMYK0.590.7500.71
HSL253.09º60.44%17.84%-
HSV(B)253.09º75.34%28.63%-
XYZ1.951.196.43-
YUV27.86153.48129.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=24.79%
G=14.88%
B=60.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3018730.590.7500.71253.0960.4417.84
Hex1E12493B4B047fd3c12
Octal36221117311301073757422
Binary111101001010010011110111001011010001111111110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,73); }

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

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

 a { background-color: rgb(30,18,73); }

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

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

 span { border-color: rgb(30,18,73); }

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