#280A57

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

Shades of Violent Violet #280A57

Tints of Violent Violet #280A57

Color information

#280A57 (or 0x280A57) is unknown color: approx Violent Violet. HEX triplet: 28, 0A and 57. RGB value is (40,10,87). Sum of RGB (Red+Green+Blue) = 40+10+87=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #280A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A57 is #D7F5A8. Grayscale: #1B1B1B. Windows color (decimal): -14153129 or 5704232. OLE color: 5704232.

HSL color Cylindrical-coordinate representation of color #280A57: hue angle of 263.38º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280A57 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB401087-
CMYK0.540.8900.66
HSL263.38º79.38%19.02%-
HSV(B)263.38º88.51%34.12%-
XYZ2.71.369.14-
YUV27.75161.44136.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=29.20%
G=7.30%
B=63.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4010870.540.8900.66263.3879.3819.02
Hex28A5736590421074f13
Octal501212766131010240711723
Binary10100010101010111110110101100101000010100000111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,10,87); }

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

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

 a { background-color: rgb(40,10,87); }

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

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

 span { border-color: rgb(40,10,87); }

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