Html Css Color HEX #3D3877 Jacksons Purple

📋 copy color: '#3D3877'

red 61 ◦ green 56 ◦ blue 119

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

Shades of Jacksons Purple #3D3877

Tints of Jacksons Purple #3D3877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 25.85%
G = 23.73%
B = 50.42%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D3877 (or 0x3D3877) is known color: Jacksons Purple. HEX triplet: 3D, 38 and 77. RGB value is (61,56,119). Sum of RGB (Red+Green+Blue) = 61+56+119=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3877 is #C2C788. Grayscale: #404040. Windows color (decimal): -12765065 or 7813181. OLE color: 7813181.

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

Color convert

RGB 61 56 119 -
CMYK 0.49 0.53 0 0.53
HSL 244.76º 0.36% 0.34% -
HSV(B) 244.76º 0.53% 0.47% -
XYZ 6.67 5.15 18.1 -
YUV 64.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 61 56 119 0.49 0.53 0 0.53 244.76 0.36 0.34
Hex 3D 38 77 31 35 0 35 F5 24 22
Octal 75 70 167 61 65 0 65 365 44 42
Binary 111101 111000 1110111 110001 110101 0 110101 11110101 100100 100010

Color Harmonies of #3D3877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3877

Black with #3D3877

Text Example


Text Example

White with #3D3877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,119); }

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

background-color css

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

 a { background-color: rgb(61,56,119); }

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

border-color css

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

 span { border-color: rgb(61,56,119); }

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