#454685

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

Shades of Jacksons Purple #454685

Tints of Jacksons Purple #454685

Color information

#454685 (or 0x454685) is unknown color: approx Jacksons Purple. HEX triplet: 45, 46 and 85. RGB value is (69,70,133). Sum of RGB (Red+Green+Blue) = 69+70+133=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #454685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454685 is #BAB97A. Grayscale: #4C4C4C. Windows color (decimal): -12237179 or 8734277. OLE color: 8734277.

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

Color convert

RGB6970133-
CMYK0.480.4700.48
HSL239.06º31.68%39.61%-
HSV(B)239.06º48.12%52.16%-
XYZ8.887.3423.14-
YUV76.88159.67122.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=25.37%
G=25.74%
B=48.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69701330.480.4700.48239.0631.6839.61
Hex454685302F030ef2028
Octal10510620560570603574050
Binary1000101100011010000101110000101111011000011101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454685; }

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

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

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

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

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

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

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

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