#241949

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

Shades of Violent Violet #241949

Tints of Violent Violet #241949

Color information

#241949 (or 0x241949) is unknown color: approx Violent Violet. HEX triplet: 24, 19 and 49. RGB value is (36,25,73). Sum of RGB (Red+Green+Blue) = 36+25+73=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #241949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241949 is #DBE6B6. Grayscale: #212121. Windows color (decimal): -14411447 or 4790564. OLE color: 4790564.

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

Color convert

RGB362573-
CMYK0.510.6600.71
HSL253.75º48.98%19.22%-
HSV(B)253.75º65.75%28.63%-
XYZ2.281.556.48-
YUV33.76150.14129.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=26.87%
G=18.66%
B=54.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3625730.510.6600.71253.7548.9819.22
Hex2419493342047fe3113
Octal44311116310201073766123
Binary1001001100110010011100111000010010001111111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241949; }

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

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

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

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

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

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

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

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