#1E0055

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

Shades of Violent Violet #1E0055

Tints of Violent Violet #1E0055

Color information

#1E0055 (or 0x1E0055) is unknown color: approx Violent Violet. HEX triplet: 1E, 00 and 55. RGB value is (30,0,85). Sum of RGB (Red+Green+Blue) = 30+0+85=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0055 is #E1FFAA. Grayscale: #121212. Windows color (decimal): -14811051 or 5570590. OLE color: 5570590.

HSL color Cylindrical-coordinate representation of color #1E0055: hue angle of 261.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0055 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB30085-
CMYK0.65100.67
HSL261.18º100%16.67%-
HSV(B)261.18º100%33.33%-
XYZ2.180.938.66-
YUV18.66165.44136.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 73.91%
R=26.09%
G=0%
B=73.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal300850.65100.67261.1810016.67
Hex1E05541640431056411
Octal360125101144010340514421
Binary11110010101011000001110010001000011100000101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,85); }

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

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

 a { background-color: rgb(30,0,85); }

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

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

 span { border-color: rgb(30,0,85); }

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