Html Css Color HEX #3D3579 Jacksons Purple

📋 copy color: '#3D3579'

red 61 ◦ green 53 ◦ blue 121

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

Shades of Jacksons Purple #3D3579

Tints of Jacksons Purple #3D3579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 25.96%
G = 22.55%
B = 51.49%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D3579 (or 0x3D3579) is known color: Jacksons Purple. HEX triplet: 3D, 35 and 79. RGB value is (61,53,121). Sum of RGB (Red+Green+Blue) = 61+53+121=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3579 is #C2CA86. Grayscale: #3E3E3E. Windows color (decimal): -12765831 or 7943485. OLE color: 7943485.

HSL color Cylindrical-coordinate representation of color #3D3579: hue angle of 247.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D3579 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 53 121 -
CMYK 0.50 0.56 0 0.53
HSL 247.06º 0.39% 0.34% -
HSV(B) 247.06º 0.56% 0.47% -
XYZ 6.65 4.92 18.69 -
YUV 63.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 61 53 121 0.50 0.56 0 0.53 247.06 0.39 0.34
Hex 3D 35 79 32 38 0 35 F7 27 22
Octal 75 65 171 62 70 0 65 367 47 42
Binary 111101 110101 1111001 110010 111000 0 110101 11110111 100111 100010

Color Harmonies of #3D3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3579

Black with #3D3579

Text Example


Text Example

White with #3D3579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,53,121); }

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

background-color css

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

 a { background-color: rgb(61,53,121); }

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

border-color css

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

 span { border-color: rgb(61,53,121); }

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