#1E094C

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

Shades of Violent Violet #1E094C

Tints of Violent Violet #1E094C

Color information

#1E094C (or 0x1E094C) is unknown color: approx Violent Violet. HEX triplet: 1E, 09 and 4C. RGB value is (30,9,76). Sum of RGB (Red+Green+Blue) = 30+9+76=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E094C is #E1F6B3. Grayscale: #161616. Windows color (decimal): -14808756 or 4983070. OLE color: 4983070.

HSL color Cylindrical-coordinate representation of color #1E094C: hue angle of 258.81º 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 #1E094C is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB30976-
CMYK0.610.8800.70
HSL258.81º78.82%16.67%-
HSV(B)258.81º88.16%29.8%-
XYZ1.940.996.93-
YUV22.92157.96133.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=26.09%
G=7.83%
B=66.09%

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
Decimal309760.610.8800.70258.8178.8216.67
Hex1E94C3D580461034f11
Octal361111475130010640311721
Binary1111010011001100111101101100001000110100000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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