Html Css Color HEX #3E4178 Jacksons Purple

📋 copy color: '#3E4178'

red 62 ◦ green 65 ◦ blue 120

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

Shades of Jacksons Purple #3E4178

Tints of Jacksons Purple #3E4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 25.1%
G = 26.32%
B = 48.58%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E4178 (or 0x3E4178) is known color: Jacksons Purple. HEX triplet: 3E, 41 and 78. RGB value is (62,65,120). Sum of RGB (Red+Green+Blue) = 62+65+120=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4178 is #C1BE87. Grayscale: #464646. Windows color (decimal): -12697224 or 7881022. OLE color: 7881022.

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

Color convert

RGB 62 65 120 -
CMYK 0.48 0.46 0 0.53
HSL 236.9º 0.32% 0.36% -
HSV(B) 236.9º 0.48% 0.47% -
XYZ 7.27 6.16 18.58 -
YUV 70.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 62 65 120 0.48 0.46 0 0.53 236.9 0.32 0.36
Hex 3E 41 78 30 2E 0 35 ED 20 24
Octal 76 101 170 60 56 0 65 355 40 44
Binary 111110 1000001 1111000 110000 101110 0 110101 11101101 100000 100100

Color Harmonies of #3E4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4178

Black with #3E4178

Text Example


Text Example

White with #3E4178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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