#180250

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

Shades of Violent Violet #180250

Tints of Violent Violet #180250

Color information

#180250 (or 0x180250) is unknown color: approx Violent Violet. HEX triplet: 18, 02 and 50. RGB value is (24,2,80). Sum of RGB (Red+Green+Blue) = 24+2+80=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #180250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180250 is #E7FDAF. Grayscale: #111111. Windows color (decimal): -15203760 or 5243416. OLE color: 5243416.

HSL color Cylindrical-coordinate representation of color #180250: hue angle of 256.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180250 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24280-
CMYK0.700.9800.69
HSL256.92º95.12%16.08%-
HSV(B)256.92º97.5%31.37%-
XYZ1.850.827.65-
YUV17.47163.29132.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 80 (31.64% from 255) = 75.47%
R=22.64%
G=1.89%
B=75.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal242800.700.9800.69256.9295.1216.08
Hex1825046620451015f10
Octal302120106142010540113720
Binary110001010100001000110110001001000101100000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180250; }

 p { color: rgb(24,2,80); }

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

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

 a { background-color: rgb(24,2,80); }

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

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

 span { border-color: rgb(24,2,80); }

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