#24114D

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

Shades of Violent Violet #24114D

Tints of Violent Violet #24114D

Color information

#24114D (or 0x24114D) is unknown color: approx Violent Violet. HEX triplet: 24, 11 and 4D. RGB value is (36,17,77). Sum of RGB (Red+Green+Blue) = 36+17+77=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #24114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24114D is #DBEEB2. Grayscale: #1D1D1D. Windows color (decimal): -14413491 or 5050660. OLE color: 5050660.

HSL color Cylindrical-coordinate representation of color #24114D: hue angle of 259º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24114D is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB361777-
CMYK0.530.7800.70
HSL259º63.83%18.43%-
HSV(B)259º77.92%30.2%-
XYZ2.271.317.15-
YUV29.52154.79132.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.69%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=27.69%
G=13.08%
B=59.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3617770.530.7800.7025963.8318.43
Hex24114D354E0461034012
Octal442111565116010640310022
Binary100100100011001101110101100111001000110100000011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24114D; }

 p { color: rgb(36,17,77); }

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

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

 a { background-color: rgb(36,17,77); }

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

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

 span { border-color: rgb(36,17,77); }

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