#24084D

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

Shades of Violent Violet #24084D

Tints of Violent Violet #24084D

Color information

#24084D (or 0x24084D) is unknown color: approx Violent Violet. HEX triplet: 24, 08 and 4D. RGB value is (36,8,77). Sum of RGB (Red+Green+Blue) = 36+8+77=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #24084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24084D is #DBF7B2. Grayscale: #171717. Windows color (decimal): -14415795 or 5048356. OLE color: 5048356.

HSL color Cylindrical-coordinate representation of color #24084D: hue angle of 264.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24084D is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB36877-
CMYK0.530.9000.70
HSL264.35º81.18%16.67%-
HSV(B)264.35º89.61%30.2%-
XYZ2.151.087.12-
YUV24.24157.78136.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=29.75%
G=6.61%
B=63.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal368770.530.9000.70264.3581.1816.67
Hex2484D355A0461085111
Octal441011565132010641012121
Binary10010010001001101110101101101001000110100001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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