#3D3F76

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

Shades of Jacksons Purple #3D3F76

Tints of Jacksons Purple #3D3F76

Color information

#3D3F76 (or 0x3D3F76) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3F and 76. RGB value is (61,63,118). Sum of RGB (Red+Green+Blue) = 61+63+118=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F76 is #C2C089. Grayscale: #444444. Windows color (decimal): -12763274 or 7749437. OLE color: 7749437.

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

Color convert

RGB6163118-
CMYK0.480.4700.54
HSL237.89º31.84%35.1%-
HSV(B)237.89º48.31%46.27%-
XYZ6.975.8617.9-
YUV68.67155.84122.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=25.21%
G=26.03%
B=48.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61631180.480.4700.54237.8931.8435.1
Hex3D3F76302F036ee2023
Octal757716660570663564043
Binary1111011111111110110110000101111011011011101110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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