Html Css Color HEX #3E4591 Jacksons Purple

📋 copy color: '#3E4591'

red 62 ◦ green 69 ◦ blue 145

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

Shades of Jacksons Purple #3E4591

Tints of Jacksons Purple #3E4591

RGB

 RED value IS 62 (24.61% from 255) = 22.46%

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 22.46%
G = 25%
B = 52.54%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E4591 (or 0x3E4591) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 91. RGB value is (62,69,145). Sum of RGB (Red+Green+Blue) = 62+69+145=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E4591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4591 is #C1BA6E. Grayscale: #4B4B4B. Windows color (decimal): -12696175 or 9520446. OLE color: 9520446.

HSL color Cylindrical-coordinate representation of color #3E4591: hue angle of 234.94º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E4591 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 69 145 -
CMYK 0.57 0.52 0 0.43
HSL 234.94º 0.4% 0.41% -
HSV(B) 234.94º 0.57% 0.57% -
XYZ 9.23 7.32 27.72 -
YUV 75.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 62 69 145 0.57 0.52 0 0.43 234.94 0.4 0.41
Hex 3E 45 91 39 34 0 2B EB 28 29
Octal 76 105 221 71 64 0 53 353 50 51
Binary 111110 1000101 10010001 111001 110100 0 101011 11101011 101000 101001

Color Harmonies of #3E4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4591

Black with #3E4591

Text Example


Text Example

White with #3E4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4591; }

 p { color: rgb(62,69,145); }

 H1.HeaderClassName
 {
   color: #3E4591;
 }
 .AnyTagClassName
 {
   color: #3E4591;
 }
</style>

background-color css

<style>
 a { background-color: #3E4591; }

 a { background-color: rgb(62,69,145); }

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

border-color css

<style>
 span { border-color: #3E4591; }

 span { border-color: rgb(62,69,145); }

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