Html Css Color HEX #2E3695 Jacksons Purple

📋 copy color: '#2E3695'

red 46 ◦ green 54 ◦ blue 149

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

Shades of Jacksons Purple #2E3695

Tints of Jacksons Purple #2E3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 18.47%
G = 21.69%
B = 59.84%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E3695 (or 0x2E3695) is known color: Jacksons Purple. HEX triplet: 2E, 36 and 95. RGB value is (46,54,149). Sum of RGB (Red+Green+Blue) = 46+54+149=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3695 is #D1C96A. Grayscale: #3E3E3E. Windows color (decimal): -13748587 or 9778734. OLE color: 9778734.

HSL color Cylindrical-coordinate representation of color #2E3695: hue angle of 235.34º 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 #2E3695 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 54 149 -
CMYK 0.69 0.64 0 0.42
HSL 235.34º 0.53% 0.38% -
HSV(B) 235.34º 0.69% 0.58% -
XYZ 7.87 5.39 29.06 -
YUV 62.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 46 54 149 0.69 0.64 0 0.42 235.34 0.53 0.38
Hex 2E 36 95 45 40 0 2A EB 35 26
Octal 56 66 225 105 100 0 52 353 65 46
Binary 101110 110110 10010101 1000101 1000000 0 101010 11101011 110101 100110

Color Harmonies of #2E3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3695

Black with #2E3695

Text Example


Text Example

White with #2E3695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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