#1E094D

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

Shades of Violent Violet #1E094D

Tints of Violent Violet #1E094D

Color information

#1E094D (or 0x1E094D) is unknown color: approx Violent Violet. HEX triplet: 1E, 09 and 4D. RGB value is (30,9,77). Sum of RGB (Red+Green+Blue) = 30+9+77=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E094D is #E1F6B2. Grayscale: #161616. Windows color (decimal): -14808755 or 5048606. OLE color: 5048606.

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

Color convert

RGB30977-
CMYK0.610.8800.70
HSL258.53º79.07%16.86%-
HSV(B)258.53º88.31%30.2%-
XYZ1.971.017.11-
YUV23.03158.46132.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=25.86%
G=7.76%
B=66.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal309770.610.8800.70258.5379.0716.86
Hex1E94D3D580461034f11
Octal361111575130010640311721
Binary1111010011001101111101101100001000110100000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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