#280757

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

Shades of Violent Violet #280757

Tints of Violent Violet #280757

Color information

#280757 (or 0x280757) is unknown color: approx Violent Violet. HEX triplet: 28, 07 and 57. RGB value is (40,7,87). Sum of RGB (Red+Green+Blue) = 40+7+87=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #280757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280757 is #D7F8A8. Grayscale: #191919. Windows color (decimal): -14153897 or 5703464. OLE color: 5703464.

HSL color Cylindrical-coordinate representation of color #280757: hue angle of 264.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280757 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB40787-
CMYK0.540.9200.66
HSL264.75º85.11%18.43%-
HSV(B)264.75º91.95%34.12%-
XYZ2.671.299.13-
YUV25.99162.43138-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 87 (34.38% from 255) = 64.93%
R=29.85%
G=5.22%
B=64.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal407870.540.9200.66264.7585.1118.43
Hex28757365C0421095512
Octal50712766134010241112522
Binary1010001111010111110110101110001000010100001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280757; }

 p { color: rgb(40,7,87); }

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

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

 a { background-color: rgb(40,7,87); }

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

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

 span { border-color: rgb(40,7,87); }

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