#180049

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

Shades of Violent Violet #180049

Tints of Violent Violet #180049

Color information

#180049 (or 0x180049) is unknown color: approx Violent Violet. HEX triplet: 18, 00 and 49. RGB value is (24,0,73). Sum of RGB (Red+Green+Blue) = 24+0+73=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #180049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180049 is #E7FFB6. Grayscale: #0F0F0F. Windows color (decimal): -15204279 or 4784152. OLE color: 4784152.

HSL color Cylindrical-coordinate representation of color #180049: hue angle of 259.73º 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 #180049 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB24073-
CMYK0.67100.71
HSL259.73º100%14.31%-
HSV(B)259.73º100%28.63%-
XYZ1.580.686.35-
YUV15.5160.45134.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 75.26%
R=24.74%
G=0%
B=75.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal240730.67100.71259.7310014.31
Hex18049436404710464e
Octal300111103144010740414416
Binary1100001001001100001111001000100011110000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180049; }

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

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

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

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

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

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

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

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