#2C288E

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

Shades of Jacksons Purple #2C288E

Tints of Jacksons Purple #2C288E

Color information

#2C288E (or 0x2C288E) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 28 and 8E. RGB value is (44,40,142). Sum of RGB (Red+Green+Blue) = 44+40+142=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 40 (16.02% from 255 or 17.70% 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 #2C288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C288E is #D3D771. Grayscale: #343434. Windows color (decimal): -13883250 or 9316396. OLE color: 9316396.

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

Color convert

RGB4440142-
CMYK0.690.7200.44
HSL242.35º56.04%35.69%-
HSV(B)242.35º71.83%55.69%-
XYZ6.684.0126.01-
YUV52.82178.33121.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44401420.690.7200.44242.3556.0435.69
Hex2C288E454802Cf23824
Octal54502161051100543627044
Binary1011001010001000111010001011001000010110011110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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