#240255

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

Shades of Violent Violet #240255

Tints of Violent Violet #240255

Color information

#240255 (or 0x240255) is unknown color: approx Violent Violet. HEX triplet: 24, 02 and 55. RGB value is (36,2,85). Sum of RGB (Red+Green+Blue) = 36+2+85=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #240255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240255 is #DBFDAA. Grayscale: #151515. Windows color (decimal): -14417323 or 5571108. OLE color: 5571108.

HSL color Cylindrical-coordinate representation of color #240255: hue angle of 264.58º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240255 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB36285-
CMYK0.580.9800.67
HSL264.58º95.4%17.06%-
HSV(B)264.58º97.65%33.33%-
XYZ2.391.078.68-
YUV21.63163.76138.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=29.27%
G=1.63%
B=69.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal362850.580.9800.67264.5895.417.06
Hex242553A620431095f11
Octal44212572142010341113721
Binary100100101010101111010110001001000011100001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240255; }

 p { color: rgb(36,2,85); }

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

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

 a { background-color: rgb(36,2,85); }

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

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

 span { border-color: rgb(36,2,85); }

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