Html Css Color HEX #3E457D Jacksons Purple

📋 copy color: '#3E457D'

red 62 ◦ green 69 ◦ blue 125

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

Shades of Jacksons Purple #3E457D

Tints of Jacksons Purple #3E457D

RGB

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

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

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

R = 24.22%
G = 26.95%
B = 48.83%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E457D (or 0x3E457D) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 7D. RGB value is (62,69,125). Sum of RGB (Red+Green+Blue) = 62+69+125=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E457D is #C1BA82. Grayscale: #494949. Windows color (decimal): -12696195 or 8209726. OLE color: 8209726.

HSL color Cylindrical-coordinate representation of color #3E457D: hue angle of 233.33º 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 #3E457D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 69 125 -
CMYK 0.50 0.45 0 0.51
HSL 233.33º 0.34% 0.37% -
HSV(B) 233.33º 0.5% 0.49% -
XYZ 7.82 6.76 20.3 -
YUV 73.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 62 69 125 0.50 0.45 0 0.51 233.33 0.34 0.37
Hex 3E 45 7D 32 2D 0 33 E9 22 25
Octal 76 105 175 62 55 0 63 351 42 45
Binary 111110 1000101 1111101 110010 101101 0 110011 11101001 100010 100101

Color Harmonies of #3E457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E457D

Black with #3E457D

Text Example


Text Example

White with #3E457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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