Html Css Color HEX #3E3876 Jacksons Purple

📋 copy color: '#3E3876'

red 62 ◦ green 56 ◦ blue 118

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

Shades of Jacksons Purple #3E3876

Tints of Jacksons Purple #3E3876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 26.27%
G = 23.73%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E3876 (or 0x3E3876) is known color: Jacksons Purple. HEX triplet: 3E, 38 and 76. RGB value is (62,56,118). Sum of RGB (Red+Green+Blue) = 62+56+118=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E3876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3876 is #C1C789. Grayscale: #404040. Windows color (decimal): -12699530 or 7747646. OLE color: 7747646.

HSL color Cylindrical-coordinate representation of color #3E3876: hue angle of 245.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E3876 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 56 118 -
CMYK 0.47 0.53 0 0.54
HSL 245.81º 0.36% 0.34% -
HSV(B) 245.81º 0.53% 0.46% -
XYZ 6.67 5.16 17.78 -
YUV 64.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 62 56 118 0.47 0.53 0 0.54 245.81 0.36 0.34
Hex 3E 38 76 2F 35 0 36 F6 24 22
Octal 76 70 166 57 65 0 66 366 44 42
Binary 111110 111000 1110110 101111 110101 0 110110 11110110 100100 100010

Color Harmonies of #3E3876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3876

Black with #3E3876

Text Example


Text Example

White with #3E3876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,118); }

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

background-color css

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

 a { background-color: rgb(62,56,118); }

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

border-color css

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

 span { border-color: rgb(62,56,118); }

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