Html Css Color HEX #3D397A Jacksons Purple

📋 copy color: '#3D397A'

red 61 ◦ green 57 ◦ blue 122

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

Shades of Jacksons Purple #3D397A

Tints of Jacksons Purple #3D397A

RGB

 RED value IS 61 (24.22% from 255) = 25.42%

 GREEN value IS 57 (22.66% from 255) = 23.75%

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

R = 25.42%
G = 23.75%
B = 50.83%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D397A (or 0x3D397A) is known color: Jacksons Purple. HEX triplet: 3D, 39 and 7A. RGB value is (61,57,122). Sum of RGB (Red+Green+Blue) = 61+57+122=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D397A is #C2C685. Grayscale: #414141. Windows color (decimal): -12764806 or 8010045. OLE color: 8010045.

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

Color convert

RGB 61 57 122 -
CMYK 0.50 0.53 0 0.52
HSL 243.69º 0.36% 0.35% -
HSV(B) 243.69º 0.53% 0.48% -
XYZ 6.9 5.32 19.08 -
YUV 65.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 61 57 122 0.50 0.53 0 0.52 243.69 0.36 0.35
Hex 3D 39 7A 32 35 0 34 F4 24 23
Octal 75 71 172 62 65 0 64 364 44 43
Binary 111101 111001 1111010 110010 110101 0 110100 11110100 100100 100011

Color Harmonies of #3D397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D397A

Black with #3D397A

Text Example


Text Example

White with #3D397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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