#282D8E

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

Shades of Jacksons Purple #282D8E

Tints of Jacksons Purple #282D8E

Color information

#282D8E (or 0x282D8E) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2D and 8E. RGB value is (40,45,142). Sum of RGB (Red+Green+Blue) = 40+45+142=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #282D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D8E is #D7D271. Grayscale: #363636. Windows color (decimal): -14144114 or 9317672. OLE color: 9317672.

HSL color Cylindrical-coordinate representation of color #282D8E: hue angle of 237.06º 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 #282D8E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4045142-
CMYK0.720.6800.44
HSL237.06º56.04%35.69%-
HSV(B)237.06º71.83%55.69%-
XYZ6.74.2826.06-
YUV54.56177.34117.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=17.62%
G=19.82%
B=62.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40451420.720.6800.44237.0656.0435.69
Hex282D8E484402Ced3824
Octal50552161101040543557044
Binary1010001011011000111010010001000100010110011101101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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