#241149

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

Shades of Violent Violet #241149

Tints of Violent Violet #241149

Color information

#241149 (or 0x241149) is unknown color: approx Violent Violet. HEX triplet: 24, 11 and 49. RGB value is (36,17,73). Sum of RGB (Red+Green+Blue) = 36+17+73=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #241149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241149 is #DBEEB6. Grayscale: #1C1C1C. Windows color (decimal): -14413495 or 4788516. OLE color: 4788516.

HSL color Cylindrical-coordinate representation of color #241149: hue angle of 260.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241149 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB361773-
CMYK0.510.7700.71
HSL260.36º62.22%17.65%-
HSV(B)260.36º76.71%28.63%-
XYZ2.131.266.43-
YUV29.06152.79132.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=28.57%
G=13.49%
B=57.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3617730.510.7700.71260.3662.2217.65
Hex241149334D0471043e12
Octal44211116311501074047622
Binary10010010001100100111001110011010100011110000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241149; }

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

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

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

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

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

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

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

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