Html Css Color HEX #3E4492 Jacksons Purple

📋 copy color: '#3E4492'

red 62 ◦ green 68 ◦ blue 146

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

Shades of Jacksons Purple #3E4492

Tints of Jacksons Purple #3E4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 22.46%
G = 24.64%
B = 52.9%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E4492 (or 0x3E4492) is known color: Jacksons Purple. HEX triplet: 3E, 44 and 92. RGB value is (62,68,146). Sum of RGB (Red+Green+Blue) = 62+68+146=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4492 is #C1BB6D. Grayscale: #4A4A4A. Windows color (decimal): -12696430 or 9585726. OLE color: 9585726.

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

Color convert

RGB 62 68 146 -
CMYK 0.58 0.53 0 0.43
HSL 235.71º 0.4% 0.41% -
HSV(B) 235.71º 0.58% 0.57% -
XYZ 9.24 7.23 28.1 -
YUV 75.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 62 68 146 0.58 0.53 0 0.43 235.71 0.4 0.41
Hex 3E 44 92 3A 35 0 2B EC 28 29
Octal 76 104 222 72 65 0 53 354 50 51
Binary 111110 1000100 10010010 111010 110101 0 101011 11101100 101000 101001

Color Harmonies of #3E4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4492

Black with #3E4492

Text Example


Text Example

White with #3E4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,146); }

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

background-color css

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

 a { background-color: rgb(62,68,146); }

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

border-color css

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

 span { border-color: rgb(62,68,146); }

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