#3D3678

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

Shades of Jacksons Purple #3D3678

Tints of Jacksons Purple #3D3678

Color information

#3D3678 (or 0x3D3678) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 36 and 78. RGB value is (61,54,120). Sum of RGB (Red+Green+Blue) = 61+54+120=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D3678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3678 is #C2C987. Grayscale: #3F3F3F. Windows color (decimal): -12765576 or 7878205. OLE color: 7878205.

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

Color convert

RGB6154120-
CMYK0.490.5500.53
HSL246.36º37.93%34.12%-
HSV(B)246.36º55%47.06%-
XYZ6.634.9918.38-
YUV63.62159.82126.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=25.96%
G=22.98%
B=51.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61541200.490.5500.53246.3637.9334.12
Hex3D36783137035f62622
Octal756617061670653664642
Binary1111011101101111000110001110111011010111110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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