#2B2885

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

Shades of Jacksons Purple #2B2885

Tints of Jacksons Purple #2B2885

Color information

#2B2885 (or 0x2B2885) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 28 and 85. RGB value is (43,40,133). Sum of RGB (Red+Green+Blue) = 43+40+133=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B2885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2885 is #D4D77A. Grayscale: #333333. Windows color (decimal): -13948795 or 8726571. OLE color: 8726571.

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

Color convert

RGB4340133-
CMYK0.680.7000.48
HSL241.94º53.76%33.92%-
HSV(B)241.94º69.92%52.16%-
XYZ5.993.7222.59-
YUV51.5173.99121.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=19.91%
G=18.52%
B=61.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43401330.680.7000.48241.9453.7633.92
Hex2B28854446030f23622
Octal53502051041060603626642
Binary1010111010001000010110001001000110011000011110010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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