Html Css Color HEX #3E468B Jacksons Purple

📋 copy color: '#3E468B'

red 62 ◦ green 70 ◦ blue 139

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

Shades of Jacksons Purple #3E468B

Tints of Jacksons Purple #3E468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 22.88%
G = 25.83%
B = 51.29%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E468B (or 0x3E468B) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 8B. RGB value is (62,70,139). Sum of RGB (Red+Green+Blue) = 62+70+139=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E468B is #C1B974. Grayscale: #4B4B4B. Windows color (decimal): -12695925 or 9127486. OLE color: 9127486.

HSL color Cylindrical-coordinate representation of color #3E468B: hue angle of 233.77º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E468B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 70 139 -
CMYK 0.55 0.50 0 0.45
HSL 233.77º 0.38% 0.39% -
HSV(B) 233.77º 0.55% 0.55% -
XYZ 8.84 7.27 25.36 -
YUV 75.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 62 70 139 0.55 0.50 0 0.45 233.77 0.38 0.39
Hex 3E 46 8B 37 32 0 2D EA 26 27
Octal 76 106 213 67 62 0 55 352 46 47
Binary 111110 1000110 10001011 110111 110010 0 101101 11101010 100110 100111

Color Harmonies of #3E468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E468B

Black with #3E468B

Text Example


Text Example

White with #3E468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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