Html Css Color HEX #3E417A Jacksons Purple

📋 copy color: '#3E417A'

red 62 ◦ green 65 ◦ blue 122

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

Shades of Jacksons Purple #3E417A

Tints of Jacksons Purple #3E417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 24.9%
G = 26.1%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E417A (or 0x3E417A) is known color: Jacksons Purple. HEX triplet: 3E, 41 and 7A. RGB value is (62,65,122). Sum of RGB (Red+Green+Blue) = 62+65+122=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E417A is #C1BE85. Grayscale: #464646. Windows color (decimal): -12697222 or 8012094. OLE color: 8012094.

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

Color convert

RGB 62 65 122 -
CMYK 0.49 0.47 0 0.52
HSL 237º 0.33% 0.36% -
HSV(B) 237º 0.49% 0.48% -
XYZ 7.39 6.21 19.22 -
YUV 70.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 62 65 122 0.49 0.47 0 0.52 237 0.33 0.36
Hex 3E 41 7A 31 2F 0 34 ED 21 24
Octal 76 101 172 61 57 0 64 355 41 44
Binary 111110 1000001 1111010 110001 101111 0 110100 11101101 100001 100100

Color Harmonies of #3E417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E417A

Black with #3E417A

Text Example


Text Example

White with #3E417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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