#280D55

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

Shades of Violent Violet #280D55

Tints of Violent Violet #280D55

Color information

#280D55 (or 0x280D55) is unknown color: approx Violent Violet. HEX triplet: 28, 0D and 55. RGB value is (40,13,85). Sum of RGB (Red+Green+Blue) = 40+13+85=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #280D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D55 is #D7F2AA. Grayscale: #1D1D1D. Windows color (decimal): -14152363 or 5573928. OLE color: 5573928.

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

Color convert

RGB401385-
CMYK0.530.8500.67
HSL262.5º73.47%19.22%-
HSV(B)262.5º84.71%33.33%-
XYZ2.661.398.72-
YUV29.28159.45135.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=28.99%
G=9.42%
B=61.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4013850.530.8500.67262.573.4719.22
Hex28D5535550431064913
Octal501512565125010340611123
Binary10100011011010101110101101010101000011100000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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