#3D3C77

Color #3D3C77 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #3D3C77

Tints of Jacksons Purple #3D3C77

Color information

#3D3C77 (or 0x3D3C77) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3C and 77. RGB value is (61,60,119). Sum of RGB (Red+Green+Blue) = 61+60+119=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D3C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C77 is #C2C388. Grayscale: #424242. Windows color (decimal): -12764041 or 7814205. OLE color: 7814205.

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

Color convert

RGB6160119-
CMYK0.490.5000.53
HSL241.02º32.96%35.1%-
HSV(B)241.02º49.58%46.67%-
XYZ6.875.5618.16-
YUV67.03157.33123.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=25.42%
G=25%
B=49.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61601190.490.5000.53241.0232.9635.1
Hex3D3C773132035f12123
Octal757416761620653614143
Binary1111011111001110111110001110010011010111110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3C77;
 }
 .AnyTagClassName
 {
   color: #3D3C77;
 }
</style>
background-color css

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

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

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

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

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

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