#241541

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

Shades of Violent Violet #241541

Tints of Violent Violet #241541

Color information

#241541 (or 0x241541) is unknown color: approx Violent Violet. HEX triplet: 24, 15 and 41. RGB value is (36,21,65). Sum of RGB (Red+Green+Blue) = 36+21+65=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #241541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241541 is #DBEABE. Grayscale: #1E1E1E. Windows color (decimal): -14412479 or 4265252. OLE color: 4265252.

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

Color convert

RGB362165-
CMYK0.450.6800.75
HSL260.45º51.16%16.86%-
HSV(B)260.45º67.69%25.49%-
XYZ1.951.295.15-
YUV30.5147.47131.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.51%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=29.51%
G=17.21%
B=53.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3621650.450.6800.75260.4551.1616.86
Hex2415412D4404B1043311
Octal44251015510401134046321
Binary10010010101100000110110110001000100101110000010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241541; }

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

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

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

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

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

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

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

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