#240C4C

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

Shades of Violent Violet #240C4C

Tints of Violent Violet #240C4C

Color information

#240C4C (or 0x240C4C) is unknown color: approx Violent Violet. HEX triplet: 24, 0C and 4C. RGB value is (36,12,76). Sum of RGB (Red+Green+Blue) = 36+12+76=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #240C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C4C is #DBF3B3. Grayscale: #1A1A1A. Windows color (decimal): -14414772 or 4983844. OLE color: 4983844.

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

Color convert

RGB361276-
CMYK0.530.8400.70
HSL262.5º72.73%17.25%-
HSV(B)262.5º84.21%29.8%-
XYZ2.161.166.95-
YUV26.47155.95134.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.03%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=29.03%
G=9.68%
B=61.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3612760.530.8400.70262.572.7317.25
Hex24C4C35540461064911
Octal441411465124010640611121
Binary10010011001001100110101101010001000110100000110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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