#240E4C

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

Shades of Violent Violet #240E4C

Tints of Violent Violet #240E4C

Color information

#240E4C (or 0x240E4C) is unknown color: approx Violent Violet. HEX triplet: 24, 0E and 4C. RGB value is (36,14,76). Sum of RGB (Red+Green+Blue) = 36+14+76=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #240E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E4C is #DBF1B3. Grayscale: #1B1B1B. Windows color (decimal): -14414260 or 4984356. OLE color: 4984356.

HSL color Cylindrical-coordinate representation of color #240E4C: hue angle of 261.29º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240E4C is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB361476-
CMYK0.530.8200.70
HSL261.29º68.89%17.65%-
HSV(B)261.29º81.58%29.8%-
XYZ2.191.216.96-
YUV27.65155.29133.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=28.57%
G=11.11%
B=60.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3614760.530.8200.70261.2968.8917.65
Hex24E4C35520461054512
Octal441611465122010640510522
Binary10010011101001100110101101001001000110100000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,14,76); }

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

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

 a { background-color: rgb(36,14,76); }

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

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

 span { border-color: rgb(36,14,76); }

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