#280E4F

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

Shades of Violent Violet #280E4F

Tints of Violent Violet #280E4F

Color information

#280E4F (or 0x280E4F) is unknown color: approx Violent Violet. HEX triplet: 28, 0E and 4F. RGB value is (40,14,79). Sum of RGB (Red+Green+Blue) = 40+14+79=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #280E4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E4F is #D7F1B0. Grayscale: #1C1C1C. Windows color (decimal): -14152113 or 5180968. OLE color: 5180968.

HSL color Cylindrical-coordinate representation of color #280E4F: hue angle of 264º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280E4F is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB401479-
CMYK0.490.8200.69
HSL264º69.89%18.24%-
HSV(B)264º82.28%30.98%-
XYZ2.441.337.53-
YUV29.18156.11135.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.08%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=30.08%
G=10.53%
B=59.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4014790.490.8200.6926469.8918.24
Hex28E4F31520451084612
Octal501611761122010541010622
Binary10100011101001111110001101001001000101100001000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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