#454485

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

Shades of Jacksons Purple #454485

Tints of Jacksons Purple #454485

Color information

#454485 (or 0x454485) is unknown color: approx Jacksons Purple. HEX triplet: 45, 44 and 85. RGB value is (69,68,133). Sum of RGB (Red+Green+Blue) = 69+68+133=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #454485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454485 is #BABB7A. Grayscale: #4B4B4B. Windows color (decimal): -12237691 or 8733765. OLE color: 8733765.

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

Color convert

RGB6968133-
CMYK0.480.4900.48
HSL240.92º32.34%39.41%-
HSV(B)240.92º48.87%52.16%-
XYZ8.767.0923.1-
YUV75.71160.33123.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=25.56%
G=25.19%
B=49.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69681330.480.4900.48240.9232.3439.41
Hex4544853031030f12027
Octal10510420560610603614047
Binary1000101100010010000101110000110001011000011110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454485; }

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

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

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

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

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

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

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

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