#1E0559

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

Shades of Violent Violet #1E0559

Tints of Violent Violet #1E0559

Color information

#1E0559 (or 0x1E0559) is unknown color: approx Violent Violet. HEX triplet: 1E, 05 and 59. RGB value is (30,5,89). Sum of RGB (Red+Green+Blue) = 30+5+89=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0559 is #E1FAA6. Grayscale: #151515. Windows color (decimal): -14809767 or 5834014. OLE color: 5834014.

HSL color Cylindrical-coordinate representation of color #1E0559: hue angle of 257.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0559 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB30589-
CMYK0.660.9400.65
HSL257.86º89.36%18.43%-
HSV(B)257.86º94.38%34.9%-
XYZ2.391.119.54-
YUV22.05165.78133.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=24.19%
G=4.03%
B=71.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal305890.660.9400.65257.8689.3618.43
Hex1E559425E0411025912
Octal365131102136010140213122
Binary1111010110110011000010101111001000001100000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,89); }

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

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

 a { background-color: rgb(30,5,89); }

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

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

 span { border-color: rgb(30,5,89); }

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