#24074F

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

Shades of Violent Violet #24074F

Tints of Violent Violet #24074F

Color information

#24074F (or 0x24074F) is unknown color: approx Violent Violet. HEX triplet: 24, 07 and 4F. RGB value is (36,7,79). Sum of RGB (Red+Green+Blue) = 36+7+79=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #24074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24074F is #DBF8B0. Grayscale: #171717. Windows color (decimal): -14416049 or 5179172. OLE color: 5179172.

HSL color Cylindrical-coordinate representation of color #24074F: hue angle of 264.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24074F is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB36779-
CMYK0.540.9100.69
HSL264.17º83.72%16.86%-
HSV(B)264.17º91.14%30.98%-
XYZ2.211.097.49-
YUV23.88159.11136.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.51%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=29.51%
G=5.74%
B=64.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal367790.540.9100.69264.1783.7216.86
Hex2474F365B0451085411
Octal44711766133010541012421
Binary1001001111001111110110101101101000101100001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24074F; }

 p { color: rgb(36,7,79); }

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

<style>
 a { background-color: #24074F; }

 a { background-color: rgb(36,7,79); }

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

<style>
 span { border-color: #24074F; }

 span { border-color: rgb(36,7,79); }

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