Html Css Color HEX #3D397C Jacksons Purple

📋 copy color: '#3D397C'

red 61 ◦ green 57 ◦ blue 124

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

Shades of Jacksons Purple #3D397C

Tints of Jacksons Purple #3D397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 25.21%
G = 23.55%
B = 51.24%

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

#3D397C (or 0x3D397C) is known color: Jacksons Purple. HEX triplet: 3D, 39 and 7C. RGB value is (61,57,124). Sum of RGB (Red+Green+Blue) = 61+57+124=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D397C is #C2C683. Grayscale: #414141. Windows color (decimal): -12764804 or 8141117. OLE color: 8141117.

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

Color convert

RGB 61 57 124 -
CMYK 0.51 0.54 0 0.51
HSL 243.58º 0.37% 0.35% -
HSV(B) 243.58º 0.54% 0.49% -
XYZ 7.03 5.37 19.74 -
YUV 65.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 61 57 124 0.51 0.54 0 0.51 243.58 0.37 0.35
Hex 3D 39 7C 33 36 0 33 F4 25 23
Octal 75 71 174 63 66 0 63 364 45 43
Binary 111101 111001 1111100 110011 110110 0 110011 11110100 100101 100011

Color Harmonies of #3D397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D397C

Black with #3D397C

Text Example


Text Example

White with #3D397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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