#1E064D

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

Shades of Violent Violet #1E064D

Tints of Violent Violet #1E064D

Color information

#1E064D (or 0x1E064D) is unknown color: approx Violent Violet. HEX triplet: 1E, 06 and 4D. RGB value is (30,6,77). Sum of RGB (Red+Green+Blue) = 30+6+77=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E064D is #E1F9B2. Grayscale: #151515. Windows color (decimal): -14809523 or 5047838. OLE color: 5047838.

HSL color Cylindrical-coordinate representation of color #1E064D: hue angle of 260.28º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E064D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB30677-
CMYK0.610.9200.70
HSL260.28º85.54%16.27%-
HSV(B)260.28º92.21%30.2%-
XYZ1.940.947.1-
YUV21.27159.45134.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 77 (30.47% from 255) = 68.14%
R=26.55%
G=5.31%
B=68.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal306770.610.9200.70260.2885.5416.27
Hex1E64D3D5C0461045610
Octal36611575134010640412620
Binary111101101001101111101101110001000110100000100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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