#241540

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

Shades of Violent Violet #241540

Tints of Violent Violet #241540

Color information

#241540 (or 0x241540) is unknown color: approx Violent Violet. HEX triplet: 24, 15 and 40. RGB value is (36,21,64). Sum of RGB (Red+Green+Blue) = 36+21+64=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #241540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241540 is #DBEABF. Grayscale: #1E1E1E. Windows color (decimal): -14412480 or 4199716. OLE color: 4199716.

HSL color Cylindrical-coordinate representation of color #241540: hue angle of 260.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241540 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB362164-
CMYK0.440.6700.75
HSL260.93º50.59%16.67%-
HSV(B)260.93º67.19%25.1%-
XYZ1.921.285-
YUV30.39146.97132-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=29.75%
G=17.36%
B=52.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3621640.440.6700.75260.9350.5916.67
Hex2415402C4304B1053311
Octal44251005410301134056321
Binary10010010101100000010110010000110100101110000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241540; }

 p { color: rgb(36,21,64); }

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

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

 a { background-color: rgb(36,21,64); }

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

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

 span { border-color: rgb(36,21,64); }

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