#281251

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

Shades of Violent Violet #281251

Tints of Violent Violet #281251

Color information

#281251 (or 0x281251) is unknown color: approx Violent Violet. HEX triplet: 28, 12 and 51. RGB value is (40,18,81). Sum of RGB (Red+Green+Blue) = 40+18+81=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #281251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281251 is #D7EDAE. Grayscale: #1F1F1F. Windows color (decimal): -14151087 or 5313064. OLE color: 5313064.

HSL color Cylindrical-coordinate representation of color #281251: hue angle of 260.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #281251 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB401881-
CMYK0.510.7800.68
HSL260.95º63.64%19.41%-
HSV(B)260.95º77.78%31.76%-
XYZ2.581.487.93-
YUV31.76155.79133.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=28.78%
G=12.95%
B=58.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4018810.510.7800.68260.9563.6419.41
Hex281251334E0441054013
Octal502212163116010440510023
Binary101000100101010001110011100111001000100100000101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281251; }

 p { color: rgb(40,18,81); }

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

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

 a { background-color: rgb(40,18,81); }

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

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

 span { border-color: rgb(40,18,81); }

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