#28278E

Color #28278E Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #28278E

Tints of Jacksons Purple #28278E

Color information

#28278E (or 0x28278E) is unknown color: approx Jacksons Purple. HEX triplet: 28, 27 and 8E. RGB value is (40,39,142). Sum of RGB (Red+Green+Blue) = 40+39+142=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #28278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28278E is #D7D871. Grayscale: #323232. Windows color (decimal): -14145650 or 9316136. OLE color: 9316136.

HSL color Cylindrical-coordinate representation of color #28278E: hue angle of 240.58º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28278E is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4039142-
CMYK0.720.7300.44
HSL240.58º56.91%35.49%-
HSV(B)240.58º72.54%55.69%-
XYZ6.483.8625.99-
YUV51.04179.33120.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=18.10%
G=17.65%
B=64.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40391420.720.7300.44240.5856.9135.49
Hex28278E484902Cf13923
Octal50472161101110543617143
Binary1010001001111000111010010001001001010110011110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,39,142); }

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

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

 a { background-color: rgb(40,39,142); }

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

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

 span { border-color: rgb(40,39,142); }

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