Html Css Color HEX #2E3297 Jacksons Purple

📋 copy color: '#2E3297'

red 46 ◦ green 50 ◦ blue 151

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

Shades of Jacksons Purple #2E3297

Tints of Jacksons Purple #2E3297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 18.62%
G = 20.24%
B = 61.13%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E3297 (or 0x2E3297) is known color: Jacksons Purple. HEX triplet: 2E, 32 and 97. RGB value is (46,50,151). Sum of RGB (Red+Green+Blue) = 46+50+151=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E3297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3297 is #D1CD68. Grayscale: #3B3B3B. Windows color (decimal): -13749609 or 9908782. OLE color: 9908782.

HSL color Cylindrical-coordinate representation of color #2E3297: hue angle of 237.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E3297 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 50 151 -
CMYK 0.70 0.67 0 0.41
HSL 237.71º 0.53% 0.39% -
HSV(B) 237.71º 0.7% 0.59% -
XYZ 7.85 5.1 29.85 -
YUV 60.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 46 50 151 0.70 0.67 0 0.41 237.71 0.53 0.39
Hex 2E 32 97 46 43 0 29 EE 35 27
Octal 56 62 227 106 103 0 51 356 65 47
Binary 101110 110010 10010111 1000110 1000011 0 101001 11101110 110101 100111

Color Harmonies of #2E3297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3297

Black with #2E3297

Text Example


Text Example

White with #2E3297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,151); }

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

background-color css

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

 a { background-color: rgb(46,50,151); }

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

border-color css

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

 span { border-color: rgb(46,50,151); }

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