Html Css Color HEX #3E4277 Jacksons Purple

📋 copy color: '#3E4277'

red 62 ◦ green 66 ◦ blue 119

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

Shades of Jacksons Purple #3E4277

Tints of Jacksons Purple #3E4277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 119 (46.88% from 255) = 48.18%

R = 25.1%
G = 26.72%
B = 48.18%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E4277 (or 0x3E4277) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 77. RGB value is (62,66,119). Sum of RGB (Red+Green+Blue) = 62+66+119=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4277 is #C1BD88. Grayscale: #464646. Windows color (decimal): -12696969 or 7815742. OLE color: 7815742.

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

Color convert

RGB 62 66 119 -
CMYK 0.48 0.45 0 0.53
HSL 235.79º 0.31% 0.35% -
HSV(B) 235.79º 0.48% 0.47% -
XYZ 7.26 6.25 18.28 -
YUV 70.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 62 66 119 0.48 0.45 0 0.53 235.79 0.31 0.35
Hex 3E 42 77 30 2D 0 35 EC 1F 23
Octal 76 102 167 60 55 0 65 354 37 43
Binary 111110 1000010 1110111 110000 101101 0 110101 11101100 11111 100011

Color Harmonies of #3E4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4277

Black with #3E4277

Text Example


Text Example

White with #3E4277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,119); }

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

background-color css

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

 a { background-color: rgb(62,66,119); }

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

border-color css

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

 span { border-color: rgb(62,66,119); }

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