#1E094B

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

Shades of Violent Violet #1E094B

Tints of Violent Violet #1E094B

Color information

#1E094B (or 0x1E094B) is unknown color: approx Violent Violet. HEX triplet: 1E, 09 and 4B. RGB value is (30,9,75). Sum of RGB (Red+Green+Blue) = 30+9+75=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E094B is #E1F6B4. Grayscale: #161616. Windows color (decimal): -14808757 or 4917534. OLE color: 4917534.

HSL color Cylindrical-coordinate representation of color #1E094B: hue angle of 259.09º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E094B is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB30975-
CMYK0.600.8800.71
HSL259.09º78.57%16.47%-
HSV(B)259.09º88%29.41%-
XYZ1.90.986.75-
YUV22.8157.46133.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.32%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=26.32%
G=7.89%
B=65.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal309750.600.8800.71259.0978.5716.47
Hex1E94B3C580471034f10
Octal361111374130010740311720
Binary1111010011001011111100101100001000111100000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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