Html Css Color HEX #3E377F Jacksons Purple

📋 copy color: '#3E377F'

red 62 ◦ green 55 ◦ blue 127

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

Shades of Jacksons Purple #3E377F

Tints of Jacksons Purple #3E377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 25.41%
G = 22.54%
B = 52.05%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E377F (or 0x3E377F) is known color: Jacksons Purple. HEX triplet: 3E, 37 and 7F. RGB value is (62,55,127). Sum of RGB (Red+Green+Blue) = 62+55+127=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E377F is #C1C880. Grayscale: #414141. Windows color (decimal): -12699777 or 8337214. OLE color: 8337214.

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

Color convert

RGB 62 55 127 -
CMYK 0.51 0.57 0 0.50
HSL 245.83º 0.4% 0.36% -
HSV(B) 245.83º 0.57% 0.5% -
XYZ 7.18 5.29 20.72 -
YUV 65.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 62 55 127 0.51 0.57 0 0.50 245.83 0.4 0.36
Hex 3E 37 7F 33 39 0 32 F6 28 24
Octal 76 67 177 63 71 0 62 366 50 44
Binary 111110 110111 1111111 110011 111001 0 110010 11110110 101000 100100

Color Harmonies of #3E377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E377F

Black with #3E377F

Text Example


Text Example

White with #3E377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,55,127); }

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

background-color css

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

 a { background-color: rgb(62,55,127); }

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

border-color css

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

 span { border-color: rgb(62,55,127); }

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