Html Css Color HEX #3E4476 Jacksons Purple

📋 copy color: '#3E4476'

red 62 ◦ green 68 ◦ blue 118

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

Shades of Jacksons Purple #3E4476

Tints of Jacksons Purple #3E4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 25%
G = 27.42%
B = 47.58%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E4476 (or 0x3E4476) is known color: Jacksons Purple. HEX triplet: 3E, 44 and 76. RGB value is (62,68,118). Sum of RGB (Red+Green+Blue) = 62+68+118=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E4476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4476 is #C1BB89. Grayscale: #474747. Windows color (decimal): -12696458 or 7750718. OLE color: 7750718.

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

Color convert

RGB 62 68 118 -
CMYK 0.47 0.42 0 0.54
HSL 233.57º 0.31% 0.35% -
HSV(B) 233.57º 0.47% 0.46% -
XYZ 7.32 6.47 18 -
YUV 71.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 62 68 118 0.47 0.42 0 0.54 233.57 0.31 0.35
Hex 3E 44 76 2F 2A 0 36 EA 1F 23
Octal 76 104 166 57 52 0 66 352 37 43
Binary 111110 1000100 1110110 101111 101010 0 110110 11101010 11111 100011

Color Harmonies of #3E4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4476

Black with #3E4476

Text Example


Text Example

White with #3E4476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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