Html Css Color HEX #3E468A Jacksons Purple

📋 copy color: '#3E468A'

red 62 ◦ green 70 ◦ blue 138

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

Shades of Jacksons Purple #3E468A

Tints of Jacksons Purple #3E468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 22.96%
G = 25.93%
B = 51.11%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E468A (or 0x3E468A) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 8A. RGB value is (62,70,138). Sum of RGB (Red+Green+Blue) = 62+70+138=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E468A is #C1B975. Grayscale: #4B4B4B. Windows color (decimal): -12695926 or 9061950. OLE color: 9061950.

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

Color convert

RGB 62 70 138 -
CMYK 0.55 0.49 0 0.46
HSL 233.68º 0.38% 0.39% -
HSV(B) 233.68º 0.55% 0.54% -
XYZ 8.76 7.24 24.98 -
YUV 75.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 62 70 138 0.55 0.49 0 0.46 233.68 0.38 0.39
Hex 3E 46 8A 37 31 0 2E EA 26 27
Octal 76 106 212 67 61 0 56 352 46 47
Binary 111110 1000110 10001010 110111 110001 0 101110 11101010 100110 100111

Color Harmonies of #3E468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E468A

Black with #3E468A

Text Example


Text Example

White with #3E468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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