Html Css Color HEX #3E387E Jacksons Purple

📋 copy color: '#3E387E'

red 62 ◦ green 56 ◦ blue 126

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

Shades of Jacksons Purple #3E387E

Tints of Jacksons Purple #3E387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 25.41%
G = 22.95%
B = 51.64%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E387E (or 0x3E387E) is known color: Jacksons Purple. HEX triplet: 3E, 38 and 7E. RGB value is (62,56,126). Sum of RGB (Red+Green+Blue) = 62+56+126=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E387E is #C1C781. Grayscale: #414141. Windows color (decimal): -12699522 or 8271934. OLE color: 8271934.

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

Color convert

RGB 62 56 126 -
CMYK 0.51 0.56 0 0.51
HSL 245.14º 0.38% 0.36% -
HSV(B) 245.14º 0.56% 0.49% -
XYZ 7.17 5.36 20.4 -
YUV 65.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 62 56 126 0.51 0.56 0 0.51 245.14 0.38 0.36
Hex 3E 38 7E 33 38 0 33 F5 26 24
Octal 76 70 176 63 70 0 63 365 46 44
Binary 111110 111000 1111110 110011 111000 0 110011 11110101 100110 100100

Color Harmonies of #3E387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E387E

Black with #3E387E

Text Example


Text Example

White with #3E387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,126); }

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

background-color css

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

 a { background-color: rgb(62,56,126); }

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

border-color css

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

 span { border-color: rgb(62,56,126); }

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