#241249

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

Shades of Violent Violet #241249

Tints of Violent Violet #241249

Color information

#241249 (or 0x241249) is unknown color: approx Violent Violet. HEX triplet: 24, 12 and 49. RGB value is (36,18,73). Sum of RGB (Red+Green+Blue) = 36+18+73=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #241249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241249 is #DBEDB6. Grayscale: #1D1D1D. Windows color (decimal): -14413239 or 4788772. OLE color: 4788772.

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

Color convert

RGB361873-
CMYK0.510.7500.71
HSL259.64º60.44%17.84%-
HSV(B)259.64º75.34%28.63%-
XYZ2.151.296.44-
YUV29.65152.46132.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.35%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 73 (28.91% from 255) = 57.48%
R=28.35%
G=14.17%
B=57.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3618730.510.7500.71259.6460.4417.84
Hex241249334B0471043c12
Octal44221116311301074047422
Binary10010010010100100111001110010110100011110000010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241249; }

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

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

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

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

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

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

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

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