Html Css Color HEX #2E348D Jacksons Purple

📋 copy color: '#2E348D'

red 46 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #2E348D

Tints of Jacksons Purple #2E348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 19.25%
G = 21.76%
B = 59%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E348D (or 0x2E348D) is known color: Jacksons Purple. HEX triplet: 2E, 34 and 8D. RGB value is (46,52,141). Sum of RGB (Red+Green+Blue) = 46+52+141=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E348D is #D1CB72. Grayscale: #3B3B3B. Windows color (decimal): -13749107 or 9253934. OLE color: 9253934.

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

Color convert

RGB 46 52 141 -
CMYK 0.67 0.63 0 0.45
HSL 236.21º 0.51% 0.37% -
HSV(B) 236.21º 0.67% 0.55% -
XYZ 7.16 4.96 25.78 -
YUV 60.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 46 52 141 0.67 0.63 0 0.45 236.21 0.51 0.37
Hex 2E 34 8D 43 3F 0 2D EC 33 25
Octal 56 64 215 103 77 0 55 354 63 45
Binary 101110 110100 10001101 1000011 111111 0 101101 11101100 110011 100101

Color Harmonies of #2E348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E348D

Black with #2E348D

Text Example


Text Example

White with #2E348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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