#240F56

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

Shades of Violent Violet #240F56

Tints of Violent Violet #240F56

Color information

#240F56 (or 0x240F56) is unknown color: approx Violent Violet. HEX triplet: 24, 0F and 56. RGB value is (36,15,86). Sum of RGB (Red+Green+Blue) = 36+15+86=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #240F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F56 is #DBF0A9. Grayscale: #1D1D1D. Windows color (decimal): -14413994 or 5639972. OLE color: 5639972.

HSL color Cylindrical-coordinate representation of color #240F56: hue angle of 257.75º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240F56 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB361586-
CMYK0.580.8300.66
HSL257.75º70.3%19.8%-
HSV(B)257.75º82.56%33.73%-
XYZ2.581.398.94-
YUV29.37159.96132.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=26.28%
G=10.95%
B=62.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3615860.580.8300.66257.7570.319.8
Hex24F563A530421024614
Octal441712672123010240210624
Binary10010011111010110111010101001101000010100000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,86); }

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

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

 a { background-color: rgb(36,15,86); }

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

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

 span { border-color: rgb(36,15,86); }

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