Html Css Color HEX #3E357A Jacksons Purple

📋 copy color: '#3E357A'

red 62 ◦ green 53 ◦ blue 122

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

Shades of Jacksons Purple #3E357A

Tints of Jacksons Purple #3E357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 26.16%
G = 22.36%
B = 51.48%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E357A (or 0x3E357A) is known color: Jacksons Purple. HEX triplet: 3E, 35 and 7A. RGB value is (62,53,122). Sum of RGB (Red+Green+Blue) = 62+53+122=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E357A is #C1CA85. Grayscale: #3F3F3F. Windows color (decimal): -12700294 or 8009022. OLE color: 8009022.

HSL color Cylindrical-coordinate representation of color #3E357A: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E357A is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 53 122 -
CMYK 0.49 0.57 0 0.52
HSL 247.83º 0.39% 0.34% -
HSV(B) 247.83º 0.57% 0.48% -
XYZ 6.77 4.98 19.02 -
YUV 63.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 62 53 122 0.49 0.57 0 0.52 247.83 0.39 0.34
Hex 3E 35 7A 31 39 0 34 F8 27 22
Octal 76 65 172 61 71 0 64 370 47 42
Binary 111110 110101 1111010 110001 111001 0 110100 11111000 100111 100010

Color Harmonies of #3E357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E357A

Black with #3E357A

Text Example


Text Example

White with #3E357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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