#2E2F84

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

Shades of Jacksons Purple #2E2F84

Tints of Jacksons Purple #2E2F84

Color information

#2E2F84 (or 0x2E2F84) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 2F and 84. RGB value is (46,47,132). Sum of RGB (Red+Green+Blue) = 46+47+132=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E2F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2F84 is #D1D07B. Grayscale: #383838. Windows color (decimal): -13750396 or 8662830. OLE color: 8662830.

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

Color convert

RGB4647132-
CMYK0.650.6400.48
HSL239.3º48.31%34.9%-
HSV(B)239.3º65.15%51.76%-
XYZ6.314.2822.32-
YUV56.39170.67120.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=20.44%
G=20.89%
B=58.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46471320.650.6400.48239.348.3134.9
Hex2E2F844140030ef3023
Octal56572041011000603576043
Binary1011101011111000010010000011000000011000011101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,132); }

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

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

 a { background-color: rgb(46,47,132); }

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

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

 span { border-color: rgb(46,47,132); }

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