#2C288F

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

Shades of Jacksons Purple #2C288F

Tints of Jacksons Purple #2C288F

Color information

#2C288F (or 0x2C288F) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 28 and 8F. RGB value is (44,40,143). Sum of RGB (Red+Green+Blue) = 44+40+143=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C288F is #D3D770. Grayscale: #343434. Windows color (decimal): -13883249 or 9381932. OLE color: 9381932.

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

Color convert

RGB4440143-
CMYK0.690.7200.44
HSL242.33º56.28%35.88%-
HSV(B)242.33º72.03%56.08%-
XYZ6.764.0426.41-
YUV52.94178.83121.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 143 (56.25% from 255) = 63.00%
R=19.38%
G=17.62%
B=63.00%

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
Decimal44401430.690.7200.44242.3356.2835.88
Hex2C288F454802Cf23824
Octal54502171051100543627044
Binary1011001010001000111110001011001000010110011110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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