Html Css Color HEX #3E4678 Jacksons Purple

📋 copy color: '#3E4678'

red 62 ◦ green 70 ◦ blue 120

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

Shades of Jacksons Purple #3E4678

Tints of Jacksons Purple #3E4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 24.6%
G = 27.78%
B = 47.62%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E4678 (or 0x3E4678) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 78. RGB value is (62,70,120). Sum of RGB (Red+Green+Blue) = 62+70+120=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E4678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4678 is #C1B987. Grayscale: #494949. Windows color (decimal): -12695944 or 7882302. OLE color: 7882302.

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

Color convert

RGB 62 70 120 -
CMYK 0.48 0.42 0 0.53
HSL 231.72º 0.32% 0.36% -
HSV(B) 231.72º 0.48% 0.47% -
XYZ 7.57 6.76 18.68 -
YUV 73.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 62 70 120 0.48 0.42 0 0.53 231.72 0.32 0.36
Hex 3E 46 78 30 2A 0 35 E8 20 24
Octal 76 106 170 60 52 0 65 350 40 44
Binary 111110 1000110 1111000 110000 101010 0 110101 11101000 100000 100100

Color Harmonies of #3E4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4678

Black with #3E4678

Text Example


Text Example

White with #3E4678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,70,120); }

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

background-color css

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

 a { background-color: rgb(62,70,120); }

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

border-color css

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

 span { border-color: rgb(62,70,120); }

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