Html Css Color HEX #3E487A Jacksons Purple

📋 copy color: '#3E487A'

red 62 ◦ green 72 ◦ blue 122

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

Shades of Jacksons Purple #3E487A

Tints of Jacksons Purple #3E487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 24.22%
G = 28.13%
B = 47.66%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E487A (or 0x3E487A) is known color: Jacksons Purple. HEX triplet: 3E, 48 and 7A. RGB value is (62,72,122). Sum of RGB (Red+Green+Blue) = 62+72+122=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E487A is #C1B785. Grayscale: #4A4A4A. Windows color (decimal): -12695430 or 8013886. OLE color: 8013886.

HSL color Cylindrical-coordinate representation of color #3E487A: hue angle of 230º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E487A is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 72 122 -
CMYK 0.49 0.41 0 0.52
HSL 230º 0.33% 0.36% -
HSV(B) 230º 0.49% 0.48% -
XYZ 7.82 7.06 19.36 -
YUV 74.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 62 72 122 0.49 0.41 0 0.52 230 0.33 0.36
Hex 3E 48 7A 31 29 0 34 E6 21 24
Octal 76 110 172 61 51 0 64 346 41 44
Binary 111110 1001000 1111010 110001 101001 0 110100 11100110 100001 100100

Color Harmonies of #3E487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E487A

Black with #3E487A

Text Example


Text Example

White with #3E487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,72,122); }

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

background-color css

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

 a { background-color: rgb(62,72,122); }

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

border-color css

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

 span { border-color: rgb(62,72,122); }

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