#454883

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

Shades of Jacksons Purple #454883

Tints of Jacksons Purple #454883

Color information

#454883 (or 0x454883) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 83. RGB value is (69,72,131). Sum of RGB (Red+Green+Blue) = 69+72+131=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #454883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454883 is #BAB77C. Grayscale: #4D4D4D. Windows color (decimal): -12236669 or 8603717. OLE color: 8603717.

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

Color convert

RGB6972131-
CMYK0.470.4500.49
HSL237.1º31%39.22%-
HSV(B)237.1º47.33%51.37%-
XYZ8.877.5422.46-
YUV77.83158.01121.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=25.37%
G=26.47%
B=48.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69721310.470.4500.49237.13139.22
Hex4548832F2D031ed1f27
Octal10511020357550613553747
Binary100010110010001000001110111110110101100011110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454883; }

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

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

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

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

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

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

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

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