#454787

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

Shades of Jacksons Purple #454787

Tints of Jacksons Purple #454787

Color information

#454787 (or 0x454787) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 87. RGB value is (69,71,135). Sum of RGB (Red+Green+Blue) = 69+71+135=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #454787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454787 is #BAB878. Grayscale: #4D4D4D. Windows color (decimal): -12236921 or 8865605. OLE color: 8865605.

HSL color Cylindrical-coordinate representation of color #454787: hue angle of 238.18º 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 #454787 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6971135-
CMYK0.490.4700.47
HSL238.18º32.35%40%-
HSV(B)238.18º48.89%52.94%-
XYZ9.087.5223.89-
YUV77.7160.34121.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=25.09%
G=25.82%
B=49.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69711350.490.4700.47238.1832.3540
Hex454787312F02Fee2028
Octal10510720761570573564050
Binary1000101100011110000111110001101111010111111101110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454787; }

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

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

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

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

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

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

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

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