Html Css Color HEX #2E298B Jacksons Purple

📋 copy color: '#2E298B'

red 46 ◦ green 41 ◦ blue 139

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

Shades of Jacksons Purple #2E298B

Tints of Jacksons Purple #2E298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 20.35%
G = 18.14%
B = 61.5%

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

#2E298B (or 0x2E298B) is known color: Jacksons Purple. HEX triplet: 2E, 29 and 8B. RGB value is (46,41,139). Sum of RGB (Red+Green+Blue) = 46+41+139=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E298B is #D1D674. Grayscale: #353535. Windows color (decimal): -13751925 or 9120046. OLE color: 9120046.

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

Color convert

RGB 46 41 139 -
CMYK 0.67 0.71 0 0.45
HSL 243.06º 0.54% 0.35% -
HSV(B) 243.06º 0.71% 0.55% -
XYZ 6.58 4.03 24.86 -
YUV 53.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 46 41 139 0.67 0.71 0 0.45 243.06 0.54 0.35
Hex 2E 29 8B 43 47 0 2D F3 36 23
Octal 56 51 213 103 107 0 55 363 66 43
Binary 101110 101001 10001011 1000011 1000111 0 101101 11110011 110110 100011

Color Harmonies of #2E298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E298B

Black with #2E298B

Text Example


Text Example

White with #2E298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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