#1E014B

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

Shades of Violent Violet #1E014B

Tints of Violent Violet #1E014B

Color information

#1E014B (or 0x1E014B) is unknown color: approx Violent Violet. HEX triplet: 1E, 01 and 4B. RGB value is (30,1,75). Sum of RGB (Red+Green+Blue) = 30+1+75=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E014B is #E1FEB4. Grayscale: #111111. Windows color (decimal): -14810805 or 4915486. OLE color: 4915486.

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

Color convert

RGB30175-
CMYK0.600.9900.71
HSL263.51º97.37%14.9%-
HSV(B)263.51º98.67%29.41%-
XYZ1.820.816.72-
YUV18.11160.11136.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.30%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=28.30%
G=0.94%
B=70.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal301750.600.9900.71263.5197.3714.9
Hex1E14B3C6304710861f
Octal36111374143010741014117
Binary111101100101111110011000110100011110000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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