#2D288B

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

Shades of Jacksons Purple #2D288B

Tints of Jacksons Purple #2D288B

Color information

#2D288B (or 0x2D288B) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 28 and 8B. RGB value is (45,40,139). Sum of RGB (Red+Green+Blue) = 45+40+139=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288B is #D2D774. Grayscale: #343434. Windows color (decimal): -13817717 or 9119789. OLE color: 9119789.

HSL color Cylindrical-coordinate representation of color #2D288B: hue angle of 243.03º 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 #2D288B is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4540139-
CMYK0.680.7100.45
HSL243.03º55.31%35.1%-
HSV(B)243.03º71.22%54.51%-
XYZ6.53.9424.84-
YUV52.78176.66122.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 139 (54.69% from 255) = 62.05%
R=20.09%
G=17.86%
B=62.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45401390.680.7100.45243.0355.3135.1
Hex2D288B444702Df33723
Octal55502131041070553636743
Binary1011011010001000101110001001000111010110111110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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