Html Css Color HEX #2E318E Jacksons Purple

📋 copy color: '#2E318E'

red 46 ◦ green 49 ◦ blue 142

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

Shades of Jacksons Purple #2E318E

Tints of Jacksons Purple #2E318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 19.41%
G = 20.68%
B = 59.92%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E318E (or 0x2E318E) is known color: Jacksons Purple. HEX triplet: 2E, 31 and 8E. RGB value is (46,49,142). Sum of RGB (Red+Green+Blue) = 46+49+142=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E318E is #D1CE71. Grayscale: #3A3A3A. Windows color (decimal): -13749874 or 9318702. OLE color: 9318702.

HSL color Cylindrical-coordinate representation of color #2E318E: hue angle of 238.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E318E is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 49 142 -
CMYK 0.68 0.65 0 0.44
HSL 238.13º 0.51% 0.37% -
HSV(B) 238.13º 0.68% 0.56% -
XYZ 7.11 4.73 26.13 -
YUV 58.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 46 49 142 0.68 0.65 0 0.44 238.13 0.51 0.37
Hex 2E 31 8E 44 41 0 2C EE 33 25
Octal 56 61 216 104 101 0 54 356 63 45
Binary 101110 110001 10001110 1000100 1000001 0 101100 11101110 110011 100101

Color Harmonies of #2E318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E318E

Black with #2E318E

Text Example


Text Example

White with #2E318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,142); }

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

background-color css

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

 a { background-color: rgb(46,49,142); }

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

border-color css

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

 span { border-color: rgb(46,49,142); }

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