Html Css Color HEX #3E477D Jacksons Purple

📋 copy color: '#3E477D'

red 62 ◦ green 71 ◦ blue 125

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

Shades of Jacksons Purple #3E477D

Tints of Jacksons Purple #3E477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 24.03%
G = 27.52%
B = 48.45%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E477D (or 0x3E477D) is known color: Jacksons Purple. HEX triplet: 3E, 47 and 7D. RGB value is (62,71,125). Sum of RGB (Red+Green+Blue) = 62+71+125=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E477D is #C1B882. Grayscale: #4A4A4A. Windows color (decimal): -12695683 or 8210238. OLE color: 8210238.

HSL color Cylindrical-coordinate representation of color #3E477D: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E477D is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 71 125 -
CMYK 0.50 0.43 0 0.51
HSL 231.43º 0.34% 0.37% -
HSV(B) 231.43º 0.5% 0.49% -
XYZ 7.94 7.01 20.34 -
YUV 74.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 62 71 125 0.50 0.43 0 0.51 231.43 0.34 0.37
Hex 3E 47 7D 32 2B 0 33 E7 22 25
Octal 76 107 175 62 53 0 63 347 42 45
Binary 111110 1000111 1111101 110010 101011 0 110011 11100111 100010 100101

Color Harmonies of #3E477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E477D

Black with #3E477D

Text Example


Text Example

White with #3E477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,71,125); }

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

background-color css

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

 a { background-color: rgb(62,71,125); }

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

border-color css

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

 span { border-color: rgb(62,71,125); }

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