#240B58

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

Shades of Violent Violet #240B58

Tints of Violent Violet #240B58

Color information

#240B58 (or 0x240B58) is unknown color: approx Violent Violet. HEX triplet: 24, 0B and 58. RGB value is (36,11,88). Sum of RGB (Red+Green+Blue) = 36+11+88=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #240B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B58 is #DBF4A7. Grayscale: #1A1A1A. Windows color (decimal): -14415016 or 5770020. OLE color: 5770020.

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

Color convert

RGB361188-
CMYK0.590.8800.65
HSL259.48º77.78%19.41%-
HSV(B)259.48º87.5%34.51%-
XYZ2.611.329.35-
YUV27.25162.28134.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=26.67%
G=8.15%
B=65.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3611880.590.8800.65259.4877.7819.41
Hex24B583B580411034e13
Octal441313073130010140311623
Binary10010010111011000111011101100001000001100000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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