#3D3675

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

Shades of Jacksons Purple #3D3675

Tints of Jacksons Purple #3D3675

Color information

#3D3675 (or 0x3D3675) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 36 and 75. RGB value is (61,54,117). Sum of RGB (Red+Green+Blue) = 61+54+117=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3675 is #C2C98A. Grayscale: #3F3F3F. Windows color (decimal): -12765579 or 7681597. OLE color: 7681597.

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

Color convert

RGB6154117-
CMYK0.480.5400.54
HSL246.67º36.84%33.53%-
HSV(B)246.67º53.85%45.88%-
XYZ6.454.9117.44-
YUV63.28158.32126.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=26.29%
G=23.28%
B=50.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61541170.480.5400.54246.6736.8433.53
Hex3D36753036036f72522
Octal756616560660663674542
Binary1111011101101110101110000110110011011011110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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