Html Css Color HEX #3E447C Jacksons Purple

📋 copy color: '#3E447C'

red 62 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #3E447C

Tints of Jacksons Purple #3E447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 24.41%
G = 26.77%
B = 48.82%

CMYK

 C value IS 0.5

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E447C (or 0x3E447C) is known color: Jacksons Purple. HEX triplet: 3E, 44 and 7C. RGB value is (62,68,124). Sum of RGB (Red+Green+Blue) = 62+68+124=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E447C is #C1BB83. Grayscale: #484848. Windows color (decimal): -12696452 or 8143934. OLE color: 8143934.

HSL color Cylindrical-coordinate representation of color #3E447C: hue angle of 234.19º 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 #3E447C is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 68 124 -
CMYK 0.5 0.45 0 0.51
HSL 234.19º 0.33% 0.36% -
HSV(B) 234.19º 0.5% 0.49% -
XYZ 7.69 6.61 19.94 -
YUV 72.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 62 68 124 0.5 0.45 0 0.51 234.19 0.33 0.36
Hex 3E 44 7C 32 2D 0 33 EA 21 24
Octal 76 104 174 62 55 0 63 352 41 44
Binary 111110 1000100 1111100 110010 101101 0 110011 11101010 100001 100100

Color Harmonies of #3E447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E447C

Black with #3E447C

Text Example


Text Example

White with #3E447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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