#280B4F

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

Shades of Violent Violet #280B4F

Tints of Violent Violet #280B4F

Color information

#280B4F (or 0x280B4F) is unknown color: approx Violent Violet. HEX triplet: 28, 0B and 4F. RGB value is (40,11,79). Sum of RGB (Red+Green+Blue) = 40+11+79=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #280B4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B4F is #D7F4B0. Grayscale: #1B1B1B. Windows color (decimal): -14152881 or 5180200. OLE color: 5180200.

HSL color Cylindrical-coordinate representation of color #280B4F: hue angle of 265.59º 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 #280B4F is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB401179-
CMYK0.490.8600.69
HSL265.59º75.56%17.65%-
HSV(B)265.59º86.08%30.98%-
XYZ2.411.257.51-
YUV27.42157.11136.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.77%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=30.77%
G=8.46%
B=60.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4011790.490.8600.69265.5975.5617.65
Hex28B4F315604510a4c12
Octal501311761126010541211422
Binary10100010111001111110001101011001000101100001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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