#240C58

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

Shades of Violent Violet #240C58

Tints of Violent Violet #240C58

Color information

#240C58 (or 0x240C58) is unknown color: approx Violent Violet. HEX triplet: 24, 0C and 58. RGB value is (36,12,88). Sum of RGB (Red+Green+Blue) = 36+12+88=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #240C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C58 is #DBF3A7. Grayscale: #1B1B1B. Windows color (decimal): -14414760 or 5770276. OLE color: 5770276.

HSL color Cylindrical-coordinate representation of color #240C58: hue angle of 258.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240C58 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB361288-
CMYK0.590.8600.65
HSL258.95º76%19.61%-
HSV(B)258.95º86.36%34.51%-
XYZ2.621.349.35-
YUV27.84161.95133.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 88 (34.77% from 255) = 64.71%
R=26.47%
G=8.82%
B=64.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3612880.590.8600.65258.957619.61
Hex24C583B560411034c14
Octal441413073126010140311424
Binary10010011001011000111011101011001000001100000011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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