Html Css Color HEX #3E4375 Jacksons Purple

📋 copy color: '#3E4375'

red 62 ◦ green 67 ◦ blue 117

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

Shades of Jacksons Purple #3E4375

Tints of Jacksons Purple #3E4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 25.2%
G = 27.24%
B = 47.56%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E4375 (or 0x3E4375) is known color: Jacksons Purple. HEX triplet: 3E, 43 and 75. RGB value is (62,67,117). Sum of RGB (Red+Green+Blue) = 62+67+117=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4375 is #C1BC8A. Grayscale: #474747. Windows color (decimal): -12696715 or 7684926. OLE color: 7684926.

HSL color Cylindrical-coordinate representation of color #3E4375: hue angle of 234.55º 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 #3E4375 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 67 117 -
CMYK 0.47 0.43 0 0.54
HSL 234.55º 0.31% 0.35% -
HSV(B) 234.55º 0.47% 0.46% -
XYZ 7.2 6.32 17.67 -
YUV 71.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 62 67 117 0.47 0.43 0 0.54 234.55 0.31 0.35
Hex 3E 43 75 2F 2B 0 36 EB 1F 23
Octal 76 103 165 57 53 0 66 353 37 43
Binary 111110 1000011 1110101 101111 101011 0 110110 11101011 11111 100011

Color Harmonies of #3E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4375

Black with #3E4375

Text Example


Text Example

White with #3E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,67,117); }

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

background-color css

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

 a { background-color: rgb(62,67,117); }

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

border-color css

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

 span { border-color: rgb(62,67,117); }

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