Html Css Color HEX #3E357F Jacksons Purple

📋 copy color: '#3E357F'

red 62 ◦ green 53 ◦ blue 127

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

Shades of Jacksons Purple #3E357F

Tints of Jacksons Purple #3E357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 25.62%
G = 21.9%
B = 52.48%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E357F (or 0x3E357F) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 7F. RGB value is (62,53,127). Sum of RGB (Red+Green+Blue) = 62+53+127=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E357F is #C1CA80. Grayscale: #3F3F3F. Windows color (decimal): -12700289 or 8336702. OLE color: 8336702.

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

Color convert

RGB 62 53 127 -
CMYK 0.51 0.58 0 0.50
HSL 247.3º 0.41% 0.35% -
HSV(B) 247.3º 0.58% 0.5% -
XYZ 7.09 5.1 20.69 -
YUV 64.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 62 53 127 0.51 0.58 0 0.50 247.3 0.41 0.35
Hex 3E 35 7F 33 3A 0 32 F7 29 23
Octal 76 65 177 63 72 0 62 367 51 43
Binary 111110 110101 1111111 110011 111010 0 110010 11110111 101001 100011

Color Harmonies of #3E357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E357F

Black with #3E357F

Text Example


Text Example

White with #3E357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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