Html Css Color HEX #2E378D Jacksons Purple

📋 copy color: '#2E378D'

red 46 ◦ green 55 ◦ blue 141

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

Shades of Jacksons Purple #2E378D

Tints of Jacksons Purple #2E378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

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

R = 19.01%
G = 22.73%
B = 58.26%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E378D (or 0x2E378D) is known color: Jacksons Purple. HEX triplet: 2E, 37 and 8D. RGB value is (46,55,141). Sum of RGB (Red+Green+Blue) = 46+55+141=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E378D is #D1C872. Grayscale: #3D3D3D. Windows color (decimal): -13748339 or 9254702. OLE color: 9254702.

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

Color convert

RGB 46 55 141 -
CMYK 0.67 0.61 0 0.45
HSL 234.32º 0.51% 0.37% -
HSV(B) 234.32º 0.67% 0.55% -
XYZ 7.3 5.24 25.83 -
YUV 62.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 46 55 141 0.67 0.61 0 0.45 234.32 0.51 0.37
Hex 2E 37 8D 43 3D 0 2D EA 33 25
Octal 56 67 215 103 75 0 55 352 63 45
Binary 101110 110111 10001101 1000011 111101 0 101101 11101010 110011 100101

Color Harmonies of #2E378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E378D

Black with #2E378D

Text Example


Text Example

White with #2E378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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