Html Css Color HEX #2E2987 Jacksons Purple

📋 copy color: '#2E2987'

red 46 ◦ green 41 ◦ blue 135

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

Shades of Jacksons Purple #2E2987

Tints of Jacksons Purple #2E2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 135 (53.13% from 255) = 60.81%

R = 20.72%
G = 18.47%
B = 60.81%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E2987 (or 0x2E2987) is known color: Jacksons Purple. HEX triplet: 2E, 29 and 87. RGB value is (46,41,135). Sum of RGB (Red+Green+Blue) = 46+41+135=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E2987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2987 is #D1D678. Grayscale: #343434. Windows color (decimal): -13751929 or 8857902. OLE color: 8857902.

HSL color Cylindrical-coordinate representation of color #2E2987: hue angle of 243.19º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2987 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 41 135 -
CMYK 0.66 0.70 0 0.47
HSL 243.19º 0.53% 0.35% -
HSV(B) 243.19º 0.7% 0.53% -
XYZ 6.29 3.92 23.35 -
YUV 53.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 46 41 135 0.66 0.70 0 0.47 243.19 0.53 0.35
Hex 2E 29 87 42 46 0 2F F3 35 23
Octal 56 51 207 102 106 0 57 363 65 43
Binary 101110 101001 10000111 1000010 1000110 0 101111 11110011 110101 100011

Color Harmonies of #2E2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2987

Black with #2E2987

Text Example


Text Example

White with #2E2987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,41,135); }

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

background-color css

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

 a { background-color: rgb(46,41,135); }

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

border-color css

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

 span { border-color: rgb(46,41,135); }

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