Html Css Color HEX #2E328D Jacksons Purple

📋 copy color: '#2E328D'

red 46 ◦ green 50 ◦ blue 141

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

Shades of Jacksons Purple #2E328D

Tints of Jacksons Purple #2E328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 19.41%
G = 21.1%
B = 59.49%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E328D (or 0x2E328D) is known color: Jacksons Purple. HEX triplet: 2E, 32 and 8D. RGB value is (46,50,141). Sum of RGB (Red+Green+Blue) = 46+50+141=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E328D is #D1CD72. Grayscale: #3A3A3A. Windows color (decimal): -13749619 or 9253422. OLE color: 9253422.

HSL color Cylindrical-coordinate representation of color #2E328D: hue angle of 237.47º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E328D is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 50 141 -
CMYK 0.67 0.65 0 0.45
HSL 237.47º 0.51% 0.37% -
HSV(B) 237.47º 0.67% 0.55% -
XYZ 7.08 4.79 25.75 -
YUV 59.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 46 50 141 0.67 0.65 0 0.45 237.47 0.51 0.37
Hex 2E 32 8D 43 41 0 2D ED 33 25
Octal 56 62 215 103 101 0 55 355 63 45
Binary 101110 110010 10001101 1000011 1000001 0 101101 11101101 110011 100101

Color Harmonies of #2E328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E328D

Black with #2E328D

Text Example


Text Example

White with #2E328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,141); }

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

background-color css

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

 a { background-color: rgb(46,50,141); }

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

border-color css

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

 span { border-color: rgb(46,50,141); }

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