#403F88

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

Shades of Jacksons Purple #403F88

Tints of Jacksons Purple #403F88

Color information

#403F88 (or 0x403F88) is unknown color: approx Jacksons Purple. HEX triplet: 40, 3F and 88. RGB value is (64,63,136). Sum of RGB (Red+Green+Blue) = 64+63+136=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #403F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F88 is #BFC077. Grayscale: #474747. Windows color (decimal): -12566648 or 8929088. OLE color: 8929088.

HSL color Cylindrical-coordinate representation of color #403F88: hue angle of 240.82º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403F88 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6463136-
CMYK0.530.5400.47
HSL240.82º36.68%39.02%-
HSV(B)240.82º53.68%53.33%-
XYZ8.346.4224.09-
YUV71.62164.33122.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=24.33%
G=23.95%
B=51.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64631360.530.5400.47240.8236.6839.02
Hex403F88353602Ff12527
Octal1007721065660573614547
Binary100000011111110001000110101110110010111111110001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F88; }

 p { color: rgb(64,63,136); }

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

<style>
 a { background-color: #403F88; }

 a { background-color: rgb(64,63,136); }

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

<style>
 span { border-color: #403F88; }

 span { border-color: rgb(64,63,136); }

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