#454880

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

Shades of Jacksons Purple #454880

Tints of Jacksons Purple #454880

Color information

#454880 (or 0x454880) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 80. RGB value is (69,72,128). Sum of RGB (Red+Green+Blue) = 69+72+128=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #454880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454880 is #BAB77F. Grayscale: #4D4D4D. Windows color (decimal): -12236672 or 8407109. OLE color: 8407109.

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

Color convert

RGB6972128-
CMYK0.460.4400.50
HSL236.95º29.95%38.63%-
HSV(B)236.95º46.09%50.2%-
XYZ8.677.4621.4-
YUV77.49156.51121.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=25.65%
G=26.77%
B=47.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69721280.460.4400.50236.9529.9538.63
Hex4548802E2C032ed1e27
Octal10511020056540623553647
Binary100010110010001000000010111010110001100101110110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454880; }

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

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

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

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

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

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

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

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