#3D4087

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

Shades of Jacksons Purple #3D4087

Tints of Jacksons Purple #3D4087

Color information

#3D4087 (or 0x3D4087) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 40 and 87. RGB value is (61,64,135). Sum of RGB (Red+Green+Blue) = 61+64+135=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4087 is #C2BF78. Grayscale: #464646. Windows color (decimal): -12763001 or 8863805. OLE color: 8863805.

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

Color convert

RGB6164135-
CMYK0.550.5300.47
HSL237.57º37.76%38.43%-
HSV(B)237.57º54.81%52.94%-
XYZ8.136.4123.73-
YUV71.2164.01120.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=23.46%
G=24.62%
B=51.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61641350.550.5300.47237.5737.7638.43
Hex3D4087373502Fee2626
Octal7510020767650573564646
Binary111101100000010000111110111110101010111111101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,135); }

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

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

 a { background-color: rgb(61,64,135); }

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

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

 span { border-color: rgb(61,64,135); }

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