#3B3D88

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

Shades of Jacksons Purple #3B3D88

Tints of Jacksons Purple #3B3D88

Color information

#3B3D88 (or 0x3B3D88) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 3D and 88. RGB value is (59,61,136). Sum of RGB (Red+Green+Blue) = 59+61+136=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B3D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3D88 is #C4C277. Grayscale: #444444. Windows color (decimal): -12894840 or 8928571. OLE color: 8928571.

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

Color convert

RGB5961136-
CMYK0.570.5500.47
HSL238.44º39.49%38.24%-
HSV(B)238.44º56.62%53.33%-
XYZ7.926.0424.04-
YUV68.95165.84120.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=23.05%
G=23.83%
B=53.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59611360.570.5500.47238.4439.4938.24
Hex3B3D88393702Fee2726
Octal737521071670573564746
Binary11101111110110001000111001110111010111111101110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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