Html Css Color HEX #2E3995 Jacksons Purple

📋 copy color: '#2E3995'

red 46 ◦ green 57 ◦ blue 149

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

Shades of Jacksons Purple #2E3995

Tints of Jacksons Purple #2E3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 18.25%
G = 22.62%
B = 59.13%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E3995 (or 0x2E3995) is known color: Jacksons Purple. HEX triplet: 2E, 39 and 95. RGB value is (46,57,149). Sum of RGB (Red+Green+Blue) = 46+57+149=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3995 is #D1C66A. Grayscale: #3F3F3F. Windows color (decimal): -13747819 or 9779502. OLE color: 9779502.

HSL color Cylindrical-coordinate representation of color #2E3995: hue angle of 233.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3995 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 57 149 -
CMYK 0.69 0.62 0 0.42
HSL 233.59º 0.53% 0.38% -
HSV(B) 233.59º 0.69% 0.58% -
XYZ 8.01 5.68 29.11 -
YUV 64.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 46 57 149 0.69 0.62 0 0.42 233.59 0.53 0.38
Hex 2E 39 95 45 3E 0 2A EA 35 26
Octal 56 71 225 105 76 0 52 352 65 46
Binary 101110 111001 10010101 1000101 111110 0 101010 11101010 110101 100110

Color Harmonies of #2E3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3995

Black with #2E3995

Text Example


Text Example

White with #2E3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,149); }

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

background-color css

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

 a { background-color: rgb(46,57,149); }

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

border-color css

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

 span { border-color: rgb(46,57,149); }

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