#280B4C

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

Shades of Violent Violet #280B4C

Tints of Violent Violet #280B4C

Color information

#280B4C (or 0x280B4C) is unknown color: approx Violent Violet. HEX triplet: 28, 0B and 4C. RGB value is (40,11,76). Sum of RGB (Red+Green+Blue) = 40+11+76=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #280B4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B4C is #D7F4B3. Grayscale: #1A1A1A. Windows color (decimal): -14152884 or 4983592. OLE color: 4983592.

HSL color Cylindrical-coordinate representation of color #280B4C: hue angle of 266.77º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280B4C is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB401176-
CMYK0.470.8600.70
HSL266.77º74.71%17.06%-
HSV(B)266.77º85.53%29.8%-
XYZ2.31.216.95-
YUV27.08155.61137.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 76 (30.08% from 255) = 59.84%
R=31.50%
G=8.66%
B=59.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4011760.470.8600.70266.7774.7117.06
Hex28B4C2F5604610b4b11
Octal501311457126010641311321
Binary10100010111001100101111101011001000110100001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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