#1E094F

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

Shades of Violent Violet #1E094F

Tints of Violent Violet #1E094F

Color information

#1E094F (or 0x1E094F) is unknown color: approx Violent Violet. HEX triplet: 1E, 09 and 4F. RGB value is (30,9,79). Sum of RGB (Red+Green+Blue) = 30+9+79=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E094F is #E1F6B0. Grayscale: #171717. Windows color (decimal): -14808753 or 5179678. OLE color: 5179678.

HSL color Cylindrical-coordinate representation of color #1E094F: hue angle of 258º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E094F is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB30979-
CMYK0.620.8900.69
HSL258º79.55%17.25%-
HSV(B)258º88.61%30.98%-
XYZ2.041.047.49-
YUV23.26159.46132.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.42%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 79 (31.25% from 255) = 66.95%
R=25.42%
G=7.63%
B=66.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal309790.620.8900.6925879.5517.25
Hex1E94F3E590451025011
Octal361111776131010540212021
Binary1111010011001111111110101100101000101100000010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,79); }

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

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

 a { background-color: rgb(30,9,79); }

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

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

 span { border-color: rgb(30,9,79); }

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