#1E024B

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

Shades of Violent Violet #1E024B

Tints of Violent Violet #1E024B

Color information

#1E024B (or 0x1E024B) is unknown color: approx Violent Violet. HEX triplet: 1E, 02 and 4B. RGB value is (30,2,75). Sum of RGB (Red+Green+Blue) = 30+2+75=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E024B is #E1FDB4. Grayscale: #121212. Windows color (decimal): -14810549 or 4915742. OLE color: 4915742.

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

Color convert

RGB30275-
CMYK0.600.9700.71
HSL263.01º94.81%15.1%-
HSV(B)263.01º97.33%29.41%-
XYZ1.830.836.72-
YUV18.69159.78136.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.04%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=28.04%
G=1.87%
B=70.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal302750.600.9700.71263.0194.8115.1
Hex1E24B3C610471075ff
Octal36211374141010740713717
Binary1111010100101111110011000010100011110000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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