#240B49

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

Shades of Violent Violet #240B49

Tints of Violent Violet #240B49

Color information

#240B49 (or 0x240B49) is unknown color: approx Violent Violet. HEX triplet: 24, 0B and 49. RGB value is (36,11,73). Sum of RGB (Red+Green+Blue) = 36+11+73=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #240B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B49 is #DBF4B6. Grayscale: #191919. Windows color (decimal): -14415031 or 4786980. OLE color: 4786980.

HSL color Cylindrical-coordinate representation of color #240B49: hue angle of 264.19º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240B49 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB361173-
CMYK0.510.8500.71
HSL264.19º73.81%16.47%-
HSV(B)264.19º84.93%28.63%-
XYZ2.051.16.41-
YUV25.54154.78135.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=30%
G=9.17%
B=60.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3611730.510.8500.71264.1973.8116.47
Hex24B4933550471084a10
Octal441311163125010741011220
Binary10010010111001001110011101010101000111100001000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240B49; }

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

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

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

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

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

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

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

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