#282C8E

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

Shades of Jacksons Purple #282C8E

Tints of Jacksons Purple #282C8E

Color information

#282C8E (or 0x282C8E) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2C and 8E. RGB value is (40,44,142). Sum of RGB (Red+Green+Blue) = 40+44+142=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #282C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C8E is #D7D371. Grayscale: #353535. Windows color (decimal): -14144370 or 9317416. OLE color: 9317416.

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

Color convert

RGB4044142-
CMYK0.720.6900.44
HSL237.65º56.04%35.69%-
HSV(B)237.65º71.83%55.69%-
XYZ6.664.2126.05-
YUV53.98177.67118.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=17.70%
G=19.47%
B=62.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40441420.720.6900.44237.6556.0435.69
Hex282C8E484502Cee3824
Octal50542161101050543567044
Binary1010001011001000111010010001000101010110011101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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