#3D4588

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

Shades of Jacksons Purple #3D4588

Tints of Jacksons Purple #3D4588

Color information

#3D4588 (or 0x3D4588) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 45 and 88. RGB value is (61,69,136). Sum of RGB (Red+Green+Blue) = 61+69+136=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D4588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4588 is #C2BA77. Grayscale: #494949. Windows color (decimal): -12761720 or 8930621. OLE color: 8930621.

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

Color convert

RGB6169136-
CMYK0.550.4900.47
HSL233.6º38.07%38.63%-
HSV(B)233.6º55.15%53.33%-
XYZ8.57.0324.2-
YUV74.25162.85118.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=22.93%
G=25.94%
B=51.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61691360.550.4900.47233.638.0738.63
Hex3D4588373102Fea2627
Octal7510521067610573524647
Binary111101100010110001000110111110001010111111101010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,136); }

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

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

 a { background-color: rgb(61,69,136); }

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

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

 span { border-color: rgb(61,69,136); }

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