#280E55

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

Shades of Violent Violet #280E55

Tints of Violent Violet #280E55

Color information

#280E55 (or 0x280E55) is unknown color: approx Violent Violet. HEX triplet: 28, 0E and 55. RGB value is (40,14,85). Sum of RGB (Red+Green+Blue) = 40+14+85=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #280E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E55 is #D7F1AA. Grayscale: #1D1D1D. Windows color (decimal): -14152107 or 5574184. OLE color: 5574184.

HSL color Cylindrical-coordinate representation of color #280E55: hue angle of 261.97º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #280E55 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB401485-
CMYK0.530.8400.67
HSL261.97º71.72%19.41%-
HSV(B)261.97º83.53%33.33%-
XYZ2.671.428.73-
YUV29.87159.11135.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=28.78%
G=10.07%
B=61.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4014850.530.8400.67261.9771.7219.41
Hex28E5535540431064813
Octal501612565124010340611023
Binary10100011101010101110101101010001000011100000110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,85); }

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

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

 a { background-color: rgb(40,14,85); }

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

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

 span { border-color: rgb(40,14,85); }

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