Html Css Color HEX #3E438D Jacksons Purple

📋 copy color: '#3E438D'

red 62 ◦ green 67 ◦ blue 141

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

Shades of Jacksons Purple #3E438D

Tints of Jacksons Purple #3E438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 22.96%
G = 24.81%
B = 52.22%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E438D (or 0x3E438D) is known color: Jacksons Purple. HEX triplet: 3E, 43 and 8D. RGB value is (62,67,141). Sum of RGB (Red+Green+Blue) = 62+67+141=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E438D is #C1BC72. Grayscale: #494949. Windows color (decimal): -12696691 or 9257790. OLE color: 9257790.

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

Color convert

RGB 62 67 141 -
CMYK 0.56 0.52 0 0.45
HSL 236.2º 0.39% 0.4% -
HSV(B) 236.2º 0.56% 0.55% -
XYZ 8.8 6.96 26.08 -
YUV 73.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 62 67 141 0.56 0.52 0 0.45 236.2 0.39 0.4
Hex 3E 43 8D 38 34 0 2D EC 27 28
Octal 76 103 215 70 64 0 55 354 47 50
Binary 111110 1000011 10001101 111000 110100 0 101101 11101100 100111 101000

Color Harmonies of #3E438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E438D

Black with #3E438D

Text Example


Text Example

White with #3E438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,67,141); }

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

background-color css

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

 a { background-color: rgb(62,67,141); }

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

border-color css

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

 span { border-color: rgb(62,67,141); }

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