Html Css Color HEX #3D397D Jacksons Purple

📋 copy color: '#3D397D'

red 61 ◦ green 57 ◦ blue 125

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

Shades of Jacksons Purple #3D397D

Tints of Jacksons Purple #3D397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 25.1%
G = 23.46%
B = 51.44%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D397D (or 0x3D397D) is known color: Jacksons Purple. HEX triplet: 3D, 39 and 7D. RGB value is (61,57,125). Sum of RGB (Red+Green+Blue) = 61+57+125=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D397D is #C2C682. Grayscale: #414141. Windows color (decimal): -12764803 or 8206653. OLE color: 8206653.

HSL color Cylindrical-coordinate representation of color #3D397D: hue angle of 243.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D397D is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 57 125 -
CMYK 0.51 0.54 0 0.51
HSL 243.53º 0.37% 0.36% -
HSV(B) 243.53º 0.54% 0.49% -
XYZ 7.09 5.4 20.07 -
YUV 65.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 61 57 125 0.51 0.54 0 0.51 243.53 0.37 0.36
Hex 3D 39 7D 33 36 0 33 F4 25 24
Octal 75 71 175 63 66 0 63 364 45 44
Binary 111101 111001 1111101 110011 110110 0 110011 11110100 100101 100100

Color Harmonies of #3D397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D397D

Black with #3D397D

Text Example


Text Example

White with #3D397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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