#120441

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

Shades of Violent Violet #120441

Tints of Violent Violet #120441

Color information

#120441 (or 0x120441) is unknown color: approx Violent Violet. HEX triplet: 12, 04 and 41. RGB value is (18,4,65). Sum of RGB (Red+Green+Blue) = 18+4+65=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #120441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120441 is #EDFBBE. Grayscale: #0E0E0E. Windows color (decimal): -15596479 or 4260882. OLE color: 4260882.

HSL color Cylindrical-coordinate representation of color #120441: hue angle of 253.77º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120441 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18465-
CMYK0.720.9400.75
HSL253.77º88.41%13.53%-
HSV(B)253.77º93.85%25.49%-
XYZ1.250.65.05-
YUV15.14156.14130.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 65 (25.78% from 255) = 74.71%
R=20.69%
G=4.60%
B=74.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal184650.720.9400.75253.7788.4113.53
Hex12441485E04Bfe58e
Octal224101110136011337613016
Binary10010100100000110010001011110010010111111111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120441; }

 p { color: rgb(18,4,65); }

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

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

 a { background-color: rgb(18,4,65); }

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

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

 span { border-color: rgb(18,4,65); }

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