#280B50

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

Shades of Violent Violet #280B50

Tints of Violent Violet #280B50

Color information

#280B50 (or 0x280B50) is unknown color: approx Violent Violet. HEX triplet: 28, 0B and 50. RGB value is (40,11,80). Sum of RGB (Red+Green+Blue) = 40+11+80=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #280B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B50 is #D7F4AF. Grayscale: #1B1B1B. Windows color (decimal): -14152880 or 5245736. OLE color: 5245736.

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

Color convert

RGB401180-
CMYK0.50.8600.69
HSL265.22º75.82%17.84%-
HSV(B)265.22º86.25%31.37%-
XYZ2.441.277.71-
YUV27.54157.61136.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 80 (31.64% from 255) = 61.07%
R=30.53%
G=8.40%
B=61.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4011800.50.8600.69265.2275.8217.84
Hex28B5032560451094c12
Octal501312062126010541111422
Binary10100010111010000110010101011001000101100001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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