#280F50

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

Shades of Violent Violet #280F50

Tints of Violent Violet #280F50

Color information

#280F50 (or 0x280F50) is unknown color: approx Violent Violet. HEX triplet: 28, 0F and 50. RGB value is (40,15,80). Sum of RGB (Red+Green+Blue) = 40+15+80=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #280F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F50 is #D7F0AF. Grayscale: #1D1D1D. Windows color (decimal): -14151856 or 5246760. OLE color: 5246760.

HSL color Cylindrical-coordinate representation of color #280F50: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #280F50 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB401580-
CMYK0.50.8100.69
HSL263.08º68.42%18.63%-
HSV(B)263.08º81.25%31.37%-
XYZ2.491.377.72-
YUV29.88156.28135.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=29.63%
G=11.11%
B=59.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4015800.50.8100.69263.0868.4218.63
Hex28F5032510451074413
Octal501712062121010540710423
Binary10100011111010000110010101000101000101100000111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F50; }

 p { color: rgb(40,15,80); }

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

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

 a { background-color: rgb(40,15,80); }

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

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

 span { border-color: rgb(40,15,80); }

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