#454889

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

Shades of Jacksons Purple #454889

Tints of Jacksons Purple #454889

Color information

#454889 (or 0x454889) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 89. RGB value is (69,72,137). Sum of RGB (Red+Green+Blue) = 69+72+137=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #454889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454889 is #BAB776. Grayscale: #4E4E4E. Windows color (decimal): -12236663 or 8996933. OLE color: 8996933.

HSL color Cylindrical-coordinate representation of color #454889: hue angle of 237.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454889 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6972137-
CMYK0.500.4700.46
HSL237.35º33.01%40.39%-
HSV(B)237.35º49.64%53.73%-
XYZ9.297.7124.66-
YUV78.51161.01121.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=24.82%
G=25.90%
B=49.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69721370.500.4700.46237.3533.0140.39
Hex454889322F02Eed2128
Octal10511021162570563554150
Binary1000101100100010001001110010101111010111011101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454889; }

 p { color: rgb(69,72,137); }

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

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

 a { background-color: rgb(69,72,137); }

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

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

 span { border-color: rgb(69,72,137); }

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