Html Css Color HEX #2E3490 Jacksons Purple

📋 copy color: '#2E3490'

red 46 ◦ green 52 ◦ blue 144

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

Shades of Jacksons Purple #2E3490

Tints of Jacksons Purple #2E3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 19.01%
G = 21.49%
B = 59.5%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E3490 (or 0x2E3490) is known color: Jacksons Purple. HEX triplet: 2E, 34 and 90. RGB value is (46,52,144). Sum of RGB (Red+Green+Blue) = 46+52+144=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E3490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3490 is #D1CB6F. Grayscale: #3C3C3C. Windows color (decimal): -13749104 or 9450542. OLE color: 9450542.

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

Color convert

RGB 46 52 144 -
CMYK 0.68 0.64 0 0.44
HSL 236.33º 0.52% 0.37% -
HSV(B) 236.33º 0.68% 0.56% -
XYZ 7.39 5.05 26.97 -
YUV 60.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 46 52 144 0.68 0.64 0 0.44 236.33 0.52 0.37
Hex 2E 34 90 44 40 0 2C EC 34 25
Octal 56 64 220 104 100 0 54 354 64 45
Binary 101110 110100 10010000 1000100 1000000 0 101100 11101100 110100 100101

Color Harmonies of #2E3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3490

Black with #2E3490

Text Example


Text Example

White with #2E3490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,144); }

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

background-color css

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

 a { background-color: rgb(46,52,144); }

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

border-color css

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

 span { border-color: rgb(46,52,144); }

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