#2D3397

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

Shades of Jacksons Purple #2D3397

Tints of Jacksons Purple #2D3397

Color information

#2D3397 (or 0x2D3397) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 33 and 97. RGB value is (45,51,151). Sum of RGB (Red+Green+Blue) = 45+51+151=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D3397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3397 is #D2CC68. Grayscale: #3C3C3C. Windows color (decimal): -13814889 or 9909037. OLE color: 9909037.

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

Color convert

RGB4551151-
CMYK0.700.6600.41
HSL236.6º54.08%38.43%-
HSV(B)236.6º70.2%59.22%-
XYZ7.855.1629.86-
YUV60.61179.01116.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.22%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=18.22%
G=20.65%
B=61.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45511510.700.6600.41236.654.0838.43
Hex2D33974642029ed3626
Octal55632271061020513556646
Binary1011011100111001011110001101000010010100111101101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,151); }

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

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

 a { background-color: rgb(45,51,151); }

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

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

 span { border-color: rgb(45,51,151); }

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