#2E3692

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

Shades of Jacksons Purple #2E3692

Tints of Jacksons Purple #2E3692

Color information

#2E3692 (or 0x2E3692) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 36 and 92. RGB value is (46,54,146). Sum of RGB (Red+Green+Blue) = 46+54+146=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E3692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3692 is #D1C96D. Grayscale: #3D3D3D. Windows color (decimal): -13748590 or 9582126. OLE color: 9582126.

HSL color Cylindrical-coordinate representation of color #2E3692: hue angle of 235.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3692 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4654146-
CMYK0.680.6300.43
HSL235.2º52.08%37.65%-
HSV(B)235.2º68.49%57.25%-
XYZ7.635.2927.81-
YUV62.1175.35116.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=18.70%
G=21.95%
B=59.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46541460.680.6300.43235.252.0837.65
Hex2E3692443F02Beb3426
Octal5666222104770533536446
Binary101110110110100100101000100111111010101111101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,146); }

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

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

 a { background-color: rgb(46,54,146); }

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

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

 span { border-color: rgb(46,54,146); }

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