#1E084D

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

Shades of Violent Violet #1E084D

Tints of Violent Violet #1E084D

Color information

#1E084D (or 0x1E084D) is unknown color: approx Violent Violet. HEX triplet: 1E, 08 and 4D. RGB value is (30,8,77). Sum of RGB (Red+Green+Blue) = 30+8+77=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E084D is #E1F7B2. Grayscale: #161616. Windows color (decimal): -14809011 or 5048350. OLE color: 5048350.

HSL color Cylindrical-coordinate representation of color #1E084D: hue angle of 259.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E084D is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB30877-
CMYK0.610.9000.70
HSL259.13º81.18%16.67%-
HSV(B)259.13º89.61%30.2%-
XYZ1.960.997.11-
YUV22.44158.79133.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=26.09%
G=6.96%
B=66.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal308770.610.9000.70259.1381.1816.67
Hex1E84D3D5A0461035111
Octal361011575132010640312121
Binary1111010001001101111101101101001000110100000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,8,77); }

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

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

 a { background-color: rgb(30,8,77); }

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

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

 span { border-color: rgb(30,8,77); }

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