#1E074F

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

Shades of Violent Violet #1E074F

Tints of Violent Violet #1E074F

Color information

#1E074F (or 0x1E074F) is unknown color: approx Violent Violet. HEX triplet: 1E, 07 and 4F. RGB value is (30,7,79). Sum of RGB (Red+Green+Blue) = 30+7+79=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E074F is #E1F8B0. Grayscale: #151515. Windows color (decimal): -14809265 or 5179166. OLE color: 5179166.

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

Color convert

RGB30779-
CMYK0.620.9100.69
HSL259.17º83.72%16.86%-
HSV(B)259.17º91.14%30.98%-
XYZ2.020.997.48-
YUV22.08160.12133.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=25.86%
G=6.03%
B=68.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal307790.620.9100.69259.1783.7216.86
Hex1E74F3E5B0451035411
Octal36711776133010540312421
Binary111101111001111111110101101101000101100000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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