Html Css Color HEX #2E358D Jacksons Purple

📋 copy color: '#2E358D'

red 46 ◦ green 53 ◦ blue 141

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

Shades of Jacksons Purple #2E358D

Tints of Jacksons Purple #2E358D

RGB

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

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

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

R = 19.17%
G = 22.08%
B = 58.75%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E358D (or 0x2E358D) is known color: Jacksons Purple. HEX triplet: 2E, 35 and 8D. RGB value is (46,53,141). Sum of RGB (Red+Green+Blue) = 46+53+141=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E358D is #D1CA72. Grayscale: #3C3C3C. Windows color (decimal): -13748851 or 9254190. OLE color: 9254190.

HSL color Cylindrical-coordinate representation of color #2E358D: hue angle of 235.58º 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 #2E358D is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 53 141 -
CMYK 0.67 0.62 0 0.45
HSL 235.58º 0.51% 0.37% -
HSV(B) 235.58º 0.67% 0.55% -
XYZ 7.21 5.05 25.79 -
YUV 60.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 46 53 141 0.67 0.62 0 0.45 235.58 0.51 0.37
Hex 2E 35 8D 43 3E 0 2D EC 33 25
Octal 56 65 215 103 76 0 55 354 63 45
Binary 101110 110101 10001101 1000011 111110 0 101101 11101100 110011 100101

Color Harmonies of #2E358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E358D

Black with #2E358D

Text Example


Text Example

White with #2E358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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