Html Css Color HEX #3E3D7A Jacksons Purple

📋 copy color: '#3E3D7A'

red 62 ◦ green 61 ◦ blue 122

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

Shades of Jacksons Purple #3E3D7A

Tints of Jacksons Purple #3E3D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

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

R = 25.31%
G = 24.9%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E3D7A (or 0x3E3D7A) is known color: Jacksons Purple. HEX triplet: 3E, 3D and 7A. RGB value is (62,61,122). Sum of RGB (Red+Green+Blue) = 62+61+122=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E3D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D7A is #C1C285. Grayscale: #444444. Windows color (decimal): -12698246 or 8011070. OLE color: 8011070.

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

Color convert

RGB 62 61 122 -
CMYK 0.49 0.50 0 0.52
HSL 240.98º 0.33% 0.36% -
HSV(B) 240.98º 0.5% 0.48% -
XYZ 7.17 5.77 19.15 -
YUV 68.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 62 61 122 0.49 0.50 0 0.52 240.98 0.33 0.36
Hex 3E 3D 7A 31 32 0 34 F1 21 24
Octal 76 75 172 61 62 0 64 361 41 44
Binary 111110 111101 1111010 110001 110010 0 110100 11110001 100001 100100

Color Harmonies of #3E3D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3D7A

Black with #3E3D7A

Text Example


Text Example

White with #3E3D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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