#1E0259

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

Shades of Violent Violet #1E0259

Tints of Violent Violet #1E0259

Color information

#1E0259 (or 0x1E0259) is unknown color: approx Violent Violet. HEX triplet: 1E, 02 and 59. RGB value is (30,2,89). Sum of RGB (Red+Green+Blue) = 30+2+89=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0259 is #E1FDA6. Grayscale: #131313. Windows color (decimal): -14810535 or 5833246. OLE color: 5833246.

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

Color convert

RGB30289-
CMYK0.660.9800.65
HSL259.31º95.6%17.84%-
HSV(B)259.31º97.75%34.9%-
XYZ2.361.049.53-
YUV20.29166.78134.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=24.79%
G=1.65%
B=73.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal302890.660.9800.65259.3195.617.84
Hex1E25942620411036012
Octal362131102142010140314022
Binary111101010110011000010110001001000001100000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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