#454C80

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

Shades of Jacksons Purple #454C80

Tints of Jacksons Purple #454C80

Color information

#454C80 (or 0x454C80) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4C and 80. RGB value is (69,76,128). Sum of RGB (Red+Green+Blue) = 69+76+128=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #454C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C80 is #BAB37F. Grayscale: #4F4F4F. Windows color (decimal): -12235648 or 8408133. OLE color: 8408133.

HSL color Cylindrical-coordinate representation of color #454C80: hue angle of 232.88º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454C80 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6976128-
CMYK0.460.4100.50
HSL232.88º29.95%38.63%-
HSV(B)232.88º46.09%50.2%-
XYZ8.937.9921.49-
YUV79.83155.18120.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=25.27%
G=27.84%
B=46.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69761280.460.4100.50232.8829.9538.63
Hex454C802E29032e91e27
Octal10511420056510623513647
Binary100010110011001000000010111010100101100101110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,128); }

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

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

 a { background-color: rgb(69,76,128); }

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

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

 span { border-color: rgb(69,76,128); }

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