#454B87

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

Shades of Jacksons Purple #454B87

Tints of Jacksons Purple #454B87

Color information

#454B87 (or 0x454B87) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 87. RGB value is (69,75,135). Sum of RGB (Red+Green+Blue) = 69+75+135=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #454B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B87 is #BAB478. Grayscale: #4F4F4F. Windows color (decimal): -12235897 or 8866629. OLE color: 8866629.

HSL color Cylindrical-coordinate representation of color #454B87: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454B87 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6975135-
CMYK0.490.4400.47
HSL234.55º32.35%40%-
HSV(B)234.55º48.89%52.94%-
XYZ9.348.0523.98-
YUV80.05159.01120.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=24.73%
G=26.88%
B=48.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69751350.490.4400.47234.5532.3540
Hex454B87312C02Feb2028
Octal10511320761540573534050
Binary1000101100101110000111110001101100010111111101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B87; }

 p { color: rgb(69,75,135); }

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

<style>
 a { background-color: #454B87; }

 a { background-color: rgb(69,75,135); }

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

<style>
 span { border-color: #454B87; }

 span { border-color: rgb(69,75,135); }

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