#240057

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

Shades of Violent Violet #240057

Tints of Violent Violet #240057

Color information

#240057 (or 0x240057) is unknown color: approx Violent Violet. HEX triplet: 24, 00 and 57. RGB value is (36,0,87). Sum of RGB (Red+Green+Blue) = 36+0+87=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #240057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240057 is #DBFFA8. Grayscale: #141414. Windows color (decimal): -14417833 or 5701668. OLE color: 5701668.

HSL color Cylindrical-coordinate representation of color #240057: hue angle of 264.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240057 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB36087-
CMYK0.59100.66
HSL264.83º100%17.06%-
HSV(B)264.83º100%34.12%-
XYZ2.451.069.09-
YUV20.68165.43138.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 70.73%
R=29.27%
G=0%
B=70.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal360870.59100.66264.8310017.06
Hex240573B640421096411
Octal44012773144010241114421
Binary10010001010111111011110010001000010100001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240057; }

 p { color: rgb(36,0,87); }

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

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

 a { background-color: rgb(36,0,87); }

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

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

 span { border-color: rgb(36,0,87); }

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