#241159

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

Shades of Violent Violet #241159

Tints of Violent Violet #241159

Color information

#241159 (or 0x241159) is unknown color: approx Violent Violet. HEX triplet: 24, 11 and 59. RGB value is (36,17,89). Sum of RGB (Red+Green+Blue) = 36+17+89=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #241159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241159 is #DBEEA6. Grayscale: #1E1E1E. Windows color (decimal): -14413479 or 5837092. OLE color: 5837092.

HSL color Cylindrical-coordinate representation of color #241159: hue angle of 255.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241159 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB361789-
CMYK0.600.8100.65
HSL255.83º67.92%20.78%-
HSV(B)255.83º80.9%34.9%-
XYZ2.731.59.6-
YUV30.89160.79131.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=25.35%
G=11.97%
B=62.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3617890.600.8100.65255.8367.9220.78
Hex2411593C510411004415
Octal442113174121010140010425
Binary100100100011011001111100101000101000001100000000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241159; }

 p { color: rgb(36,17,89); }

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

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

 a { background-color: rgb(36,17,89); }

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

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

 span { border-color: rgb(36,17,89); }

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