#454884

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

Shades of Jacksons Purple #454884

Tints of Jacksons Purple #454884

Color information

#454884 (or 0x454884) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 84. RGB value is (69,72,132). Sum of RGB (Red+Green+Blue) = 69+72+132=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #454884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454884 is #BAB77B. Grayscale: #4D4D4D. Windows color (decimal): -12236668 or 8669253. OLE color: 8669253.

HSL color Cylindrical-coordinate representation of color #454884: hue angle of 237.14º 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 #454884 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6972132-
CMYK0.480.4500.48
HSL237.14º31.34%39.41%-
HSV(B)237.14º47.73%51.76%-
XYZ8.947.5722.82-
YUV77.94158.51121.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=25.27%
G=26.37%
B=48.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69721320.480.4500.48237.1431.3439.41
Hex454884302D030ed1f27
Octal10511020460550603553747
Binary100010110010001000010011000010110101100001110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454884; }

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

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

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

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

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

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

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

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