Html Css Color HEX #2E298D Jacksons Purple

📋 copy color: '#2E298D'

red 46 ◦ green 41 ◦ blue 141

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

Shades of Jacksons Purple #2E298D

Tints of Jacksons Purple #2E298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

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

R = 20.18%
G = 17.98%
B = 61.84%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E298D (or 0x2E298D) is known color: Jacksons Purple. HEX triplet: 2E, 29 and 8D. RGB value is (46,41,141). Sum of RGB (Red+Green+Blue) = 46+41+141=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E298D is #D1D672. Grayscale: #353535. Windows color (decimal): -13751923 or 9251118. OLE color: 9251118.

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

Color convert

RGB 46 41 141 -
CMYK 0.67 0.71 0 0.45
HSL 243º 0.55% 0.36% -
HSV(B) 243º 0.71% 0.55% -
XYZ 6.73 4.09 25.63 -
YUV 53.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 46 41 141 0.67 0.71 0 0.45 243 0.55 0.36
Hex 2E 29 8D 43 47 0 2D F3 37 24
Octal 56 51 215 103 107 0 55 363 67 44
Binary 101110 101001 10001101 1000011 1000111 0 101101 11110011 110111 100100

Color Harmonies of #2E298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E298D

Black with #2E298D

Text Example


Text Example

White with #2E298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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