#454682

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

Shades of Jacksons Purple #454682

Tints of Jacksons Purple #454682

Color information

#454682 (or 0x454682) is unknown color: approx Jacksons Purple. HEX triplet: 45, 46 and 82. RGB value is (69,70,130). Sum of RGB (Red+Green+Blue) = 69+70+130=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #454682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454682 is #BAB97D. Grayscale: #4C4C4C. Windows color (decimal): -12237182 or 8537669. OLE color: 8537669.

HSL color Cylindrical-coordinate representation of color #454682: hue angle of 239.02º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454682 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6970130-
CMYK0.470.4600.49
HSL239.02º30.65%39.02%-
HSV(B)239.02º46.92%50.98%-
XYZ8.677.2622.06-
YUV76.54158.17122.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=25.65%
G=26.02%
B=48.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69701300.470.4600.49239.0230.6539.02
Hex4546822F2E031ef1f27
Octal10510620257560613573747
Binary100010110001101000001010111110111001100011110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454682; }

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

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

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

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

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

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

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

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