#2D3085

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

Shades of Jacksons Purple #2D3085

Tints of Jacksons Purple #2D3085

Color information

#2D3085 (or 0x2D3085) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 30 and 85. RGB value is (45,48,133). Sum of RGB (Red+Green+Blue) = 45+48+133=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3085 is #D2CF7A. Grayscale: #383838. Windows color (decimal): -13815675 or 8728621. OLE color: 8728621.

HSL color Cylindrical-coordinate representation of color #2D3085: hue angle of 237.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3085 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4548133-
CMYK0.660.6400.48
HSL237.95º49.44%34.9%-
HSV(B)237.95º66.17%52.16%-
XYZ6.374.3722.7-
YUV56.79171.01119.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=19.91%
G=21.24%
B=58.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45481330.660.6400.48237.9549.4434.9
Hex2D30854240030ee3123
Octal55602051021000603566143
Binary1011011100001000010110000101000000011000011101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,48,133); }

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

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

 a { background-color: rgb(45,48,133); }

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

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

 span { border-color: rgb(45,48,133); }

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