#24134D

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

Shades of Violent Violet #24134D

Tints of Violent Violet #24134D

Color information

#24134D (or 0x24134D) is unknown color: approx Violent Violet. HEX triplet: 24, 13 and 4D. RGB value is (36,19,77). Sum of RGB (Red+Green+Blue) = 36+19+77=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #24134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24134D is #DBECB2. Grayscale: #1E1E1E. Windows color (decimal): -14412979 or 5051172. OLE color: 5051172.

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

Color convert

RGB361977-
CMYK0.530.7500.70
HSL257.59º60.42%18.82%-
HSV(B)257.59º75.32%30.2%-
XYZ2.31.387.17-
YUV30.7154.13131.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=27.27%
G=14.39%
B=58.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3619770.530.7500.70257.5960.4218.82
Hex24134D354B0461023c13
Octal44231156511301064027423
Binary10010010011100110111010110010110100011010000001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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