#24104D

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

Shades of Violent Violet #24104D

Tints of Violent Violet #24104D

Color information

#24104D (or 0x24104D) is unknown color: approx Violent Violet. HEX triplet: 24, 10 and 4D. RGB value is (36,16,77). Sum of RGB (Red+Green+Blue) = 36+16+77=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #24104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24104D is #DBEFB2. Grayscale: #1C1C1C. Windows color (decimal): -14413747 or 5050404. OLE color: 5050404.

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

Color convert

RGB361677-
CMYK0.530.7900.70
HSL259.67º65.59%18.24%-
HSV(B)259.67º79.22%30.2%-
XYZ2.251.287.15-
YUV28.93155.13133.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.91%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=27.91%
G=12.40%
B=59.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3616770.530.7900.70259.6765.5918.24
Hex24104D354F0461044212
Octal442011565117010640410222
Binary100100100001001101110101100111101000110100000100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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