#24104B

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

Shades of Violent Violet #24104B

Tints of Violent Violet #24104B

Color information

#24104B (or 0x24104B) is unknown color: approx Violent Violet. HEX triplet: 24, 10 and 4B. RGB value is (36,16,75). Sum of RGB (Red+Green+Blue) = 36+16+75=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #24104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24104B is #DBEFB4. Grayscale: #1C1C1C. Windows color (decimal): -14413749 or 4919332. OLE color: 4919332.

HSL color Cylindrical-coordinate representation of color #24104B: hue angle of 260.34º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24104B is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB361675-
CMYK0.520.7900.71
HSL260.34º64.84%17.84%-
HSV(B)260.34º78.67%29.41%-
XYZ2.181.256.78-
YUV28.71154.13133.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.35%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=28.35%
G=12.60%
B=59.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3616750.520.7900.71260.3464.8417.84
Hex24104B344F0471044112
Octal442011364117010740410122
Binary100100100001001011110100100111101000111100000100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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