Html Css Color HEX #3E408D Jacksons Purple

📋 copy color: '#3E408D'

red 62 ◦ green 64 ◦ blue 141

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

Shades of Jacksons Purple #3E408D

Tints of Jacksons Purple #3E408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 23.22%
G = 23.97%
B = 52.81%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E408D (or 0x3E408D) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 8D. RGB value is (62,64,141). Sum of RGB (Red+Green+Blue) = 62+64+141=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408D is #C1BF72. Grayscale: #474747. Windows color (decimal): -12697459 or 9257022. OLE color: 9257022.

HSL color Cylindrical-coordinate representation of color #3E408D: hue angle of 238.48º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E408D is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 64 141 -
CMYK 0.56 0.55 0 0.45
HSL 238.48º 0.39% 0.4% -
HSV(B) 238.48º 0.56% 0.55% -
XYZ 8.63 6.61 26.02 -
YUV 72.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 62 64 141 0.56 0.55 0 0.45 238.48 0.39 0.4
Hex 3E 40 8D 38 37 0 2D EE 27 28
Octal 76 100 215 70 67 0 55 356 47 50
Binary 111110 1000000 10001101 111000 110111 0 101101 11101110 100111 101000

Color Harmonies of #3E408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E408D

Black with #3E408D

Text Example


Text Example

White with #3E408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,141); }

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

background-color css

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

 a { background-color: rgb(62,64,141); }

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

border-color css

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

 span { border-color: rgb(62,64,141); }

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