#2D288A

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

Shades of Jacksons Purple #2D288A

Tints of Jacksons Purple #2D288A

Color information

#2D288A (or 0x2D288A) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 28 and 8A. RGB value is (45,40,138). Sum of RGB (Red+Green+Blue) = 45+40+138=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288A is #D2D775. Grayscale: #343434. Windows color (decimal): -13817718 or 9054253. OLE color: 9054253.

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

Color convert

RGB4540138-
CMYK0.670.7100.46
HSL243.06º55.06%34.9%-
HSV(B)243.06º71.01%54.12%-
XYZ6.433.9124.46-
YUV52.67176.16122.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=20.18%
G=17.94%
B=61.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45401380.670.7100.46243.0655.0634.9
Hex2D288A434702Ef33723
Octal55502121031070563636743
Binary1011011010001000101010000111000111010111011110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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