#1E124A

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

Shades of Violent Violet #1E124A

Tints of Violent Violet #1E124A

Color information

#1E124A (or 0x1E124A) is unknown color: approx Violent Violet. HEX triplet: 1E, 12 and 4A. RGB value is (30,18,74). Sum of RGB (Red+Green+Blue) = 30+18+74=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E124A is #E1EDB5. Grayscale: #1B1B1B. Windows color (decimal): -14806454 or 4854302. OLE color: 4854302.

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

Color convert

RGB301874-
CMYK0.590.7600.71
HSL252.86º60.87%18.04%-
HSV(B)252.86º75.68%29.02%-
XYZ1.991.26.61-
YUV27.97153.98129.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 74 (29.30% from 255) = 60.66%
R=24.59%
G=14.75%
B=60.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3018740.590.7600.71252.8660.8718.04
Hex1E124A3B4C047fd3d12
Octal36221127311401073757522
Binary111101001010010101110111001100010001111111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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