#454684

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

Shades of Jacksons Purple #454684

Tints of Jacksons Purple #454684

Color information

#454684 (or 0x454684) is unknown color: approx Jacksons Purple. HEX triplet: 45, 46 and 84. RGB value is (69,70,132). Sum of RGB (Red+Green+Blue) = 69+70+132=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #454684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454684 is #BAB97B. Grayscale: #4C4C4C. Windows color (decimal): -12237180 or 8668741. OLE color: 8668741.

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

Color convert

RGB6970132-
CMYK0.480.4700.48
HSL239.05º31.34%39.41%-
HSV(B)239.05º47.73%51.76%-
XYZ8.817.3122.78-
YUV76.77159.17122.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=25.46%
G=25.83%
B=48.71%

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
Decimal69701320.480.4700.48239.0531.3439.41
Hex454684302F030ef1f27
Octal10510620460570603573747
Binary100010110001101000010011000010111101100001110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454684; }

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

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

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

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

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

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

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

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