#240058

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

Shades of Violent Violet #240058

Tints of Violent Violet #240058

Color information

#240058 (or 0x240058) is unknown color: approx Violent Violet. HEX triplet: 24, 00 and 58. RGB value is (36,0,88). Sum of RGB (Red+Green+Blue) = 36+0+88=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #240058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240058 is #DBFFA7. Grayscale: #141414. Windows color (decimal): -14417832 or 5767204. OLE color: 5767204.

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

Color convert

RGB36088-
CMYK0.59100.65
HSL264.55º100%17.25%-
HSV(B)264.55º100%34.51%-
XYZ2.491.089.31-
YUV20.8165.93138.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 70.97%
R=29.03%
G=0%
B=70.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal360880.59100.65264.5510017.25
Hex240583B640411096411
Octal44013073144010141114421
Binary10010001011000111011110010001000001100001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240058; }

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

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

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

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

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

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

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

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