#2d3696

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

Shades of Jacksons Purple #2D3696

Tints of Jacksons Purple #2D3696

Color information

#2D3696 (or 0x2D3696) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 36 and 96. RGB value is (45,54,150). Sum of RGB (Red+Green+Blue) = 45+54+150=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3696 is #D2C969. Grayscale: #3D3D3D. Windows color (decimal): -13814122 or 9844269. OLE color: 9844269.

HSL color Cylindrical-coordinate representation of color #2D3696: hue angle of 234.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D3696 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4554150-
CMYK0.700.6400.41
HSL234.86º53.85%38.24%-
HSV(B)234.86º70%58.82%-
XYZ7.915.429.48-
YUV62.25177.52115.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.07%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=18.07%
G=21.69%
B=60.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45541500.700.6400.41234.8653.8538.24
Hex2D36964640029eb3626
Octal55662261061000513536646
Binary1011011101101001011010001101000000010100111101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,54,150); }

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

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

 a { background-color: rgb(45,54,150); }

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

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

 span { border-color: rgb(45,54,150); }

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