Html Css Color HEX #2E3589 Jacksons Purple

📋 copy color: '#2E3589'

red 46 ◦ green 53 ◦ blue 137

#2E3589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #2E3589

Tints of Jacksons Purple #2E3589

RGB

 RED value IS 46 (18.36% from 255) = 19.49%

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 19.49%
G = 22.46%
B = 58.05%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E3589 (or 0x2E3589) is known color: Jacksons Purple. HEX triplet: 2E, 35 and 89. RGB value is (46,53,137). Sum of RGB (Red+Green+Blue) = 46+53+137=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3589 is #D1CA76. Grayscale: #3C3C3C. Windows color (decimal): -13748855 or 8992046. OLE color: 8992046.

HSL color Cylindrical-coordinate representation of color #2E3589: hue angle of 235.38º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3589 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 53 137 -
CMYK 0.66 0.61 0 0.46
HSL 235.38º 0.5% 0.36% -
HSV(B) 235.38º 0.66% 0.54% -
XYZ 6.92 4.93 24.25 -
YUV 60.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 46 53 137 0.66 0.61 0 0.46 235.38 0.5 0.36
Hex 2E 35 89 42 3D 0 2E EB 32 24
Octal 56 65 211 102 75 0 56 353 62 44
Binary 101110 110101 10001001 1000010 111101 0 101110 11101011 110010 100100

Color Harmonies of #2E3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3589

Black with #2E3589

Text Example


Text Example

White with #2E3589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,53,137); }

 H1.HeaderClassName
 {
   color: #2E3589;
 }
 .AnyTagClassName
 {
   color: #2E3589;
 }
</style>

background-color css

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

 a { background-color: rgb(46,53,137); }

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

border-color css

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

 span { border-color: rgb(46,53,137); }

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