#140342

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

Shades of Violent Violet #140342

Tints of Violent Violet #140342

Color information

#140342 (or 0x140342) is unknown color: approx Violent Violet. HEX triplet: 14, 03 and 42. RGB value is (20,3,66). Sum of RGB (Red+Green+Blue) = 20+3+66=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 66 (26.17% from 255 or 74.16% from 89); Max value from RGB is 66 - color contains mainly: blue. Hex color #140342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140342 is #EBFCBD. Grayscale: #0F0F0F. Windows color (decimal): -15465662 or 4326164. OLE color: 4326164.

HSL color Cylindrical-coordinate representation of color #140342: hue angle of 256.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140342 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB20366-
CMYK0.700.9500.74
HSL256.19º91.3%13.53%-
HSV(B)256.19º95.45%25.88%-
XYZ1.30.615.2-
YUV15.26156.63131.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 66 (26.17% from 255) = 74.16%
R=22.47%
G=3.37%
B=74.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal203660.700.9500.74256.1991.313.53
Hex14342465F04A1005be
Octal243102106137011240013316
Binary10100111000010100011010111110100101010000000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140342; }

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

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

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

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

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

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

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

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