#28084F

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

Shades of Violent Violet #28084F

Tints of Violent Violet #28084F

Color information

#28084F (or 0x28084F) is unknown color: approx Violent Violet. HEX triplet: 28, 08 and 4F. RGB value is (40,8,79). Sum of RGB (Red+Green+Blue) = 40+8+79=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #28084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28084F is #D7F7B0. Grayscale: #191919. Windows color (decimal): -14153649 or 5179432. OLE color: 5179432.

HSL color Cylindrical-coordinate representation of color #28084F: hue angle of 267.04º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28084F is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB40879-
CMYK0.490.9000.69
HSL267.04º81.61%17.06%-
HSV(B)267.04º89.87%30.98%-
XYZ2.371.197.5-
YUV25.66158.1138.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 79 (31.25% from 255) = 62.20%
R=31.50%
G=6.30%
B=62.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal408790.490.9000.69267.0481.6117.06
Hex2884F315A04510b5211
Octal501011761132010541312221
Binary10100010001001111110001101101001000101100001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28084F; }

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

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

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

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

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

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

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

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