#28124F

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

Shades of Violent Violet #28124F

Tints of Violent Violet #28124F

Color information

#28124F (or 0x28124F) is unknown color: approx Violent Violet. HEX triplet: 28, 12 and 4F. RGB value is (40,18,79). Sum of RGB (Red+Green+Blue) = 40+18+79=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #28124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28124F is #D7EDB0. Grayscale: #1F1F1F. Windows color (decimal): -14151089 or 5181992. OLE color: 5181992.

HSL color Cylindrical-coordinate representation of color #28124F: hue angle of 261.64º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28124F is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB401879-
CMYK0.490.7700.69
HSL261.64º62.89%19.02%-
HSV(B)261.64º77.22%30.98%-
XYZ2.51.457.54-
YUV31.53154.79134.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=29.20%
G=13.14%
B=57.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4018790.490.7700.69261.6462.8919.02
Hex28124F314D0451063f13
Octal50221176111501054067723
Binary10100010010100111111000110011010100010110000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28124F; }

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

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

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

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

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

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

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

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