#2D2C87

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

Shades of Jacksons Purple #2D2C87

Tints of Jacksons Purple #2D2C87

Color information

#2D2C87 (or 0x2D2C87) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 2C and 87. RGB value is (45,44,135). Sum of RGB (Red+Green+Blue) = 45+44+135=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D2C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2C87 is #D2D378. Grayscale: #363636. Windows color (decimal): -13816697 or 8858669. OLE color: 8858669.

HSL color Cylindrical-coordinate representation of color #2D2C87: hue angle of 240.66º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2C87 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4544135-
CMYK0.670.6700.47
HSL240.66º50.84%35.1%-
HSV(B)240.66º67.41%52.94%-
XYZ6.364.1123.38-
YUV54.67173.33121.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=20.09%
G=19.64%
B=60.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45441350.670.6700.47240.6650.8435.1
Hex2D2C87434302Ff13323
Octal55542071031030573616343
Binary1011011011001000011110000111000011010111111110001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,44,135); }

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

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

 a { background-color: rgb(45,44,135); }

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

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

 span { border-color: rgb(45,44,135); }

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