#28124D

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

Shades of Violent Violet #28124D

Tints of Violent Violet #28124D

Color information

#28124D (or 0x28124D) is unknown color: approx Violent Violet. HEX triplet: 28, 12 and 4D. RGB value is (40,18,77). Sum of RGB (Red+Green+Blue) = 40+18+77=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #28124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28124D is #D7EDB2. Grayscale: #1F1F1F. Windows color (decimal): -14151091 or 5050920. OLE color: 5050920.

HSL color Cylindrical-coordinate representation of color #28124D: hue angle of 262.37º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28124D is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB401877-
CMYK0.480.7700.70
HSL262.37º62.11%18.63%-
HSV(B)262.37º76.62%30.2%-
XYZ2.431.427.17-
YUV31.3153.79134.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=29.63%
G=13.33%
B=57.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4018770.480.7700.70262.3762.1118.63
Hex28124D304D0461063e13
Octal50221156011501064067623
Binary10100010010100110111000010011010100011010000011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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