Html Css Color HEX #3E408A Jacksons Purple

📋 copy color: '#3E408A'

red 62 ◦ green 64 ◦ blue 138

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

Shades of Jacksons Purple #3E408A

Tints of Jacksons Purple #3E408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 23.48%
G = 24.24%
B = 52.27%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E408A (or 0x3E408A) is known color: Jacksons Purple. HEX triplet: 3E, 40 and 8A. RGB value is (62,64,138). Sum of RGB (Red+Green+Blue) = 62+64+138=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E408A is #C1BF75. Grayscale: #474747. Windows color (decimal): -12697462 or 9060414. OLE color: 9060414.

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

Color convert

RGB 62 64 138 -
CMYK 0.55 0.54 0 0.46
HSL 238.42º 0.38% 0.39% -
HSV(B) 238.42º 0.55% 0.54% -
XYZ 8.41 6.53 24.86 -
YUV 71.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 62 64 138 0.55 0.54 0 0.46 238.42 0.38 0.39
Hex 3E 40 8A 37 36 0 2E EE 26 27
Octal 76 100 212 67 66 0 56 356 46 47
Binary 111110 1000000 10001010 110111 110110 0 101110 11101110 100110 100111

Color Harmonies of #3E408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E408A

Black with #3E408A

Text Example


Text Example

White with #3E408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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