#3D4275

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

Shades of Jacksons Purple #3D4275

Tints of Jacksons Purple #3D4275

Color information

#3D4275 (or 0x3D4275) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 42 and 75. RGB value is (61,66,117). Sum of RGB (Red+Green+Blue) = 61+66+117=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4275 is #C2BD8A. Grayscale: #464646. Windows color (decimal): -12762507 or 7684669. OLE color: 7684669.

HSL color Cylindrical-coordinate representation of color #3D4275: hue angle of 234.64º degrees, saturation: 0.31, 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 #3D4275 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6166117-
CMYK0.480.4400.54
HSL234.64º31.46%34.9%-
HSV(B)234.64º47.86%45.88%-
XYZ7.086.1717.65-
YUV70.32154.34121.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=25%
G=27.05%
B=47.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61661170.480.4400.54234.6431.4634.9
Hex3D4275302C036eb1f23
Octal7510216560540663533743
Binary1111011000010111010111000010110001101101110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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