#190049

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

Shades of Violent Violet #190049

Tints of Violent Violet #190049

Color information

#190049 (or 0x190049) is unknown color: approx Violent Violet. HEX triplet: 19, 00 and 49. RGB value is (25,0,73). Sum of RGB (Red+Green+Blue) = 25+0+73=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #190049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190049 is #E6FFB6. Grayscale: #0F0F0F. Windows color (decimal): -15138743 or 4784153. OLE color: 4784153.

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

Color convert

RGB25073-
CMYK0.66100.71
HSL260.55º100%14.31%-
HSV(B)260.55º100%28.63%-
XYZ1.60.696.35-
YUV15.8160.28134.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=25.51%
G=0%
B=74.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal250730.66100.71260.5510014.31
Hex19049426404710564e
Octal310111102144010740514416
Binary1100101001001100001011001000100011110000010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190049; }

 p { color: rgb(25,0,73); }

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

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

 a { background-color: rgb(25,0,73); }

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

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

 span { border-color: rgb(25,0,73); }

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