Html Css Color HEX #3E4477 Jacksons Purple

📋 copy color: '#3E4477'

red 62 ◦ green 68 ◦ blue 119

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

Shades of Jacksons Purple #3E4477

Tints of Jacksons Purple #3E4477

RGB

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

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

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

R = 24.9%
G = 27.31%
B = 47.79%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E4477 (or 0x3E4477) is known color: Jacksons Purple. HEX triplet: 3E, 44 and 77. RGB value is (62,68,119). Sum of RGB (Red+Green+Blue) = 62+68+119=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4477 is #C1BB88. Grayscale: #474747. Windows color (decimal): -12696457 or 7816254. OLE color: 7816254.

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

Color convert

RGB 62 68 119 -
CMYK 0.48 0.43 0 0.53
HSL 233.68º 0.31% 0.35% -
HSV(B) 233.68º 0.48% 0.47% -
XYZ 7.38 6.49 18.32 -
YUV 72.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 62 68 119 0.48 0.43 0 0.53 233.68 0.31 0.35
Hex 3E 44 77 30 2B 0 35 EA 1F 23
Octal 76 104 167 60 53 0 65 352 37 43
Binary 111110 1000100 1110111 110000 101011 0 110101 11101010 11111 100011

Color Harmonies of #3E4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4477

Black with #3E4477

Text Example


Text Example

White with #3E4477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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