Html Css Color HEX #2E368D Jacksons Purple

📋 copy color: '#2E368D'

red 46 ◦ green 54 ◦ blue 141

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

Shades of Jacksons Purple #2E368D

Tints of Jacksons Purple #2E368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 19.09%
G = 22.41%
B = 58.51%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E368D (or 0x2E368D) is known color: Jacksons Purple. HEX triplet: 2E, 36 and 8D. RGB value is (46,54,141). Sum of RGB (Red+Green+Blue) = 46+54+141=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E368D is #D1C972. Grayscale: #3D3D3D. Windows color (decimal): -13748595 or 9254446. OLE color: 9254446.

HSL color Cylindrical-coordinate representation of color #2E368D: hue angle of 234.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E368D is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 54 141 -
CMYK 0.67 0.62 0 0.45
HSL 234.95º 0.51% 0.37% -
HSV(B) 234.95º 0.67% 0.55% -
XYZ 7.25 5.14 25.81 -
YUV 61.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 46 54 141 0.67 0.62 0 0.45 234.95 0.51 0.37
Hex 2E 36 8D 43 3E 0 2D EB 33 25
Octal 56 66 215 103 76 0 55 353 63 45
Binary 101110 110110 10001101 1000011 111110 0 101101 11101011 110011 100101

Color Harmonies of #2E368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E368D

Black with #2E368D

Text Example


Text Example

White with #2E368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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