Html Css Color HEX #2E3595 Jacksons Purple

📋 copy color: '#2E3595'

red 46 ◦ green 53 ◦ blue 149

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

Shades of Jacksons Purple #2E3595

Tints of Jacksons Purple #2E3595

RGB

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

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

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

R = 18.55%
G = 21.37%
B = 60.08%

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

#2E3595 (or 0x2E3595) is known color: Jacksons Purple. HEX triplet: 2E, 35 and 95. RGB value is (46,53,149). Sum of RGB (Red+Green+Blue) = 46+53+149=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3595 is #D1CA6A. Grayscale: #3D3D3D. Windows color (decimal): -13748843 or 9778478. OLE color: 9778478.

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

Color convert

RGB 46 53 149 -
CMYK 0.69 0.64 0 0.42
HSL 235.92º 0.53% 0.38% -
HSV(B) 235.92º 0.69% 0.58% -
XYZ 7.82 5.3 29.04 -
YUV 61.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 46 53 149 0.69 0.64 0 0.42 235.92 0.53 0.38
Hex 2E 35 95 45 40 0 2A EC 35 26
Octal 56 65 225 105 100 0 52 354 65 46
Binary 101110 110101 10010101 1000101 1000000 0 101010 11101100 110101 100110

Color Harmonies of #2E3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3595

Black with #2E3595

Text Example


Text Example

White with #2E3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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