#2E288B

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

Shades of Jacksons Purple #2E288B

Tints of Jacksons Purple #2E288B

Color information

#2E288B (or 0x2E288B) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 28 and 8B. RGB value is (46,40,139). Sum of RGB (Red+Green+Blue) = 46+40+139=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E288B is #D1D774. Grayscale: #343434. Windows color (decimal): -13752181 or 9119790. OLE color: 9119790.

HSL color Cylindrical-coordinate representation of color #2E288B: hue angle of 243.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E288B is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4640139-
CMYK0.670.7100.45
HSL243.64º55.31%35.1%-
HSV(B)243.64º71.22%54.51%-
XYZ6.553.9624.85-
YUV53.08176.49122.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=20.44%
G=17.78%
B=61.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46401390.670.7100.45243.6455.3135.1
Hex2E288B434702Df43723
Octal56502131031070553646743
Binary1011101010001000101110000111000111010110111110100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E288B; }

 p { color: rgb(46,40,139); }

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

<style>
 a { background-color: #2E288B; }

 a { background-color: rgb(46,40,139); }

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

<style>
 span { border-color: #2E288B; }

 span { border-color: rgb(46,40,139); }

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