#240C52

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

Shades of Violent Violet #240C52

Tints of Violent Violet #240C52

Color information

#240C52 (or 0x240C52) is unknown color: approx Violent Violet. HEX triplet: 24, 0C and 52. RGB value is (36,12,82). Sum of RGB (Red+Green+Blue) = 36+12+82=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #240C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C52 is #DBF3AD. Grayscale: #1A1A1A. Windows color (decimal): -14414766 or 5377060. OLE color: 5377060.

HSL color Cylindrical-coordinate representation of color #240C52: hue angle of 260.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240C52 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB361282-
CMYK0.560.8500.68
HSL260.57º74.47%18.43%-
HSV(B)260.57º85.37%32.16%-
XYZ2.381.258.1-
YUV27.16158.95134.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.69%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 82 (32.42% from 255) = 63.08%
R=27.69%
G=9.23%
B=63.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3612820.560.8500.68260.5774.4718.43
Hex24C5238550441054a12
Octal441412270125010440511222
Binary10010011001010010111000101010101000100100000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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