Html Css Color HEX #3D3676 Jacksons Purple

📋 copy color: '#3D3676'

red 61 ◦ green 54 ◦ blue 118

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

Shades of Jacksons Purple #3D3676

Tints of Jacksons Purple #3D3676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 26.18%
G = 23.18%
B = 50.64%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D3676 (or 0x3D3676) is known color: Jacksons Purple. HEX triplet: 3D, 36 and 76. RGB value is (61,54,118). Sum of RGB (Red+Green+Blue) = 61+54+118=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3676 is #C2C989. Grayscale: #3F3F3F. Windows color (decimal): -12765578 or 7747133. OLE color: 7747133.

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

Color convert

RGB 61 54 118 -
CMYK 0.48 0.54 0 0.54
HSL 246.56º 0.37% 0.34% -
HSV(B) 246.56º 0.54% 0.46% -
XYZ 6.51 4.94 17.75 -
YUV 63.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 61 54 118 0.48 0.54 0 0.54 246.56 0.37 0.34
Hex 3D 36 76 30 36 0 36 F7 25 22
Octal 75 66 166 60 66 0 66 367 45 42
Binary 111101 110110 1110110 110000 110110 0 110110 11110111 100101 100010

Color Harmonies of #3D3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3676

Black with #3D3676

Text Example


Text Example

White with #3D3676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,118); }

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

background-color css

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

 a { background-color: rgb(61,54,118); }

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

border-color css

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

 span { border-color: rgb(61,54,118); }

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