#120340

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

Shades of Violent Violet #120340

Tints of Violent Violet #120340

Color information

#120340 (or 0x120340) is unknown color: approx Violent Violet. HEX triplet: 12, 03 and 40. RGB value is (18,3,64). Sum of RGB (Red+Green+Blue) = 18+3+64=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #120340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120340 is #EDFCBF. Grayscale: #0E0E0E. Windows color (decimal): -15596736 or 4195090. OLE color: 4195090.

HSL color Cylindrical-coordinate representation of color #120340: hue angle of 254.75º 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 #120340 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18364-
CMYK0.720.9500.75
HSL254.75º91.04%13.14%-
HSV(B)254.75º95.31%25.1%-
XYZ1.210.564.9-
YUV14.44155.97130.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 64 (25.39% from 255) = 75.29%
R=21.18%
G=3.53%
B=75.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal183640.720.9500.75254.7591.0413.14
Hex12340485F04Bff5bd
Octal223100110137011337713315
Binary1001011100000010010001011111010010111111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120340; }

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

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

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

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

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

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

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

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