Html Css Color HEX #2E3A92 Jacksons Purple

📋 copy color: '#2E3A92'

red 46 ◦ green 58 ◦ blue 146

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

Shades of Jacksons Purple #2E3A92

Tints of Jacksons Purple #2E3A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 18.4%
G = 23.2%
B = 58.4%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E3A92 (or 0x2E3A92) is known color: Jacksons Purple. HEX triplet: 2E, 3A and 92. RGB value is (46,58,146). Sum of RGB (Red+Green+Blue) = 46+58+146=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E3A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A92 is #D1C56D. Grayscale: #404040. Windows color (decimal): -13747566 or 9583150. OLE color: 9583150.

HSL color Cylindrical-coordinate representation of color #2E3A92: hue angle of 232.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E3A92 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 58 146 -
CMYK 0.68 0.60 0 0.43
HSL 232.8º 0.52% 0.38% -
HSV(B) 232.8º 0.68% 0.57% -
XYZ 7.83 5.68 27.88 -
YUV 64.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 46 58 146 0.68 0.60 0 0.43 232.8 0.52 0.38
Hex 2E 3A 92 44 3C 0 2B E9 34 26
Octal 56 72 222 104 74 0 53 351 64 46
Binary 101110 111010 10010010 1000100 111100 0 101011 11101001 110100 100110

Color Harmonies of #2E3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A92

Black with #2E3A92

Text Example


Text Example

White with #2E3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,146); }

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

background-color css

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

 a { background-color: rgb(46,58,146); }

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

border-color css

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

 span { border-color: rgb(46,58,146); }

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