Html Css Color HEX #2E328C Jacksons Purple

📋 copy color: '#2E328C'

red 46 ◦ green 50 ◦ blue 140

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

Shades of Jacksons Purple #2E328C

Tints of Jacksons Purple #2E328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 19.49%
G = 21.19%
B = 59.32%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E328C (or 0x2E328C) is known color: Jacksons Purple. HEX triplet: 2E, 32 and 8C. RGB value is (46,50,140). Sum of RGB (Red+Green+Blue) = 46+50+140=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E328C is #D1CD73. Grayscale: #3A3A3A. Windows color (decimal): -13749620 or 9187886. OLE color: 9187886.

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

Color convert

RGB 46 50 140 -
CMYK 0.67 0.64 0 0.45
HSL 237.45º 0.51% 0.36% -
HSV(B) 237.45º 0.67% 0.55% -
XYZ 7 4.76 25.36 -
YUV 59.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 46 50 140 0.67 0.64 0 0.45 237.45 0.51 0.36
Hex 2E 32 8C 43 40 0 2D ED 33 24
Octal 56 62 214 103 100 0 55 355 63 44
Binary 101110 110010 10001100 1000011 1000000 0 101101 11101101 110011 100100

Color Harmonies of #2E328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E328C

Black with #2E328C

Text Example


Text Example

White with #2E328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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