#140340

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

Shades of Violent Violet #140340

Tints of Violent Violet #140340

Color information

#140340 (or 0x140340) is unknown color: approx Violent Violet. HEX triplet: 14, 03 and 40. RGB value is (20,3,64). Sum of RGB (Red+Green+Blue) = 20+3+64=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #140340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140340 is #EBFCBF. Grayscale: #0E0E0E. Windows color (decimal): -15465664 or 4195092. OLE color: 4195092.

HSL color Cylindrical-coordinate representation of color #140340: hue angle of 256.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140340 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20364-
CMYK0.690.9500.75
HSL256.72º91.04%13.14%-
HSV(B)256.72º95.31%25.1%-
XYZ1.250.584.9-
YUV15.04155.63131.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 64 (25.39% from 255) = 73.56%
R=22.99%
G=3.45%
B=73.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal203640.690.9500.75256.7291.0413.14
Hex14340455F04B1015bd
Octal243100105137011340113315
Binary10100111000000100010110111110100101110000000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140340; }

 p { color: rgb(20,3,64); }

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

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

 a { background-color: rgb(20,3,64); }

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

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

 span { border-color: rgb(20,3,64); }

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