#3D3677

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

Shades of Jacksons Purple #3D3677

Tints of Jacksons Purple #3D3677

Color information

#3D3677 (or 0x3D3677) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 36 and 77. RGB value is (61,54,119). Sum of RGB (Red+Green+Blue) = 61+54+119=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D3677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3677 is #C2C988. Grayscale: #3F3F3F. Windows color (decimal): -12765577 or 7812669. OLE color: 7812669.

HSL color Cylindrical-coordinate representation of color #3D3677: hue angle of 246.46º 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 #3D3677 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6154119-
CMYK0.490.5500.53
HSL246.46º37.57%33.92%-
HSV(B)246.46º54.62%46.67%-
XYZ6.574.9618.06-
YUV63.5159.32126.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=26.07%
G=23.08%
B=50.85%

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
Decimal61541190.490.5500.53246.4637.5733.92
Hex3D36773137035f62622
Octal756616761670653664642
Binary1111011101101110111110001110111011010111110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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