#19024C

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

Shades of Violent Violet #19024C

Tints of Violent Violet #19024C

Color information

#19024C (or 0x19024C) is unknown color: approx Violent Violet. HEX triplet: 19, 02 and 4C. RGB value is (25,2,76). Sum of RGB (Red+Green+Blue) = 25+2+76=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #19024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19024C is #E6FDB3. Grayscale: #111111. Windows color (decimal): -15138228 or 4981273. OLE color: 4981273.

HSL color Cylindrical-coordinate representation of color #19024C: hue angle of 258.65º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19024C is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB25276-
CMYK0.670.9700.70
HSL258.65º94.87%15.29%-
HSV(B)258.65º97.37%29.8%-
XYZ1.730.776.9-
YUV17.31161.12133.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=24.27%
G=1.94%
B=73.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal252760.670.9700.70258.6594.8715.29
Hex1924C43610461035ff
Octal312114103141010640313717
Binary11001101001100100001111000010100011010000001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19024C; }

 p { color: rgb(25,2,76); }

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

<style>
 a { background-color: #19024C; }

 a { background-color: rgb(25,2,76); }

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

<style>
 span { border-color: #19024C; }

 span { border-color: rgb(25,2,76); }

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