#28094E

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

Shades of Violent Violet #28094E

Tints of Violent Violet #28094E

Color information

#28094E (or 0x28094E) is unknown color: approx Violent Violet. HEX triplet: 28, 09 and 4E. RGB value is (40,9,78). Sum of RGB (Red+Green+Blue) = 40+9+78=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #28094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28094E is #D7F6B1. Grayscale: #191919. Windows color (decimal): -14153394 or 5114152. OLE color: 5114152.

HSL color Cylindrical-coordinate representation of color #28094E: hue angle of 266.96º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28094E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB40978-
CMYK0.490.8800.69
HSL266.96º79.31%17.06%-
HSV(B)266.96º88.46%30.59%-
XYZ2.351.27.31-
YUV26.14157.27137.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=31.50%
G=7.09%
B=61.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal409780.490.8800.69266.9679.3117.06
Hex2894E315804510b4f11
Octal501111661130010541311721
Binary10100010011001110110001101100001000101100001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28094E; }

 p { color: rgb(40,9,78); }

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

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

 a { background-color: rgb(40,9,78); }

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

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

 span { border-color: rgb(40,9,78); }

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