#240552

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

Shades of Violent Violet #240552

Tints of Violent Violet #240552

Color information

#240552 (or 0x240552) is unknown color: approx Violent Violet. HEX triplet: 24, 05 and 52. RGB value is (36,5,82). Sum of RGB (Red+Green+Blue) = 36+5+82=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #240552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240552 is #DBFAAD. Grayscale: #161616. Windows color (decimal): -14416558 or 5375268. OLE color: 5375268.

HSL color Cylindrical-coordinate representation of color #240552: hue angle of 264.16º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240552 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB36582-
CMYK0.560.9400.68
HSL264.16º88.51%17.06%-
HSV(B)264.16º93.9%32.16%-
XYZ2.31.098.07-
YUV23.05161.27137.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=29.27%
G=4.07%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal365820.560.9400.68264.1688.5117.06
Hex24552385E0441085911
Octal44512270136010441013121
Binary1001001011010010111000101111001000100100001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240552; }

 p { color: rgb(36,5,82); }

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

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

 a { background-color: rgb(36,5,82); }

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

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

 span { border-color: rgb(36,5,82); }

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