#2C2885

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

Shades of Jacksons Purple #2C2885

Tints of Jacksons Purple #2C2885

Color information

#2C2885 (or 0x2C2885) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 28 and 85. RGB value is (44,40,133). Sum of RGB (Red+Green+Blue) = 44+40+133=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C2885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2885 is #D3D77A. Grayscale: #333333. Windows color (decimal): -13883259 or 8726572. OLE color: 8726572.

HSL color Cylindrical-coordinate representation of color #2C2885: hue angle of 242.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2885 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4440133-
CMYK0.670.7000.48
HSL242.58º53.76%33.92%-
HSV(B)242.58º69.92%52.16%-
XYZ6.033.7522.6-
YUV51.8173.83122.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.28%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=20.28%
G=18.43%
B=61.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44401330.670.7000.48242.5853.7633.92
Hex2C28854346030f33622
Octal54502051031060603636642
Binary1011001010001000010110000111000110011000011110011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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