Html Css Color HEX #2E358E Jacksons Purple

📋 copy color: '#2E358E'

red 46 ◦ green 53 ◦ blue 142

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

Shades of Jacksons Purple #2E358E

Tints of Jacksons Purple #2E358E

RGB

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

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

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

R = 19.09%
G = 21.99%
B = 58.92%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E358E (or 0x2E358E) is known color: Jacksons Purple. HEX triplet: 2E, 35 and 8E. RGB value is (46,53,142). Sum of RGB (Red+Green+Blue) = 46+53+142=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E358E is #D1CA71. Grayscale: #3C3C3C. Windows color (decimal): -13748850 or 9319726. OLE color: 9319726.

HSL color Cylindrical-coordinate representation of color #2E358E: hue angle of 235.62º 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 #2E358E is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 53 142 -
CMYK 0.68 0.63 0 0.44
HSL 235.63º 0.51% 0.37% -
HSV(B) 235.63º 0.68% 0.56% -
XYZ 7.28 5.08 26.19 -
YUV 61.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 46 53 142 0.68 0.63 0 0.44 235.63 0.51 0.37
Hex 2E 35 8E 44 3F 0 2C EC 33 25
Octal 56 65 216 104 77 0 54 354 63 45
Binary 101110 110101 10001110 1000100 111111 0 101100 11101100 110011 100101

Color Harmonies of #2E358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E358E

Black with #2E358E

Text Example


Text Example

White with #2E358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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