#240E53

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

Shades of Violent Violet #240E53

Tints of Violent Violet #240E53

Color information

#240E53 (or 0x240E53) is unknown color: approx Violent Violet. HEX triplet: 24, 0E and 53. RGB value is (36,14,83). Sum of RGB (Red+Green+Blue) = 36+14+83=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #240E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E53 is #DBF1AC. Grayscale: #1C1C1C. Windows color (decimal): -14414253 or 5443108. OLE color: 5443108.

HSL color Cylindrical-coordinate representation of color #240E53: hue angle of 259.13º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240E53 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB361483-
CMYK0.570.8300.67
HSL259.13º71.13%19.02%-
HSV(B)259.13º83.13%32.55%-
XYZ2.451.318.31-
YUV28.44158.79133.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=27.07%
G=10.53%
B=62.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3614830.570.8300.67259.1371.1319.02
Hex24E5339530431034713
Octal441612371123010340310723
Binary10010011101010011111001101001101000011100000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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