#24094A

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

Shades of Violent Violet #24094A

Tints of Violent Violet #24094A

Color information

#24094A (or 0x24094A) is unknown color: approx Violent Violet. HEX triplet: 24, 09 and 4A. RGB value is (36,9,74). Sum of RGB (Red+Green+Blue) = 36+9+74=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #24094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24094A is #DBF6B5. Grayscale: #181818. Windows color (decimal): -14415542 or 4852004. OLE color: 4852004.

HSL color Cylindrical-coordinate representation of color #24094A: hue angle of 264.92º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24094A is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36974-
CMYK0.510.8800.71
HSL264.92º78.31%16.27%-
HSV(B)264.92º87.84%29.02%-
XYZ2.061.066.58-
YUV24.48155.95136.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.25%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 74 (29.30% from 255) = 62.18%
R=30.25%
G=7.56%
B=62.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal369740.510.8800.71264.9278.3116.27
Hex2494A33580471094e10
Octal441111263130010741111620
Binary10010010011001010110011101100001000111100001001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24094A; }

 p { color: rgb(36,9,74); }

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

<style>
 a { background-color: #24094A; }

 a { background-color: rgb(36,9,74); }

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

<style>
 span { border-color: #24094A; }

 span { border-color: rgb(36,9,74); }

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