#24194A

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

Shades of Violent Violet #24194A

Tints of Violent Violet #24194A

Color information

#24194A (or 0x24194A) is unknown color: approx Violent Violet. HEX triplet: 24, 19 and 4A. RGB value is (36,25,74). Sum of RGB (Red+Green+Blue) = 36+25+74=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #24194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24194A is #DBE6B5. Grayscale: #212121. Windows color (decimal): -14411446 or 4856100. OLE color: 4856100.

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

Color convert

RGB362574-
CMYK0.510.6600.71
HSL253.47º49.49%19.41%-
HSV(B)253.47º66.22%29.02%-
XYZ2.311.566.66-
YUV33.88150.64129.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 74 (29.30% from 255) = 54.81%
R=26.67%
G=18.52%
B=54.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3625740.510.6600.71253.4749.4919.41
Hex24194A3342047fd3113
Octal44311126310201073756123
Binary1001001100110010101100111000010010001111111110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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