#454780

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

Shades of Jacksons Purple #454780

Tints of Jacksons Purple #454780

Color information

#454780 (or 0x454780) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 80. RGB value is (69,71,128). Sum of RGB (Red+Green+Blue) = 69+71+128=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #454780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454780 is #BAB87F. Grayscale: #4C4C4C. Windows color (decimal): -12236928 or 8406853. OLE color: 8406853.

HSL color Cylindrical-coordinate representation of color #454780: hue angle of 237.97º 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 #454780 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6971128-
CMYK0.460.4500.50
HSL237.97º29.95%38.63%-
HSV(B)237.97º46.09%50.2%-
XYZ8.67.3321.38-
YUV76.9156.84122.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=25.75%
G=26.49%
B=47.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69711280.460.4500.50237.9729.9538.63
Hex4547802E2D032ee1e27
Octal10510720056550623563647
Binary100010110001111000000010111010110101100101110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454780; }

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

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

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

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

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

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

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

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