#2D2889

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

Shades of Jacksons Purple #2D2889

Tints of Jacksons Purple #2D2889

Color information

#2D2889 (or 0x2D2889) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 28 and 89. RGB value is (45,40,137). Sum of RGB (Red+Green+Blue) = 45+40+137=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2889 is #D2D776. Grayscale: #343434. Windows color (decimal): -13817719 or 8988717. OLE color: 8988717.

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

Color convert

RGB4540137-
CMYK0.670.7100.46
HSL243.09º54.8%34.71%-
HSV(B)243.09º70.8%53.73%-
XYZ6.363.8824.08-
YUV52.55175.66122.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=20.27%
G=18.02%
B=61.71%

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
Decimal45401370.670.7100.46243.0954.834.71
Hex2D2889434702Ef33723
Octal55502111031070563636743
Binary1011011010001000100110000111000111010111011110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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