Html Css Color HEX #3E457C Jacksons Purple

📋 copy color: '#3E457C'

red 62 ◦ green 69 ◦ blue 124

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

Shades of Jacksons Purple #3E457C

Tints of Jacksons Purple #3E457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 24.31%
G = 27.06%
B = 48.63%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E457C (or 0x3E457C) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 7C. RGB value is (62,69,124). Sum of RGB (Red+Green+Blue) = 62+69+124=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E457C is #C1BA83. Grayscale: #484848. Windows color (decimal): -12696196 or 8144190. OLE color: 8144190.

HSL color Cylindrical-coordinate representation of color #3E457C: hue angle of 233.23º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E457C is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 69 124 -
CMYK 0.5 0.44 0 0.51
HSL 233.23º 0.33% 0.36% -
HSV(B) 233.23º 0.5% 0.49% -
XYZ 7.75 6.74 19.96 -
YUV 73.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 62 69 124 0.5 0.44 0 0.51 233.23 0.33 0.36
Hex 3E 45 7C 32 2C 0 33 E9 21 24
Octal 76 105 174 62 54 0 63 351 41 44
Binary 111110 1000101 1111100 110010 101100 0 110011 11101001 100001 100100

Color Harmonies of #3E457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E457C

Black with #3E457C

Text Example


Text Example

White with #3E457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,124); }

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

background-color css

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

 a { background-color: rgb(62,69,124); }

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

border-color css

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

 span { border-color: rgb(62,69,124); }

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