#1E0659

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

Shades of Violent Violet #1E0659

Tints of Violent Violet #1E0659

Color information

#1E0659 (or 0x1E0659) is unknown color: approx Violent Violet. HEX triplet: 1E, 06 and 59. RGB value is (30,6,89). Sum of RGB (Red+Green+Blue) = 30+6+89=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E0659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0659 is #E1F9A6. Grayscale: #161616. Windows color (decimal): -14809511 or 5834270. OLE color: 5834270.

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

Color convert

RGB30689-
CMYK0.660.9300.65
HSL257.35º87.37%18.63%-
HSV(B)257.35º93.26%34.9%-
XYZ2.41.139.54-
YUV22.64165.45133.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 89 (35.16% from 255) = 71.2%
R=24%
G=4.8%
B=71.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal306890.660.9300.65257.3587.3718.63
Hex1E659425D0411015713
Octal366131102135010140112723
Binary1111011010110011000010101110101000001100000001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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