Html Css Color HEX #3E407D Jacksons Purple

📋 copy color: '#3E407D'

red 62 ◦ green 64 ◦ blue 125

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

Shades of Jacksons Purple #3E407D

Tints of Jacksons Purple #3E407D

RGB

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

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

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

R = 24.7%
G = 25.5%
B = 49.8%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E407D (or 0x3E407D) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 7D. RGB value is (62,64,125). Sum of RGB (Red+Green+Blue) = 62+64+125=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E407D is #C1BF82. Grayscale: #464646. Windows color (decimal): -12697475 or 8208446. OLE color: 8208446.

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

Color convert

RGB 62 64 125 -
CMYK 0.50 0.49 0 0.51
HSL 238.1º 0.34% 0.37% -
HSV(B) 238.1º 0.5% 0.49% -
XYZ 7.52 6.17 20.2 -
YUV 70.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 62 64 125 0.50 0.49 0 0.51 238.1 0.34 0.37
Hex 3E 40 7D 32 31 0 33 EE 22 25
Octal 76 100 175 62 61 0 63 356 42 45
Binary 111110 1000000 1111101 110010 110001 0 110011 11101110 100010 100101

Color Harmonies of #3E407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E407D

Black with #3E407D

Text Example


Text Example

White with #3E407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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