#454C85

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

Shades of Jacksons Purple #454C85

Tints of Jacksons Purple #454C85

Color information

#454C85 (or 0x454C85) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4C and 85. RGB value is (69,76,133). Sum of RGB (Red+Green+Blue) = 69+76+133=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #454C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C85 is #BAB37A. Grayscale: #505050. Windows color (decimal): -12235643 or 8735813. OLE color: 8735813.

HSL color Cylindrical-coordinate representation of color #454C85: hue angle of 233.44º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454C85 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6976133-
CMYK0.480.4300.48
HSL233.44º31.68%39.61%-
HSV(B)233.44º48.12%52.16%-
XYZ9.278.1323.27-
YUV80.4157.68119.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=24.82%
G=27.34%
B=47.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69761330.480.4300.48233.4431.6839.61
Hex454C85302B030e92028
Octal10511420560530603514050
Binary1000101100110010000101110000101011011000011101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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