#282A8E

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

Shades of Jacksons Purple #282A8E

Tints of Jacksons Purple #282A8E

Color information

#282A8E (or 0x282A8E) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2A and 8E. RGB value is (40,42,142). Sum of RGB (Red+Green+Blue) = 40+42+142=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #282A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A8E is #D7D571. Grayscale: #343434. Windows color (decimal): -14144882 or 9316904. OLE color: 9316904.

HSL color Cylindrical-coordinate representation of color #282A8E: hue angle of 238.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #282A8E is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4042142-
CMYK0.720.7000.44
HSL238.82º56.04%35.69%-
HSV(B)238.82º71.83%55.69%-
XYZ6.594.0626.03-
YUV52.8178.34118.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 142 (55.86% from 255) = 63.39%
R=17.86%
G=18.75%
B=63.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40421420.720.7000.44238.8256.0435.69
Hex282A8E484602Cef3824
Octal50522161101060543577044
Binary1010001010101000111010010001000110010110011101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282A8E; }

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

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

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

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

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

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

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

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